SMI-S 支持在异构多供应商环境下的 SAN 管理。 SMI-S 使用基于 CIM 的面向对象模型来定义构成 SAN 的对
象和服务。通过利用独立于特定供应商和技术的标准, SMI-S 允许管理应用程序供应商创建一种可跨不同供应
商产品进行工作的应用程序。
SMI-S 模型分为多个概要模型,每个概要模型描述特定类别的 SAN 实体(例如磁盘阵列)。这些概要模型允
许采用不同的具体实施,但是为客户提供了一致的方法在 SAN 内发现和管理 SAN 资源,从而实现不同供应
商产品之间的互操作性。
SMI-S 还使用服务定位协议版本 2 (SLPv2) 定义了自动资源发现过程。这样,管理应用程序便可自动查找
SAN 资源,然后详细探查以确定它们所支持的 SMI-S 概要模型和功能。
默认设置:
用户名:3paradm
密码:3pardata
SSL协议:启用
端口:5989
默认空间名称:root/PG_interop
查看cim设置:
3par8200-301-2 cli% showcim
-Service- -State- --SLP-- SLPPort -HTTP-- HTTPPort -HTTPS- HTTPSPort PGVer CIMVer
Enabled Active Enabled 427 Enabled 5988 Enabled 5989 2.9.1 3.2.2
查看帮助:
3par8200-301-2 cli% help setcim
setcim - Set the CIM server properties.
SYNTAX
setcim [options]
DESCRIPTION
The setcim command sets properties of the CIM server, including options to
enable/disable the HTTP and HTTPS ports for the CIM server. setcim allows
a user to enable/disable the SLP port. The command also sets the CIM server
policy.
AUTHORITY
Super, Service
Any role granted the cim_set right
OPTIONS
-f
Forces the operation of the setcim command, bypassing the typical
confirmation message.
At least one of the following options are required:
-slp {enable | disable}
Enables or disables the SLP port 427.
-http {enable | disable}
Enables or disables the HTTP port 5988.
-https {enable | disable}
Enables or disables the HTTPS port 5989.
Sets the cim server policy:
replica_entity - complies with SMI-S standard for usage of
Replication Entity objects in associations.
This is the default policy setting.
no_replica_entity- does not comply with SMI-S standard for
Replication Entity usage. Use only as directed
by HP support personnel or Release Notes.
one_hwid_per_view - calling exposePaths with multiple
initiatorPortIDs to create new view will result
in the creation of multiple
SCSCIProtocolControllers (SPC), one
StorageHardwareID per SPC. Multiple hosts will
be created each containing one FC WWN or
iscsiname.
This is the default policy setting.
no_one_hwid_per_view - calling exposePaths with multiple
initiatorPortIDs to create new view will result
in the creation of only one
SCSCIProtocolController (SPC) that contains all
the StorageHardwareIDs. One host will be created
that contains all the FC WWNs or iscsinames.
use_pegasus_interop_namespace - use the pegasus defined interop
namespace root/PG_interop. This is the default
policy setting.
no_use_pegasus_interop_namespace - use the SMI-S conformant
interop namespace root/interop.
SPECIFIERS
None.
NOTES
Access to all domains is required to run this command.
You cannot disable both of the HTTP and HTTPS ports.
When the CIM server is active, a warning message will be prompted to inform
you of the current status of the CIM server and asks for the confirmation to
continue or not. The -f option forces the action without a warning message.
EXAMPLES
To disable the HTTPS ports:
cli% setcim -https disable
Warning: The CIM server is active and will restart.
Are you sure you want to continue?
select q=quit y=yes n=no: y
To enable the HTTPS port:
cli% setcim -https enable
Warning: The CIM server is active and will restart.
Are you sure you want to continue?
select q=quit y=yes n=no: y
To disable the HTTP port and enable the HTTPS port:
cli% setcim -http disable -https enable
WARNING: CIM server is active and it will restart.
Are you sure you want to continue?
select q=quit y=yes n=no: y
To set the no_use_pegasus_interop_namespace policy:
cli% setcim -pol no_use_pegasus_interop_namespace
WARNING: CIM server is active and it will restart.
Are you sure you want to continue?
select q=quit y=yes n=no: y
To set the replica_entity policy:
cli% setcim -pol replica_entity
暂无评论