Integrity Servers
1752493 Members
5546 Online
108788 Solutions
New Discussion

how to change password for integrated lights-out 2

 
SOLVED
Go to solution
helpcodemonkey
Occasional Visitor

how to change password for integrated lights-out 2

hi im currently using integrated lights out 2 on a hp integrity rx 2660. the status summary of the iLo is as follows:

iLOMP: f.02.25

system firmware: rom a 04. 11, rom b 04.11, boot rom a

 

currently im using this command to power on /off and restart this machine:

ipmitool -H host -P mypasswordpower cycle.

 

i would like to change the password "mypassword" . how can i do so? 

3 REPLIES 3
Holger G
HPE Pro
Solution

Re: how to change password for integrated lights-out 2

Hi,

please check the IPMItool website at http://ipmitool.sourceforge.net/index.html for command usage details.


Example of how to change lan IPMI password to mynewpassword:
ipmitool -I lan -H host -P mypassword lan set 1 password "mynewpassword"

 

 

Kind Regards

Holger

Was this post useful? - You may click the KUDOS! Star.

 

Note: One or more of the links above will take you outside the Hewlett-Packard Web site, HP does not control and is not responsible for information outside of the HP Web site.

- I work for Hewlett Packard Enterprise -
helpcodemonkey
Occasional Visitor

Re: how to change password for integrated lights-out 2

tks Holger. this works like a charm
lukai
Advisor

Re: how to change password for integrated lights-out 2

thanks