UCSBootableStoragePool - createPool
UCSBootableStoragePool - createPool
Description :
This command creates a UCS bootable storage pool in a depot group. It returns a handle to the newly created pool.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
name | String | Name of the UCS bootable storage pool. |
desc | String | Description of the bootable storage pool. |
groupId | Integer | The ID of depot group where the bootable storage pool will reside. |
Example
The following example creates a UCS bootable storage pool.
Script
DEPOTGROUP_SUB2="/parent/sub1/sub2"
DEPOTGROUP_SUB2_ID=`blcli DepotGroup groupNameToId $DEPOTGROUP_SUB2`
POOL_KEY=`blcli UCSBootableStoragePool createPool "Storage Pool name" "Description" $DEPOTGROUP_SUB2_ID`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*