How to reset the ILOM root password back to the default ‘changeme’ using ipmitool

If the root password on the ILOM is currently unknown, but you have root access to the O/S installed, you can change the ILOM password back to the default “changeme”.

Follow below steps:
# which ipmitool
/usr/sbin/ipmitool

# /usr/sbin/ipmitool -V
ipmitool version 1.8.8

# /usr/sbin/ipmitool user set password 0x02 changeme

[or you can also use the raw format:
# /usr/sbin/ipmitool raw 0x06 0x47 0x02 0x02 0x63 0x68 0x61 0x6e 0x67 0x65 0x6d 0x65 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

There will be no confirmation after running the ipmitool command, however the ILOM root password will be changed to changeme.

Advertisement

7 responses to “How to reset the ILOM root password back to the default ‘changeme’ using ipmitool

  1. Pingback: How to reset/recover Integrated Lights Out Manager (ILOM) password « AZIZ's BLOG

  2. Pingback: How to reset/recover Integrated Lights Out Manager (ILOM) password SUN « Jumprit's Knowledge

  3. Hello
    I have a really strange problem which is I didn’t change the password of my server and next day I couldn’t login via root/changme and i’ve tried to follow these steps but it didn’t work as will. I can’t see any software strange behive. This is really strange.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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