HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

the user must be allowed to configure iLO 2. If this parameter is used, the Boolean string value
must never be blank.
CONFIG_RACK_PRIV A Boolean parameter that gives the user permission to configure and
manage the server rack resources. This parameter is applicable to ProLiant BL p-Class servers only.
This parameter is optional, and the Boolean string must be set to Yes if the user must be allowed
to manage or configure rack resources. If this parameter is used, the Boolean string value must
never be blank.
DIAG_PRIV A Boolean parameter that gives the user permission to view diagnostic information
about iLO 2. This parameter is optional, and the Boolean string must be set to Yes if the user must
have diagnostic privileges. If this parameter is used, the Boolean string value must never be blank.
ADD_USER runtime errors
The possible ADD_USER error messages include:
Login name is too long.
Password is too short.
Password is too long.
User table is full. No room for new user.
Cannot add user. The user name already exists.
User information is open for read-only access. Write access is
required for this operation.
User name cannot be blank.
User login ID cannot be blank.
Boolean value not specified.
User does not have correct privilege for action. ADMIN_PRIV required.
DELETE_USER
The DELETE_USER command is used to remove an existing local user's account. The USER_LOGIN
parameter must exist in the current user database. For this command to parse correctly, the command
must appear within a USER_INFO command block, and USER_INFO MODE must be set to write.
The user must have the administrative privilege.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname"
PASSWORD=
"password">
<USER_INFO MODE="write">
<DELETE_USER USER_LOGIN="username"/>
</USER_INFO>
</LOGIN>
</RIBCL>
DELETE_USER parameter
USER_LOGIN is the login name of the user account. This parameter is case sensitive and must
never be blank.
74 Using RIBCL