HP iLO 3 Scripting and Command Line Guide

USER_NAME is the actual name of the user to be modified. This parameter is not case sensitive,
can be any valid string, and has a maximum length of 39 characters. This string is used for display
only and must not be left blank.
PASSWORD is the password associated with the user. This parameter is case sensitive and can
be a combination of any printable characters. The length is user defined and can be a minimum
of zero characters and a maximum of 39 characters. The minimum length is defined in the iLO
Global Settings and has a default value of eight characters.
ADMIN_PRIV is a Boolean parameter that enables the user to administer user accounts. The user
can modify their account settings, modify other user account settings, add users, and delete users.
Omitting this parameter prevents the user from adding, deleting, or configuring user accounts.
REMOTE_CONS_PRIV is a Boolean parameter that gives permission for the user to access the
Remote Console functionality. This parameter is optional, and the Boolean string must be set to
Yes if the user is allowed this privilege. If this parameter is used, the Boolean string value must
not be left blank. Omitting this parameter denies the user access to Remote Console functionality.
RESET_SERVER_PRIV is a Boolean parameter that gives the user permission to remotely manipulate
the server power setting. This parameter is optional, and the Boolean string must be set to Yes if
the user is allowed this privilege. If this parameter is used, the Boolean string value must not be
left blank. Omitting this parameter prevents the user from manipulating the server power settings.
VIRTUAL_MEDIA_PRIV is a Boolean parameter that gives the user permission to access the virtual
media functionality. This parameter is optional, and the Boolean string must be set to Yes if the
user is allowed this privilege. If this parameter is used, the Boolean string value must not be left
blank. Omitting this parameter denies the user The Virtual Media privilege.
CONFIG_ILO_PRIV is a Boolean parameter that enables the user to configure iLO settings. This
privilege includes network settings, global settings, Insight Manager settings, and SNMP settings.
This parameter is optional, and the Boolean string must be set to Yes if the user is allowed this
privilege. If this parameter is used, the Boolean string value must not be left blank. Omitting this
parameter prevents the user from manipulating the current iLO configuration.
MOD_USER runtime errors
Possible MOD_USER error messages include:
Login name is too long.
Password is too short.
Password is too long.
User information is open for read-only access. Write access is
required for this operation.
User login name must not be blank.
Cannot modify user information for currently logged user.
User does not have correct privilege for action. ADMIN_PRIV required.
GET_ALL_USERS
The GET_ALL_USERS command returns all USER_LOGIN parameters in the user database. For this
command to parse correctly, the command must appear within a USER_INFO command block,
and USER_INFO MODE can be in read or write. The user must have the Administer User Accounts
privilege to retrieve all user accounts.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<USER_INFO MODE="read">
USER_INFO 69