z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Association IBMzOS_SBInitiatorTargetLogicalUnitPath

z/OS Common Information Model User's Guide
SC34-2671-00

Association IBMzOS_SBInitiatorTargetLogicalUnitPath

Purpose

The IBMzOS_SBInitiatorTargetLogicalUnitPath class is a three way association between an z/OS disk device, identified by the LogicalUnit reference, the channel, identified by the Initiator reference and the control unit, identified by the Target reference. Each permutation of initiator and target ProtocolEndpoints and logical units is considered as a separate path.

Retrieving the data for IBMzOS_SBInitiatorTargetLogicalUnitPath is only possible under the following conditions:

  1. The used hardware is at least an IBM® System z10™.
  2. The requestor or CIM client user ID has UPDATE access to the IOSCDR profile.

Inheritance

  • CIM_InitiatorTargetLogicalUnitPath
  • ← IBMzOS_SBInitiatorTargetLogicalUnitPath

Module name

The module name of the CMPI provider that is registered for a CIM class which is used by the cimprovider command line tool for the administration of CMPI providers is

  • IBMzOS_SBInitiatorTargetLogicalUnitPathProviderModule

Provider library

The physical name of a CMPI provider’s shared object library as it is stored in the hierarchical file system is

  • libcmpiIBMzOS_SBInitiatorTargetLogicalUnitPathProvider.so

Used by the following CIM profiles

  • Host Discovered Resources Profile
  • Storage HBA profile

Properties

Ref Initiator
References an IBMzOS_SBProtocolEndpoint (Initiator instance)
Ref Target
References an IBMzOS_SBProtocolEndpoint (Target instance)
Ref LogicalUnit
References an IBMzOS_LogicalDisk
uint32 State
Returns the state of the path:
2
active
4
disabled
8
removed (boxed)
9
transitioning

Indications

CIM_InstCreation
A life cycle indication that indicates that an instance of the IBMzOS_SBInitiatorTargetLogicalUnitPath class has been created.

CIM_IndicationFilter query string: 

"SELECT * FROM CIM_InstCreation
WHERE SourceInstance ISA
CIM_InitiatorTargetLogicalUnitPath"
CIM_InstModification
A life cycle indication that indicates a path state change of an instance of the IBMzOS_SBInitiatorTargetLogicalUnitPath class.

CIM_IndicationFilter query string: 

"SELECT * FROM CIM_InstModification
WHERE SourceInstance ISA
CIM_InitiatorTargetLogicalUnitPath AND
SourceInstance.CIM_InitiatorTargetLogicalUnitPath::State
<>
PreviousInstance.CIM_InitiatorTargetLogicalUnitPath::State"
CIM_InstDeletion
A life cycle indication that indicates that an instance of the IBMzOS_SBInitiatorTargetLogicalUnitPath class has been deleted.

CIM_IndicationFilter query string: 

"SELECT * FROM CIM_InstDeletion
WHERE SourceInstance ISA
CIM_InitiatorTargetLogicalUnitPath"

For more information on how to subscribe to an indication, see CIM subscription mechanism. Specify your queries using the CIM_IndicationFilter query string (see also CIM_IndicationFilter).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014