Add_federation_group parameters, Add_federation_group runtime errors, Mod_federation_group – HP Integrated Lights-Out 4 User Manual

Page 18

Advertising
background image

ADD_FEDERATION_GROUP parameters

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

GROUP_KEY—The password to set for the group to be added. The password must be 1 to 31
characters long.

ADMIN_PRIV—Administer User Accounts—Enables members of a group to add, edit, and delete
iLO user accounts.

REMOTE_CONS_PRIV—Remote Console Access—Enables members of a group to remotely access
the host system Remote Console, including video, keyboard, and mouse control.

RESET_SERVER_PRIV—Virtual Power and Reset—Enables members of a group to power-cycle or
reset the local iLO system.

VIRTUAL_MEDIA_PRIV—Virtual Media—Enables members of a group to use scripted Virtual Media
with the local iLO system.

CONFIG_ILO_PRIV—Configure iLO Settings—Enables members of a group to configure most iLO
settings, including security settings, and to remotely update firmware.

LOGIN_PRIV—Login—Enables members of a group to log in to iLO.

ADD_FEDERATION_GROUP runtime errors

The GROUP_NAME must not be left blank.

The GROUP_NAME is too long.

The GROUP_KEY must not be left blank.

The GROUP_KEY is too long.

Group membership already exists.

Cannot add group membership. Maximum number of memberships reached:

10.

MOD_FEDERATION_GROUP

Use MOD_FEDERATION_GROUP to modify an existing 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.

NOTE:

All parameters are optional. Any Federation property not explicitly modified retains its

old value.

For example:

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

18

Configuring iLO Federation with RIBCL scripts

Advertising