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

Page 19

Advertising
background image

MOD_FEDERATION_GROUP parameters

GROUP_NAME—The name of the group to be changed, or the new name to be given to the
specified Federation group, depending on the parameters’ location. The name must be from 1 to
31 characters long.

GROUP_KEY—The new password to set for the group. 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.

MOD_FEDERATION_GROUP runtime errors

Some possible MOD_FEDERATION_GROUP error messages include:

The GROUP_NAME must not be left blank.

NOTE:

This error only appears if the value in the <MOD_FEDERATION_GROUP

GROUP_NAME="groupname">

command is left blank. This error does not appear if

newgroupname

in the parameter setting <GROUP_NAME VALUE="newgroupname"/> is

left blank or the line is omitted. In that case, the original group name is retained.

Group name not found.

The GROUP_NAME is too long.

The GROUP_KEY must not be left blank.

The GROUP_KEY is too long.

Group membership already exists.

User does not have correct privilege for action. CONFIG_ILO_PRIV

required.

DELETE_FEDERATION_GROUP

Use DELETE_FEDERATION_GROUP to remove the iLO from a Federation group membership. 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">
<DELETE_FEDERATION_GROUP GROUP_NAME="groupname"/>
</RIB_INFO>
</LOGIN>
</RIBCL>

DELETE_FEDERATION_GROUP

19

Advertising