Hotkey_config runtime errors, Dir_info, Dir_info parameters – HP Remote Insight Lights-Out Edition II Board User Manual

Page 159: Dir_info runtime errors, Get_dir_config, Get_dir_config parameters

Advertising
background image

Scripting, command line, and utility options 159

HOTKEY_CONFIG runtime errors

The possible HOTKEY_CONFIG error messages include:

RIB information is open for read-only access. Write access is required for this operation.

The hot key parameter specified is not valid.

Invalid number of hot keys. The maximum allowed is five.

User does not have correct privilege for action. CONFIG_ILO_PRIV required.

DIR_INFO

The DIR_INFO command can only appear within a LOGIN command block. When the command is
parsed, it reads the local directory information database into memory and prepares to edit it. Only
commands that are DIR_INFO type commands are valid inside the DIR_INFO command block. The
DIR_INFO command generates a response that indicates to the host application whether the database
was successfully read or not. If the database is open for writing by another application, then this call will
fail.

Example:

<DIR_INFO MODE="read">

……… DIR_INFO commands ……

</DIR_INFO>

DIR_INFO parameters

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 directory information. Read mode prevents modification
of directory information.

DIR_INFO runtime errors

None

GET_DIR_CONFIG

The GET_DIR_CONFIG command requests the respective RILOE II directory settings. For this command to
parse correctly, the GET_DIR_CONFIG command must appear within a DIR_INFO command block, and
DIR_INFO MODE can be set to read or write.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<DIR_INFO MODE="read">

<GET_DIR_CONFIG/>

</DIR_INFO>

</LOGIN>

</RIBCL>

GET_DIR_CONFIG parameters

None

Advertising