MSG = "Error Message"/>

MOD_GLOBAL_SETTINGS

This command modifies certain global settings. This command is only valid inside a RIB_INFO block. The logged-in user must have the configure RILOE privilege, and RIB_INFO must be in write mode. All of these elements are optional and may be left out. If an element is left out, then the current setting is preserved.

Example:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE="write">

<MOD_GLOBAL_SETTINGS>

<SESSION_TIMEOUT value="60"/> <F8_PROMPT_ENABLED value="Yes"/> <HOST_KEYBOARD_ENABLED value="Yes"/> <REMOTE_CONSOLE_PORT_STATUS value="3"/> <POCKETPC_ACCESS value="Yes"/> <REMOTE_CONSOLE_ENCRYPTION value="Yes"/> <CIPHER_STRENGTH value="128"/> <HTTPS_PORT value="443"/>

<HTTP_PORT value="80"/>

<REMOTE_CONSOLE_PORT value="23"/>

<SNMP_ADDRESS_1 value="123.124.125.126"/> <SNMP_ADDRESS_2 value="Test"/> <SNMP_ADDRESS_3 value="Test"/> <OS_TRAPS value="Yes"/>

<RIB_TRAPS value="No"/> <EMS_SETTINGS value="No"/> <BYPASS_POWER_CABLE_REPORTING value="No"/> <CIM_SECURITY_MASK="3"/>

</MOD_GLOBAL_SETTINGS> </RIB_INFO>

</LOGIN>

</RIBCL>

MOD_GLOBAL_SETTINGS parameters

SESSION_TIMEOUT determines the maximum session timeout value in minutes. The accepted values are from 0 to 120. If a value greater than 120 is specified, the SESSION_TIMEOUT returns an error.

F8_PROMPT_ENABLED determines if the F8 prompt for ROM-based configuration is displayed during POST. The possible values are "Yes" or "No."

HOST_KEYBOARD_ENABLED determines if the host keyboard is enabled or disabled. The possible values are "Yes" or "No."

REMOTE_CONSOLE_PORT_STATUS determines the configuration for the Remote Console port. The valid values for this setting are:

Scripting, command line, and utility options 154