Get_federation_all_groups_info return messages, Get_federation_group – HP Integrated Lights-Out 4 User Manual
Page 16

GET_FEDERATION_ALL_GROUPS_INFO return messages
The following response is typical of the data returned from the
GET_FEDERATION_ALL_GROUPS_INFO command:
<?xml version="1.0"?>
<RIBCL VERSION="2.23">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_FEDERATION_ALL_GROUPS_INFO>
<FEDERATION_GROUP>
<GROUP_NAME VALUE="Group1"/>
<ADMIN_PRIV VALUE="Yes"/>
<REMOTE_CONS_PRIV VALUE="Yes"/>
<RESET_SERVER_PRIV VALUE="Yes"/>
<VIRTUAL_MEDIA_PRIV VALUE="Yes"/>
<CONFIG_ILO_PRIV VALUE="Yes"/>
<LOGIN_PRIV VALUE="Yes"/>
</FEDERATION_GROUP>
<FEDERATION_GROUP>
<GROUP_NAME VALUE="Group2"/>
<ADMIN_PRIV VALUE="Yes"/>
<REMOTE_CONS_PRIV VALUE="Yes"/>
<RESET_SERVER_PRIV VALUE="No"/>
<VIRTUAL_MEDIA_PRIV VALUE="No"/>
<CONFIG_ILO_PRIV VALUE="Yes"/>
<LOGIN_PRIV VALUE="Yes"/>
</FEDERATION_GROUP>
</GET_FEDERATION_ALL_GROUPS_INFO>
</RIBCL>
GET_FEDERATION_GROUP
Use GET_FEDERATION_GROUP to retrieve the privileges granted to a specified Federated group.
To retrieve the privileges granted to all groups, use
GET_FEDERATION_ALL_GROUPS_INFO
Besides the group name, the return includes the following group privileges:
•
User account administration
•
Remote console access
•
Virtual power and reset
•
Virtual media
•
iLO setting configuration
•
Login privilege
The command must appear within a RIB_INFO command block, and RIB_INFO MODE must be
set to read.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_FEDERATION_GROUP GROUP_NAME="groupname"/>
</RIB_INFO>
</LOGIN>
</RIBCL>
16
Configuring iLO Federation with RIBCL scripts