Add_user – HP Remote Insight Lights-Out Edition II Board User Manual

Page 112

Advertising
background image

Scripting, command line, and utility options 112

CPQLODOS parameter

VERSION is a numeric string that indicates the version of CPQLODOS necessary to process this script. The
VERSION string is compared to the version that CPQLODOS can process. An error is returned if the
version of CPQLODOS and the version of the script do not match. The VERSION parameter can never be
blank.

CPQLODOS runtime error

The possible CPQLODOS error messages include

Version must not be blank.

ADD_USER

This command is used to add a user to the RILOE II. If there are multiple ADD_USER commands in the XML
script, CPQLODOS will use only the settings from the last command.

Example:

<ADD_USER

USER_NAME = "James Madison"

USER_LOGIN = "jmadison"

PASSWORD = "president">

</ADD_USER>

ADD_USER parameters

USER_NAME is the actual name of the user. The USER_NAME parameter has a maximum length of 40
characters and can be any ASCII string containing printable characters, including white spaces. This
string is used for display only and must never be blank.

USER_LOGIN is the name that the user types to log in to the RILOE II. The USER_LOGIN parameter has a
maximum length of 40 characters, can be an ASCII string containing any combination of printable
characters, and is case sensitive. The USER_LOGIN parameter must never be blank.

PASSWORD is the password that will be associated with the user. This parameter has a minimum length
of 8 characters, a maximum length of 40 characters, and is an ASCII string that may contain any
combination of printable characters. The PASSWORD parameter cannot contain both single and double
quote characters. This parameter is case sensitive and must never be blank.

ADD_USER runtime errors

The possible ADD_USER error messages include:

Login name is too long. Maximum length is 40 characters.

Password is too short. Minimum length is 8 characters.

Password is too long. Maximum length is 40 characters.

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.

Password must not be blank.

Boolean value not specified.

User does not have correct privilege for action.

Logged-in user does not have required privilege for this command.

Advertising