MaskingMapping
Class IBMTSSVC_StorageHardwareID


CIM_ManagedElement
\_CIM_Identity
  \_CIM_StorageHardwareID


Description

A host's port to which access to volumes can be granted.

Subclasses


Referenced By

IBMTSSVC_AuthorizedStorageHardwareID IBMTSSVC_ManagesHardwareID IBMTSSVC_MaskingMappingView IBMTSSVC_StorageHardwareIDManagementService

Properties

IdTypeRangeDescription
Key
InstanceID string
jWithin the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following'preferred'algorithm:<OrgID>:<LocalID>. Where<OrgID>and<LocalID>are separated by a colon':', and where<OrgID>must include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority. (This is similar to the<Schema Name>_<Class Name>structure of Schema class names.) In addition, to ensure uniqueness<OrgID>must not contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID must appear between<OrgID>and<LocalID>.<LocalID>is chosen by the business entity and should not be re-used to identify different underlying (real-world) elements. If the above'preferred'algorithm is not used, the defining entity must assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace. For DMTF defined instances, the'preferred'algorithm must be used with the<OrgID>set to'CIM'. (ID) must include a vendor or admin specified unique identifier. Format IBMTSSVC:(ClusterID)-(hostid)
Read Only
CurrentlyAuthenticated boolean
Boolean indicating whether this Identity has been authenticated, and is currently known within the scope of an AuthenticationService or authority. By default, authenticity must not be assumed. This property is set and cleared by the security infrastructure, and should only be readable within the management infrastructure. The value, alone, may not be sufficient to determine authentication/ authorization, in that properties of an Identity subclass (such as a security token or computer hardware port/ communication details) may be required by the security infrastructure.
Description string
The Description property provides a textual description of the object.
IDType uint16
Other1
PortWWN2
NodeWWN3
Hostname4
iSCSI Name5
The type of the ID property. iSCSI IDs may use one of three iSCSI formats - iqn, eui, or naa. This three letter format is the name prefix; that a single iSCSI type is provided here, the prefix can be used to further refine the format.
NumberOfIOGroups uint32
NumberOfPorts uint32
OtherIDType string
The ID type when IDType is"Other".
PortAuthenticated boolean
Boolean indicating whether this Identity has been authenticated, and is currently known within the scope of an AuthenticationService or authority. This vector will correspond in value to the Port with the same index in the PortWWNs array
PortWWN string
The list of WWPN's belonging to the host represented by the IBMTSSVC_StorageHardwareID.
StorageID string
Max Length256
The hardware worldwide unique ID. Because the StorageHardwareID represents the SVC Host object ( a collection of ports), the unique ID is of the format ClusterID:HostID
Read Write
Caption string
Max Length64
The Caption property is a short textual description (one-line string) of the object.
ClientType uint16
Generic0
HPUX1
TPGS2
The type of the Client.
ElementName string
Max Length15
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. The Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. The same property cannot convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
PortLoginMask string
A four character mask of target ports enabled for host login on each node. Valid mask values are from"0000"(no ports enabled) to"1111"(all 4 ports enabled). For example: a mask of 0001 would enable only port 1, a mask of 0011 would enable ports 1&2, 0111 would enable ports 1, 2&3 etc. By default, all ports are enabled. This property is not available for SVC clusters running pre v4.1.0 firmware.
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_Identity
CurrentlyAuthenticated
 
Inherited from class CIM_StorageHardwareID
IDType, OtherIDType, StorageID
 

Method Summary

NameDescription
GetIOGroupsGet the list of IOGroups associated with this host.
 

Method Detail


GetIOGroups

Description

Get the list of IOGroups associated with this host. IOGroupnames are returned as a vector of strings.

Parameters

IdTypeRangeDescription
In
IOGroupNames string
The returned names of the mapped IOGroups. This method is not supported in cluster code levels prior to v3.1.0.
out
IOGroupNames string
The returned names of the mapped IOGroups. This method is not supported in cluster code levels prior to v3.1.0.
Return Codes
none