Skip to main content

Posts

Showing posts with the label Reset

HP ProLiant Servers - How to Reset the HP ILO

HP ProLiant Servers - How to Reset the HP ILO Inband Root/Administrator Password in Linux Information How to reset the HP ILO Inband root/Administrator password in Linux. Details Use the  hponcfg  command to reset the HP ILO Inband password. Check if the package is already installed or not using the below command. # rpm -qf /sbin/hponcfg     hponcfg-1.9.0-3      List/Check the content of the package. # rpm -ql hponcfg-1.9.0-3     /sbin/hponcfg       Create a xml file like below or user can copy the same content and change the “newpass” to users password. # vi passwd_reset_ilo.xml       # cat passwd_reset_ilo.xml     <ribcl version="2.0">     <login user_login="Administrator" password="boguspassword">     <user_info mode="...