SystemPackageGroup - groupNameToId

SystemPackageGroup - groupNameToId

Description :

This command gets the ID of a system package group. You must provide the full path to the system package group, for example, /SysPackGrp/Windows.

Return type : Integer

Command Input :

Variable Name

Variable Type

Description

groupName

String

Fully qualified path to the system package group.

Example

The following example gets the ID of a system package group. The ID is then often used as input to another command.

Script





SYSPACK_GROUP_SUB2="/parent/sub1/sub2" 

SYSPACK_GROUP_SUB2_ID=`blcli SystemPackageGroup groupNameToId $SYSPACK_GROUP_SUB2` 



Was this page helpful? Yes No Submitting... Thank you

Comments