Previous Topic

Next Topic

MOD_GLOBAL_SETTINGS

The MOD_GLOBAL_SETTINGS command modifies global settings. 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 iLO 3 privilege to execute this command.

The Lights-Out device (not the server) resets automatically to make changes to port settings effective. Setting the ILO_FUNCT_ENABLED to No disables the management functions of iLO 2 and iLO. If disabled, you must use the iLO Security Override Switch on the server system board and the iLO 2/iLO RBSU (F8 key) to re-enable iLO 2/iLO.

Example 1: Use CPQLOCFG.EXE version 2.26 or greater with the following scripts.

<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"/>

<HTTP_PORT value="80"/>

<HTTPS_PORT value="443"/>

<REMOTE_CONSOLE_PORT value="23"/>

<REMOTE_CONSOLE_PORT_STATUS value="2"/>

<!-- Firmware support information for next 6 tags: -->

<!-- iLO 2 - All versions. -->

<!-- iLO - Version 1.50 and later. -->

<!-- RILOE II - None. -->

<REMOTE_CONSOLE_ENCRYPTION value="Yes"/>

<MIN_PASSWORD value="8"/>

<ILO_FUNCT_ENABLED value="Yes"/>

<VIRTUAL_MEDIA_PORT value="17988"/>

<F8_LOGIN_REQUIRED value="No"/>

<REMOTE_KEYBOARD_MODEL value="US"/>

<!-- Firmware support information for next 2 tags: -->

<!-- iLO 2 - All versions. -->

<!-- iLO - Version 1.50 and later. -->

<!-- RILOE II - Version 1.20 and later. -->

<PASSTHROUGH_CONFIG value="1"/>

<TERMINAL_SERVICES_PORT value="3389"/>

<!-- Firmware support information for next 5 tags: -->

<!-- iLO 2 - All versions. -->

<!-- iLO - Version 1.60 and later. -->

<!-- RILOE II - None. -->

<SSH_PORT value="22"/>

<SSH_STATUS value="Yes"/>

<SERIAL_CLI_STATUS value="3"/>

<SERIAL_CLI_SPEED value="1"/>

<RBSU_POST_IP value="Y"/>

<!-- Firmware support information for next tag: -->

<!-- iLO 2 - All versions. -->

<!-- iLO - None. -->

<!-- RILOE II - None. -->

<TELNET_ENABLE value="yes"/>

<!-- Firmware support information for next tag: -->

<!-- iLO 2 - All versions. -->

<!-- iLO - Version 1.75 and later. -->

<!-- RILOE II - None. -->

<!-- It can have the following three values -->

<!-- Disabled: Value = "No" -->

<!-- the mouse uses "relative" coordinates mode, -->

<!-- compatible with most host operating systems. -->

<!-- Enabled: Value = "Yes" -->

<!-- the mouse uses "absolute" coordinates mode, -->

<!-- eliminating synchronization issues -->

<!-- on supported operating systems -->

<!-- Automatic: Value = "Automatic" -->

<!-- iLO picks the appropriate mouse mode when -->

<!-- the iLO 2 driver is loaded on the host operating system.-->

<!-- The selected mode is persistent unless a different -->

<!-- mode is indicated when the OS driver is loaded or -->

<!-- if you choose another setting. -->

<HIGH_PERFORMANCE_MOUSE value="Automatic" />

<!-- Firmware support information for next 13 tags: -->

<!-- iLO 2 - Version 1.30 and later. -->

<!-- iLO - None. -->

<!-- RILOE II - None. -->

<ENFORCE_AES value="Y"/>

<AUTHENTICATION_FAILURE_LOGGING value="3"/>

<CONSOLE_CAPTURE_ENABLE value="Yes" />

<CONSOLE_CAPTURE_BOOT_BUFFER_ENABLE value="Yes" />

<CONSOLE_CAPTURE_FAULT_BUFFER_ENABLE value="Yes" />

<INTERACTIVE_CONSOLE_REPLAY_ENABLE value="Yes" />

<CONSOLE_CAPTURE_PORT value="17990" />

<CAPTURE_AUTO_EXPORT_ENABLE value="No" />

<CAPTURE_AUTO_EXPORT_LOCATION value="HTTP://1.1.1.1/folder/capture%h%t.ilo" />

<CAPTURE_AUTO_EXPORT_USERNAME value="username" />

<CAPTURE_AUTO_EXPORT_PASSWORD value="password" />

<SHARED_CONSOLE_ENABLE value="No" />

<SHARED_CONSOLE_PORT value="9300" />

<!-- Firmware support information for next two tags:-->

<!-- iLO 2 - Version 1.75 and later.-->

<!-- iLO - None. -->

<!-- RILOE II - None. -->

<KEY_UP_KEY_DOWN value="Yes"/>

<CAPTURE_MANUAL_EXPORT value="Yes"/>

<!-- Firmware support information for next tag: -->

<!-- iLO 2 - Version 1.10 and later. -->

<!-- iLO - Version 1.80 and later. -->

<!-- RILOE II - None. -->

<REMOTE_CONSOLE_ACQUIRE value="Yes" />

<!-- Firmware support information for next 13 tags: -->

<!-- iLO 2 - None. -->

<!-- iLO - None. -->

<!-- RILOE II - All versions. -->

<!--

<HOST_KEYBOARD_ENABLED value ="YES"/>

<REMOTE_KEYBOARD_MODEL value = "US"/>

<POCKETPC_ACCESS value = "YES"/>

<CIPHER_STRENGTH value = "128"/>

<SNMP_ADDRESS_1 value = "123.124.125.126"/>

<SNMP_ADDRESS_2 value = "test"/>

<SNMP_ADDRESS_3 value = "dest"/>

<OS_TRAPS value = "Y"/>

<RIB_TRAPS value = "N"/>

<CIM_SECURITY_MASK value = "3"/>

<EMS_STATUS value = "Y" />

<BYPASS_POWER_CABLE_REPORTING value = "N" />

<SNMP_PASSTHROUGH_STATUS value = "Y" />

-->

</MOD_GLOBAL_SETTINGS>

</RIB_INFO>

</LOGIN>

</RIBCL>

As of release iLO 3 version 1.50, the Virtual Serial Port supports automatically enabling and disabling software flow control. By default, this behavior is disabled. You can enable this configuration option using the RIBCL only. To enable this option, execute the following script:

Example 2:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE="write">

<MOD_GLOBAL_SETTINGS>

<VSP_SOFTWARE_FLOW_CONTROL value="Yes"/>

</MOD_GLOBAL_SETTINGS>

<RESET_RIB />

</RIB_INFO>

</LOGIN>

</RIBCL>