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

Page 158

Advertising
background image

Scripting, command line, and utility options 158

FIRMWARE_DATE = <firmware date>

MANAGEMENT_PROCESSOR = <management processor type>

/>

HOTKEY_CONFIG

The HOTKEY_CONFIG command configures the remote console hot key settings in RILOE II. For this
command to parse correctly, the command must appear within a RIB_INFO command block, and
RIB_INFO MODE must be set to write. The user must have the configure RILOE II privilege to execute this
command.

Uppercase letters are not supported, and they will be converted automatically to lowercase. If either a
double quote or a single quote is used, it must be different from the delimiter. Specifying a blank string
removes the current value.

Refer to the "Supported Hot Keys" section for a complete list of supported hotkeys.

Example:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE="write">

<HOTKEY_CONFIG>

<CTRL_T value="CTRL,ALT,ESC"/>

<CTRL_U value="L_SHIFT,F10,F12"/>

<CTRL_V value=""/>

<CTRL_Y value=""/>

<CTRL_X value=""/>

<CTRL_Y value=""/>

</HOTKEY_CONFIG>

</RIB_INFO>

</LOGIN>

</RIBCL>

HOTKEY_CONFIG parameters

All of the following parameters are optional. If a parameter is not specified, then the parameter value for
the specified setting is preserved.

CTRL_T specifies settings for the CTRL_T hot key. The settings must be separated by commas. For example,
CTRL_T="CTRL,ALT,ESC." Up to five keystrokes can be configured for each hot key.

CTRL_U specifies settings for the CTRL_U hot key. The settings must be separated by commas. For
example, CTRL_U="CTRL,ALT,ESC." Up to five keystrokes can be configured for each hot key.

CTRL_V specifies settings for the CTRL_V hot key. The settings must be separated by commas. For
example, CTRL_V="CTRL,ALT,ESC." Up to five keystrokes can be configured for each hot key.

CTRL_W specifies settings for the CTRL_W hot key. The settings must be separated by commas. For
example, CTRL_W="CTRL,ALT,ESC." Up to five keystrokes can be configured for each hot key.

CTRL_X specifies settings for the CTRL_X hot key. The settings must be separated by commas. For
example, CTRL_X="CTRL,ALT,ESC." Up to five keystrokes can be configured for each hot key.

CTRL_Y specifies settings for the CTRL_Y hot key. The settings must be separated by commas. For
example, CTRL_Y="CTRL,ALT,ESC." Up to five keystrokes can be configured for each hot key.

Advertising