content top

Reset HP ILO password

I am continually getting emails from server admins around the world asking me about resetting the ILO password for HP servers. I’ve decided to write a quite guide on how to do this — I hope you find it useful.

I used this link on HP’s support site to help.

Ready? Let’s begin!

Copy the following text to notepad and save as xml. Now run the hponcfg utility, to load this configuration:

In summary it will reset the username and password to Administrator and the password to bladewatch, it won’t modify any network settings, but will rename the ILO – you can always rename the ILO afterwards, or just remove the bits you don’t want, just remove the text enclosure ip enable value to reg ddns server.

You’ll need a relatively new version of the firmware on the ILO – it will work on HP Proliant rack servers like DL380G4 – anything with the integrated lights out, firmware should be at least

<RIBCL version=”1.2″>

USER_LOGIN=”x”
PASSWORD = “x”>

<USER_INFO MODE=”write”>

<MOD_USER USER_LOGIN=”Administrator”>
<PASSWORD value=”bladewatch”/>

</MOD_USER>

</USER_INFO>

<RIB_INFO MODE = “w” >

<MOD_GLOBAL_SETTINGS >

<REMOTE_KEYBOARD_MODEL VALUE = “BRITISH”/>

</MOD_GLOBAL_SETTINGS>
<MOD_NETWORK_SETTINGS>

<ENCLOSURE_IP_ENABLE VALUE=”No”/>
<DNS_NAME VALUE = “Gerald”/>
<REG_DDNS_SERVER VALUE=”N”/>

</MOD_NETWORK_SETTINGS>

</RIB_INFO>

</LOGIN>
</RIBCL>

468 ad

No Responses to “Reset HP ILO password”

Trackbacks/Pingbacks

  1. Resetting an HP ILO Password | - [...] Here’s a link to an informative article on how to reset an HP ILO’s password by Martin over at…
  2. Reset an HP ILO Password « Mark Roe’s Weblog - [...] reset an HP ILO’s password  follow the link http://www.bladewatch.com/2008/06/10/reset-hp-ilo-password/  on Blade [...]
  3. ILO frequently asked questions | Blade Watch - [...] www.bladewatch.com/2008/06/10/reset-hp-ilo-password/ – resetting the ILO password [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.