HP iLO 3 Scripting and Command Line Guide
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<USER_INFO MODE="write">
<ADD_USER
USER_NAME="User"
USER_LOGIN="username"
PASSWORD="password">
<ADMIN_PRIV value ="N"/>
<REMOTE_CONS_PRIV value ="Y"/>
<RESET_SERVER_PRIV value ="N"/>
<VIRTUAL_MEDIA_PRIV value ="N"/>
<CONFIG_ILO_PRIV value="Y"/>
</ADD_USER>
</USER_INFO>
</LOGIN>
</RIBCL>
ADD_USER parameters
USER_NAME is the actual name of the user. This parameter can be a combination of any printable
characters up to a maximum length of 39 characters. This parameter is not case sensitive and must
not be blank.
USER_LOGIN is the name used to gain access to the respective iLO. This parameter can be a
combination of any printable characters up to a maximum length of 39 characters. This parameter
is not case sensitive 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. This
parameter is optional, and the Boolean string must be set to Yes if the user is allowed this privilege.
The user can modify 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 blank. Omitting this
parameter prevents the user from manipulating the current iLO configuration.
ADD_USER runtime errors
Possible ADD_USER error messages include:
• Login name is too long.
• Password is too short.
USER_INFO 65










