HP iLO 4 Scripting and Command Line Guide
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 parameters
GROUP_NAME—The name of the Federation group to be deleted. The name must be from 1 to
31 characters long and must already exist as a membership group.
DELETE_FEDERATION_GROUP runtime errors
Possible runtime errors returned by DELETE_FEDERATION_GROUP include:
• If the value specified for GROUP_NAME does not match any existing groups: Group name
not found.
• User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
RIB_INFO 85










