iLO 2 Scripting and Command Line Guide
</RIBCL>
MOD_ENCLOSURE_IP_SETTINGS parameters
BAY_ENABLEMASK enables the use of Static IP Bay Configuration addressing. The attribute MASK
is a 16-bit number. Each bit represents a slot in the enclosure. If the bit is set, that particular slot
is assigned to use the Static IP Bay Configuration settings. The LSB represents slot 1. For example,
the MASK="0x0001" only allows slot 1 to use Static IP Bay Configuration. This number can be
either a hexadecimal number or a decimal number. This command must appear inside the
MOD_ENCLOSURE_IP_SETTINGS block.
ENCLOSURE_IP_ENABLE enables or disables the use of Static IP Bay Configuration. This attribute
must appear inside the MOD_NETWORK_SETTINGS command block. The possible values are Y
or N. It is case insensitive. This attribute is only applicable on blade servers.
MOD_ENCLOSURE_IP_SETTINGS runtime errors
The possible MOD_ENCLOSURE_IP_SETTINGS error messages include:
• Rack 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 is required.
GET_TOPOLOGY
The GET_TOPOLOGY command requests the respective iLO 2 to return the current topology of the
rack infrastructure. For this command to parse correctly, the GET_TOPOLOGY command must
appear within a RACK_INFO command block, and RACK_INFO MODE can be set to read or
write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RACK_INFO MODE="read">
<GET_TOPOLOGY/>
</RACK_INFO>
</LOGIN>
</RIBCL>
GET_TOPOLOGY parameters
None
GET_TOPOLOGY return message
An example of a successful request follows:
<RK_TPLGY CNT="3">
<RUID>xxxxxx</RUID>
<ICMB ADDR="0xAA55" MFG="232" PROD_ID="NNN" SER="123" NAME="Power_1">
<LEFT/>
<RIGHT ADDR="0xAB66" SER="123" NAME="Server_1"/>
</ICMB>
<ICMB ADDR="0xAB66" MFG="232" PROD_ID="NNN" SER="456" NAME="Server_1">
<LEFT ADDR="0xAA55" SER="123" NAME="Power_1"/>
<RIGHT ADDR="0xAC77" SER="123" NAME="Power_2"/>
</ICMB>
<ICMB ADDR="0xAC77" MFG="232" PROD_ID="NNN" SER="789" NAME="Power_2">
<RIGHT/>
RACK_INFO 129










