HP iLO 4 Scripting and Command Line Guide

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 Settings privilege to execute this
command.
The iLO device (not the server) resets automatically to make changes to port settings effective.
Setting the ILO_FUNCT_ENABLED to No disables the iLO management functions. If disabled, you
must use the iLO Security Override Switch on the server system board and the iLO RBSU (F8 key)
to re-enable iLO.
Example 1: Use HPQLOCFG.EXE version 1.00 or later with the following scripts.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<MOD_GLOBAL_SETTINGS>
<SESSION_TIMEOUT value="0"/>
<F8_PROMPT_ENABLED value="Yes"/>
<HTTP_PORT value="80"/>
<HTTPS_PORT value="443"/>
<REMOTE_CONSOLE_PORT value="17990"/>
<MIN_PASSWORD value="8"/>
<ILO_FUNCT_ENABLED value="Yes"/>
<VIRTUAL_MEDIA_PORT value="17988"/>
<F8_LOGIN_REQUIRED value="No"/>
<SSH_PORT value="22"/>
<SSH_STATUS value="Yes"/>
<SERIAL_CLI_STATUS value="3"/>
<SERIAL_CLI_SPEED value="1"/>
<RBSU_POST_IP value="Y"/>
<ENFORCE_AES value="N"/>
<AUTHENTICATION_FAILURE_LOGGING value="3"/>
<!-- Firmware support information for next 3 tags: -->
<!-- iLO 4 - 1.10 or later. -->
<!-- iLO 3 - None. -->
<!-- iLO 2 - None. -->
<SNMP_ACCESS_ENABLED value = "N"/>
<SNMP_PORT value="161"/>
<SNMP_TRAP_PORT value="162"/>
<!-- Firmware support information for next 7 tags: -->
<!-- iLO 4 - 1.20 or later. -->
<!-- iLO 3 - None. -->
<!-- iLO 2 - None. -->
<REMOTE_SYSLOG_ENABLE VALUE="Yes"/>
<REMOTE_SYSLOG_PORT VALUE="514"/>
<REMOTE_SYSLOG_SERVER_ADDRESS VALUE=””/>
<ALERTMAIL_ENABLE VALUE="Y"/>
<ALERTMAIL_EMAIL_ADDRESS VALUE="user@domain.com"/>
<ALERTMAIL_SENDER_DOMAIN VALUE="domain.com"/>
<ALERTMAIL_SMTP_SERVER VALUE="smtp.domain.com" />
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - 1.30 or later. -->
<!-- iLO 3 - None. -->
<!-- iLO 2 - None. -->
<ALERTMAIL_SMTP_PORT VALUE="25"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - 1.20 or later. -->
<!-- iLO 3 - 1.55 or later. -->
<!-- iLO 2 - None. -->
<IPMI_DCMI_OVER_LAN_ENABLED value="y"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - 1.20 or later. -->
<!-- iLO 3 - None. -->
<!-- iLO 2 - 2.09 or later. -->
<VSP_LOG_ENABLE VALUE="Y" />
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - 1.30 or later. -->
RIB_INFO 97