Login runtime errors, User_info, User_info parameter – HP Remote Insight Lights-Out Edition II Board User Manual
Page 141: User_info runtime error, Add_user

Scripting, command line, and utility options 141
LOGIN runtime errors
The possible runtime error messages include:
•
User login name was not found.
•
Password must not be blank.
•
Logged-in user does not have required privilege for this command.
USER_INFO
The USER_INFO command can only appear within a LOGIN command block. When the command is
parsed, it reads the local user information database into memory and prepares to edit it. Only commands
that are USER_INFO type commands are valid inside the USER_INFO command block. The USER_INFO
command generates a response that indicates to the host application whether the database was
successfully read or not. If database is open for writing by another application, then this call will fail.
Example:
……… USER_INFO commands ……
USER_INFO parameter
MODE is a specific string parameter with a maximum length of 10 characters that specifies what you
intend to do with the information. Valid arguments are "read" and "write."
Write mode enables both reading and writing of RILOE II information. Read mode prevents modification
of the RILOE II information.
USER_INFO runtime error
None
ADD_USER
The ADD_USER command is used to add a local user account. The USER_NAME and USER_LOGIN
parameters must not exist in the current user database. Use the MOD_USER command to change an
existing user's information. 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.
All of the attributes that pertain to the user are set using the following parameters.
USER_NAME="User" USER_LOGIN="username" PASSWORD="password">