20 July 2011

Reset HP ILO Password

Here's how to easily reset the HP Integrated Lights Out password without needing to access the console.(tested only with ILO2!!)
Please note this will only work if the server is online and if the hp management tools are installed in the OS. If they are not then refer to this:

1. Install SNMP on the windows server (neede by HP Insight Management Agents.)
2. Ddowloaded and install the HP Insight Management Agents.
3. Download and install HP Lights-Out Online Configuration Utility.

Ok now that everything is in place, open a notepad file and enter the following :

<ribcl VERSION="2.0">
<login USER_LOGIN="Administrator" PASSWORD="somerandompassword">
  <user_INFO MODE="write">
   <mod_USER USER_LOGIN="Administrator">
    <password value="yournewpassword"/>
   </mod_USER>
  </user_INFO>
</login>
</ribcl>

Now save the file as yourfile.XML , and copy it to your hp\hponcfg directory (normally under prog. files)
When done that open a command prompt , navigate to c:\program files\hp\hponcfg directory and issue the following command:

HPONCFG.exe /f yourfile.xml
Now it should successfully reset the password, but please note that the min. password length is 8 characters.


2 comments:

Tricks Guide said...
This comment has been removed by the author.
Tricks Guide said...

If the server is running WIndows OS, then we can use HP Lights-Out Online Configuration Utility (HPONCFG.exe utility) for Windows. This is a simple GUI and we can easily reset the password. This utility does not ask for any password when you launch it. Moreover, when you reset the iLO password, HPONCFG will not ask for the previous password.

May be the link provided below will be worth to look,

How to reset iLO Administrator password of HP Server

http://www.tricksguide.com/reset-ilo-forgot-administrator-password-of-hp-proliant-server.html

Cheers