Configuring the HP p-Class enclosure
http://www.bladewatch.com/2008/06/10/reset-hp-ilo-password/
Log into first blade of the enclosure
- Click the BL p-Class tab
- Click Static IP Bay Configuration
We set an ip address for each enclosure bay, so when you plug the blade in, it reconfigures the blade to use that address for the rib card (ILO).
- Set the new ip address for the first blade:
- This will then calculate the correct addresses for the remaining blade enclosures.
- Scroll down and click the enable all button.
- Now click apply.
This should re-configure the blades ilo address to the blades in this enclosure.
If the blades ilo ip addresses do not update:
- Log on to the blade, bring up a command prompt
- cd\program files\hp\hponcfg
- use the config files -there are demo ones here
- hponcfg /f inputconfig_file – this will reset the blade loading this xml file which sets the blade ilo to use the enclosure configuration. I’ve added one at the end:
Alternatively, do the following:
- Unplug the blade and disable the ILO security login using the switch on the system board
- Connect your blade connection cable.
- Log into the blade and select administration
- Select network settings
- Select the option “Enable Static IP Configuration” to yes
- Press Apply
If this does not work, check the rear of the enclosure – you may have a red fault light to signify a problem with the enclosure/back plane, try re-seating the blade, or removing the backplane management arm and re-connecting.
Mod_Enc_Bay_IP_Settings - (from the HP site)
<RIBCL VERSION=”2.0″>
<LOGIN USER_LOGIN=”adminname” PASSWORD=”password”>
<RACK_INFO MODE=”write”>
<MOD_ENCLOSURE_IP_SETTINGS>
<BAY_ENABLE MASK=”0xFFFF”/>
<IP_ADDRESS VALUE=”16.100.222.111″/>
<SUBNET_MASK VALUE=”255.255.252.0″/>
<GATEWAY_IP_ADDRESS VALUE=”16.100.222.1″/>
<DOMAIN_NAME VALUE=”sum.won.here.now”/>
<PRIM_DNS_SERVER VALUE=”16.11.1.111″/>
<SEC_DNS_SERVER VALUE=”"/>
<TER_DNS_SERVER VALUE=”"/>
<PRIM_WINS_SERVER VALUE=”16.22.2.222″/>
<SEC_WINS_SERVER VALUE=”"/>
<STATIC_ROUTE_1 DEST=”16.33.3.33″ GATEWAY=”16.100.11.11″/>
<STATIC_ROUTE_2 DEST=”" GATEWAY=”"/>
<STATIC_ROUTE_3 DEST=”" GATEWAY=”"/>
</MOD_ENCLOSURE_IP_SETTINGS>
</RACK_INFO>
</LOGIN>
</RIBCL>


Comment by martin on 13 June 2008:
If you have problems, email me and I’ll send you a few config scripts.