In |
Job
|
CIM_ConcreteJob
|
|
Reference to the job. This may be null ifno job is started. This property is not supported. |
LUNames
|
string
|
|
an array of IDs of logical unit instances. The LU instancesneed to already exist. The members of this array shall matchthe Name property of LogicalDevice instances that representSCSI logical units. |
InitiatorPortIDs
|
string
|
|
IDs of initiator ports. If existing StorageHardwareID instancesexist, they shall be used. If no StorageHardwareID instance matches, then one is implicitly created. If a StorageHardwareID is created as a side effect, the default operating system is AIX. Ifyou need to define a different operating system for the StorageHardwareID, you must use CreateStorageHardwareID.For DS, you can specify this parameter with the form'<IBMTSDS_StorageHardwareID.StorageID>-<id>'because DS supports two logical host ports with the same WWPN. If you use form'IBMTSDS_StorageHardwareID.StorageID'and there exist more than one StorageHardwareID with this StorageID, the first StorageHardwareID will be chosen. |
TargetPortIDs
|
string
|
|
IDs of target ports. |
DeviceNumbers
|
string
|
|
A list of logical unit numbers to assign to the correspondinglogical unit in the LUNames parameter. IF the LUNames parameteris null, then this parameter shall be null. Otherwise, if thisparameter is null, all LU members are assigned by the hardware.This shall be formatted as unseparated uppercase hexadecimal digits,with no leading"Ox". This is not supported |
DeviceAccesses
|
uint16
|
|
A list of permissions to assign to the corresponding logical unitin the LUNames parameter. This specifies the permission to assignwithin the context of the elements specified in the other parameters.Setting this to"No Access"assigns the DeviceNumber for the associated initiators, but does not grant read or write access. If the LUNames parameter shall be specified. All access is given by default |
ProtocolControllers
|
CIM_SCSIProtocolController
|
|
An array of references to SCSIProtocolControllers (SPCs). On input,this can be null, or contain exactly one element; if null on input,the instrumentation will create one or more new SPC instances. On output, this will be either null (if a job was created) or the set of SPCs affected (those created or modified). If a job was started,references to the SPCs affected will be found by following the AffectedJobElement association from the job. |
out |
Job
|
CIM_ConcreteJob
|
|
Reference to the job. This may be null ifno job is started. This property is not supported. |
ProtocolControllers
|
CIM_SCSIProtocolController
|
|
An array of references to SCSIProtocolControllers (SPCs). On input,this can be null, or contain exactly one element; if null on input,the instrumentation will create one or more new SPC instances. On output, this will be either null (if a job was created) or the set of SPCs affected (those created or modified). If a job was started,references to the SPCs affected will be found by following the AffectedJobElement association from the job. |
Return Codes |
none |
In |
Job
|
CIM_ConcreteJob
|
|
Reference to the job (may be null if no job started) This is not supported |
LUNames
|
string
|
|
An array of IDs of logical unit instances to hide. The LU instances need toalready exist. |
InitiatorPortIDs
|
string
|
|
If this is non-null, it must match the DeviceID of the SCSIProtocolController. Since SCSIProtocolControllers cannot exist without a StorageHardwareID associated to it, specifying an InitiatorPortID will delete the ProtocolController and remove all all assocations with Volumes and SCSIProtocolEndpoints |
TargetPortIDs
|
string
|
|
IDs of target ports to hide. |
ProtocolControllers
|
CIM_SCSIProtocolController
|
|
An array of references to SCSIProtocolControllers (SPCs). On input, this MUST contain exactly one element; there MAY be multiple references on output. The instrumentation will attempt to remove associations (LUNames, InitiatorPortIDs, or TargetPortIDs) from this SPC. On output, this is an array of references to SPCs created or modified as the result of processing the request. |
out |
Job
|
CIM_ConcreteJob
|
|
Reference to the job (may be null if no job started) This is not supported |
ProtocolControllers
|
CIM_SCSIProtocolController
|
|
An array of references to SCSIProtocolControllers (SPCs). On input, this MUST contain exactly one element; there MAY be multiple references on output. The instrumentation will attempt to remove associations (LUNames, InitiatorPortIDs, or TargetPortIDs) from this SPC. On output, this is an array of references to SPCs created or modified as the result of processing the request. |
Return Codes |
none |