Device\CIM_StorageBridgeNameBinding.mof.mof (HTML version)

Return to index
CIM_StorageBridgeNameBinding Superclass: CIM_StorageNameBinding
StorageBridgeBinding represents a binding between two transport-specific initiator port names. One name is associated with the initiator port in the format appropriate for the port type. The other name is an administratively assigned name with a format appropriate for transport on the target side of the bridge. This virtual initiator port name is used by the bridge when it communicates with targets from the bound initiator. This virtual name is needed for target device management functions that use initiator port names, such as LUN masking and mapping.
For example, an Infiniband/FibreChannel bridge support Infiniband initiator ports and allows the administrator to assign a Fibre Channel Port WWN (AssignedPortName) to each Infiniband initiator (InitiatorPortName).
The TargetName property from the superclass may be used to restrict this binding to a specific target. If TargetPort is left null, the binding affects all targets seen by the bridge.
Qualifiers:Experimental Version ( "2.8.1000" )
Parameters (local in grey)
Values { "FibreChannel Port WWN" , "SRP Port Identifier" , "iSCSI Name" }
ModelCorrespondence { "CIM_StorageBridgeNameBinding.AssignedPortName" }
ValueMap { "2" , "3" , "4" }
uint16 AssignedPortNameType ;
The name of the initiator port using the name Type of the actual transport.
ModelCorrespondence { "CIM_StorageBridgeNameBinding.AssignedPortNameType" }
MappingStrings { "FC API.INCITS-T11|Bind_SRP_Initiator|FC_Port " "Name Identifier" }
string AssignedPortName ;
The name of the initiator port assigned by the administrator using the name type of the target-side transport.
Values { "Bridge Binding" }
Override ( "BindingType" )
ValueMap { "8" }
uint16 BindingType ;
StorageBridgeNameBinding only allows one binding type.
ModelCorrespondence { "CIM_StorageBridgeNameBinding.InitiatorPortNameType" }
MappingStrings { "FC API.INCITS-T11|Bind_SRP_Initiator|SRP " "Initiator Port Identifier" }
string InitiatorPortName ;
The name of the initiator port using the name Type of the actual transport.
Values { "FibreChannel Port WWN" , "SRP Port Identifier" , "iSCSI Name" }
ModelCorrespondence { "CIM_StorageBridgeNameBinding.InitiatorPortName" }
ValueMap { "2" , "3" , "4" }
uint16 InitiatorPortNameType ;
The name of the initiator port using the name Type of the actual transport.
ModelCorrespondence { "CIM_StorageNameBinding.Status" }
string OtherStatus ;
A string describing the status if Status is 'Other'.
ModelCorrespondence { "CIM_StorageNameBinding.LocalPortNameType" }
MappingStrings { "FC API.INCITS-T11|hbaPortWWN" }
string LocalPortName ;
The port name on the current system associated with this persistent binding.
boolean Hide = false ;
If false (the default), the specified target unit(s) is exposed to the OS. If true, the OS-related properties are ignored, and the target related properties identify target unit(s) that are hidden from the OS. In most cases, this is false.
Values { "FC Port WWN" , "iSCSI Name" }
ModelCorrespondence { "CIM_StorageNameBinding.LocalPortName" }
ValueMap { "2" , "3" }
uint16 LocalPortNameType ;
The type of the port in LocalPortName.
ModelCorrespondence { "CIM_StorageNameBinding.BindAllLogicalUnits" }
MappingStrings { "FC API.INCITS-T11| HBA_FcpId | FcpLun" }
string LogicalUnitNumber ;
A string containing a hexadecimal-encoded representation of the 64-bit SCSI Logical Unit Number in the format described in the T10 SCSI Architecture Model specification. This format consists of four 2-byte fields. In most cases, the human-oriented logical unit number will be in the high- order two bytes and the low-order six bytes will be zero. This property is only valid if BindAllLogicalUnits is false and BindingType is not .
Values { "Unknown" , "Other" , "OK" , "BadOSBus" , "BadOSTarget" , "BadOSLun" , "BadFcId" , "BadWWNN" , "BadWWPN" , "BadTargetLU" , "BadLUID" }
ModelCorrespondence { "CIM_StorageNameBinding.OtherStatus" }
ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" }
MappingStrings { "FC API.INCITS-T11|HBA_FCPBINDING2|Status" }
uint32 Status ;
A status associated with the previous attempt to enable the binding - this may be set many times after the binding is created. The first subset is defined by FC API:
BadOSBus - request included a bad OS SCSI bus number
BadOSTarget - request included a bad SCSI target number
BadOSLun - request included a bad OS SCSI logical unit number
OSAddressAlreadyBound - request included an OS SCSI ID that was already bound
BadFcid - request included a bad or unlocatable FCP Target FCID
BadWWNN - request included a bad FCP Target Node_Name
BadWWPN - request included a bad FCP Target Port Name
BadTargetLU - request included an FCP Logical Unit Number not defined by the identified Target.
BadLUID - request included an undefined in inaccessible LUID.
MappingStrings { "FC API.INCITS-T11| HBA_FcpId | FcId" , "FC API.INCITS-T11| HBA_FcpId | NodeWWN" , "FC API.INCITS-T11| HBA_FcpId | PortWWN" , "FC API.INCITS-T11| HBA_FcpId | FcId" , "FC API.INCITS-T11| HBA_LUID" }
String TargetName ;
The name (dependent on BindingType) identifying the SCSI target. If BindingType is FcApiBindToDID, TargetName holds a hexadecimal-encoded representation of the 32-bit D_ID
and corresponds to FC API HBA_FCPID.FcId.
If BindingType is FcApiBindToWWPN or FcApiBindToWWNN, TargetName holds a hexadecimal-encoded representation of the 64-bit FC Port or Node World Wide Name.
If BindingType is BindToLUID, TargetName holds a SCSI Logical Unit Name from Inquiry VPD page 83, Association 0 as defined in SCSI Primary Commands. If the identifier descriptor (in the SCSI response) has Code Set Binary, then TargetName is its hexadecimal-encoded value.
ModelCorrespondence { "CIM_StorageNameBinding.LogicalUnitNumber" , "CIM_StorageNameBinding.BindingType" }
MappingStrings { "FC API.INCITS-T11| HBA_BIND_TARGETS" }
boolean BindAllLogicalUnits = false ;
If true, then all target logical units are bound to the OS. Not valid to set this if BindingType is BindToLUID.
Required
Override ( "ElementName" )
string ElementName ;
The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.)
Key
string InstanceID ;
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. 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 that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement 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 reused to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF-defined instances, the 'preferred' algorithm must be used with the <OrgID> set to CIM.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.