Ribcl examples – HP ProLiant BL20p G3 Server Blade User Manual

Page 70

Advertising
background image

Server Blade Configuration and Utilities

SLOT_ENABLE MASK enables the use of Static IP Bay Configuration

5-26

HP ProLiant BL20p Generation 3 Server Blade User Guide





<DOMAIN_NAME VALUE="sum.won.here.now"/>
<PRIM_DNS_SERVER VALUE="16.11.1.111"/>

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 will be assigned to use the Static
IP Bay Configuration settings. The least significant bit (LSB) represents slot 1.
For example, the MASK=“0x0001” will only allow 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_ISIP_SETTINGS block.

ISIP_ENABLE is used to enable or disable 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.

GET_ISIP_SETTINGS requests the respective iLO’s Static IP Bay
Configuration settings. This attribute must appear inside the RACK_INFO
command block. The RACK_INFO command block may be set to read or write.

RIBCL Examples

Getting Static IP Bay Configuration Settings

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="password">
<RACK_INFO MODE="write">

<GET_ISIP_SETTINGS/ >

</RACK_INFO>
</LOGIN>
</RIBCL>

Modifying Static IP Bay Configuration Settings

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="password"> <RACK_INFO
MODE="write">

<MOD_ISIP_SETTINGS>

<SLOT_ENABLE MASK="0x3FE"/>
<IP_ADDRESS VALUE="16.100.222.111"/>
<SUBNET_MASK VALUE="255.255.252.0"/>
<GATEWAY_IP_ADDRESS VALUE="16.100.222.1"/>

Advertising