iLO 2 Scripting and Command Line Guide

DHCP_DNS_SERVER – Specifies if the DHCP-assigned DNS server is to be used. The possible
values are Yes or No. It is case sensitive. This selection is only valid if DHCP is enabled.
DHCP_WINS_SERVER – Specifies if the DHCP-assigned WINS server is to be used. The possible
values are Yes or No. It is case sensitive. This selection is only valid if DHCP is enabled.
DHCP_STATIC_ROUTE – Specifies if the DHCP-assigned static routes are to be used. The possible
values are Yes or No. It is case sensitive. This selection is only valid if DHCP is enabled.
REG_WINS_SERVER – Specifies if the iLO 2 must be register with the WINS server. The possible
values are Yes or No. It is case sensitive. This selection is only valid if DHCP is enabled.
PRIM_DNS_SERVER – Specifies the IP address of the primary DNS server. This parameter is only
relevant if the DHCP-assigned DNS server address feature is disabled. If an empty string is entered,
the current value is deleted.
SEC_DNS_SERVER – Specifies the IP address of the secondary DNS server. This parameter is only
relevant if the DHCP-assigned DNS server address feature is disabled. If an empty string is entered,
the current value is deleted.
TER_DNS_SERVER – Specifies the IP address of the tertiary DNS server. This parameter is only
relevant if the DHCP-assigned DNS server address feature is disabled. If an empty string is entered,
the current value is deleted.
PRIM_WINS_SERVER – Specifies the IP address of the primary WINS server. This parameter is
only relevant if the DHCP-assigned WINS server address feature is disabled. If an empty string is
entered, the current value is deleted.
SEC_WINS_SERVER specifies the IP address of the secondary WINS server. This parameter is only
relevant if the DHCP-assigned WINS server address feature is disabled. If an empty string is entered,
the current value is deleted.
STATIC_ROUTE_1, STATIC_ROUTE_2, and STATIC_ROUTE_3 – Used to specify the destination
and gateway IP addresses of the static routes. The following two parameters are used within the
static route commands. If an empty string is entered, the current value is deleted.
DEST Specifies the destination IP addresses of the static route. This parameter is only relevant
if the DHCP-assigned static route feature is disabled. If an empty string is entered, the current
value is deleted.
GATEWAY – Specifies the gateway IP addresses of the static route. This parameter is only
relevant if the DHCP-assigned static route feature is disabled. If an empty string is entered,
the current value is deleted.
WEB_AGENT_IP_ADDRESS Specifies the address for the Web-enabled agents. If an empty string
is entered, the current value is deleted.
MOD_NETWORK_SETTINGS runtime errors
The possible MOD_NETWORK_SETTINGS error messages include:
RIB information is open for read-only access. Write access is required for this operation.
User does not have correct privilege for action. CONFIG_ILO_PRIV required.
GET_GLOBAL_SETTINGS
The GET_GLOBAL_SETTINGS command requests the respective iLO 2 global settings. For this
command to parse correctly, the command must appear within a RIB_INFO command block, and
RIB_INFO MODE can be set to read or write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
RIB_INFO 95