iLO 2 Scripting and Command Line Guide

DP_FULL_DUPLEX is used to decide if the iLO 2 diagnostic port is to support full-duplex or half-duplex
mode. It is only applicable if DP_SPEED_AUTOSELECT was set to No. The possible values are Yes
or No.It is case insensitive.
DP_IP_ADDRESS is used to select the IP address for the iLO 2 Diagnostic Port. If an empty string
is entered, the current address is unchanged. The expected format is XXX.XXX.XXX.XXX.
DP_SUBNET_MASK is used to select the subnet mask for the iLO 2 Diagnostic Port. If an empty
string is entered, the current address is unchanged. The expected format is XXX.XXX.XXX.XXX.
The iLO 2 management processor will be rebooted to apply the changes after the script has
completed successfully.
MOD_DIAGPORT_SETTINGS runtime errors
Possible MOD_DIAGPORT_SETTINGS error messages include:
iLO 2 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_ENCLOSURE_IP_SETTINGS
GET_ENCLOSURE_IP_SETTINGS requests iLO 2 Static IP Bay Configuration settings. This attribute
must appear inside the RACK_INFO command block. The RACK_INFO command block can be
set to read or write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="password">
<RACK_INFO MODE="write">
<GET_ENCLOSURE_IP_SETTINGS/>
</RACK_INFO>
</LOGIN>
</RIBCL>
GET_ENCLOSURE_IP_SETTINGS parameters
None
GET_ENCLOSURE_IP_SETTINGS return messages
A possible GET_ENCLOSURE_IP_SETTINGS return message is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_ENCLOSURE_IP_SETTINGS>
<BAY_ENABLE MASK="0x0002"/>
<IP_ADDRESS VALUE="170.100.12.101"/>
<SUBNET_MASK VALUE="255.255.255.0"/>
<GATEWAY_IP_ADDRESS VALUE="170.100.12.254"/>
<DOMAIN_NAME VALUE=""/>
<PRIM_DNS_SERVER VALUE="0.0.0.0"/>
<SEC_DNS_SERVER VALUE="0.0.0.0"/>
<TER_DNS_SERVER VALUE="0.0.0.0"/>
RACK_INFO 127