UCSBootableStoragePool - removeIdentity
UCSBootableStoragePool - removeIdentity
Description :
This command removes an identity from the UCS Bootable Storage pool.
As input, use the poolKey argument to specify the DBKey of the pool from which you want to remove 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 removes an identity from a UCS Bootable Storage pool that has a DBKey of DBKey:SDepotObjectKey:1-1.
Script
blcli UCSBootableStoragePool removeIdentity 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