Get_federation_group parameters, Get_federation_group runtime errors, Get_federation_group return messages – HP Integrated Lights-Out 4 User Manual

Page 17: Add_federation_group

Advertising
background image

GET_FEDERATION_GROUP parameters

GROUP_NAME—The name of the group to be displayed. The name must be from 1 to 31 characters
long.

GET_FEDERATION_GROUP runtime errors

GET_FEDERATION_GROUP returns the following message if the value specified for GROUP_NAME
does not match any existing groups:

Group name not found.

GET_FEDERATION_GROUP return messages

The following response is typical of the data returned from the GET_FEDERATION_GROUP
command:

<?xml version="1.0"?>
<RIBCL VERSION="2.23">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_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_GROUP>
</RIBCL>

ADD_FEDERATION_GROUP

Use ADD_FEDERATION_GROUP to add a new Federation group membership and associated
privileges. The command must appear within a RIB_INFO command block, and RIB_INFO MODE
must be set to write.

For example:

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<ADD_FEDERATION_GROUP
GROUP_NAME="groupname"
GROUP_KEY="groupkey">
<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"/>
</ADD_FEDERATION_GROUP>
</RIB_INFO>
</LOGIN>
</RIBCL>

NOTE:

HP iLO 4 supports a maximum of 10 Federation groups. To remove a Federation group,

use

DELETE_FEDERATION_GROUP

.

ADD_FEDERATION_GROUP

17

Advertising