Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

UCSMacPool - createMacPool


UCSMacPool - createMacPool

Description :

This command creates a MAC 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 MAC pool.

desc

String

Description of the MAC pool.

groupId

Integer

The ID of depot group where the MAC pool will reside.

Example

The following example creates a MAC pool in a depot group.

Script





DEPOTGROUP_SUB2="/parent/sub1/sub2"

DEPOTGROUP_SUB2_ID=`blcli DepotGroup groupNameToId $DEPOTGROUP_SUB2`

blcli UCSMacPool createMacPool "MAC Pool name" "Description" $DEPOTGROUP_SUB2_ID



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.5