UCSBootableStoragePool - addIdentity
UCSBootableStoragePool - addIdentity
Description :
This command adds an identity to the UCS Bootable Storage pool.
As input, use the poolKey argument to specify the DBKey of the pool to which you want to add the identity. You can get the DBKey of the pool by using the DepotObject : getDBKeyByTypeStringGroupAndName command.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
poolKey | com.bladelogic.om.infra.model.base.keys.SDepotObjectKey | The DBKey of the UCS Storage pool to which you are adding an identity |
wwnnAddress | String | The WWNN address for the identity |
wwpnAddress | String | The WWPN address for the identity |
targetWwn | String | The Target WWN address for the identity |
targetLun | java.lang.Integer | The Target LUN for the identity |
secTargetWwn | String | The Secondary Target WWN address for the identity. Specify this as null if you do not want to provide secondary WWN information |
secTargetLun | java.lang.Integer | The Secondary Target LUN for the identity. Specify this as null if you do not want to provide secondary Lun information |
Example
The following example adds an identity to a UCS Bootable Storage pool that has a DBKey of DBKey:SDepotObjectKey:1-1.
Script
blcli UCSBootableStoragePool addIdentity DBKey:SDepotObjectKey:1-1 "10-10-10-10-10-10-10-10" "20-20-20-20-20-20-20-20" "20-30-30-30-30-30-30-30" 60 null null