Asset ID: |
1-71-1328316.1 |
Update Date: | 2012-05-16 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
1328316.1
:
How to reset the ILOM root password back to the default 'changeme' using ipmitool.
Related Items |
- Sun Fire X4150 Server
- Sun Blade X6450 Server Module
- Sun Fire X4540 Server
- Sun Blade X6240 Server Module
- Sun Netra X4200 M2 Server
- Sun Fire X4440 Server
- Sun Blade X6220 Server Module
- Sun Fire X4200 Server
- Sun Fire X4275 Server
- Sun Netra X4270 Server
- Sun Netra X4450 Server
- Sun Fire X4250 Server
- Sun Fire X4240 Server
- Sun Netra X6270 M2 Server Module
- Sun Fire X4600 M2 Server
- Sun Fire X4200 M2 Server
- Sun Blade X6440 Server Module
- Sun Blade X6270 Server Module
- Sun Fire X4470 Server
- Sun Fire X4140 Server
- Sun Server X2-8
- Sun Fire X2270 Server
- Sun Fire X4170 Server
- Sun Blade X6250 Server Module
- Sun Fire X2250 Server
- Sun Blade X6275 M2 Server Module
- Sun Fire X4270 M2 Server
- Sun Blade X6275 Server Module
- Sun Fire X4100 M2 Server
- Sun Fire X4600 Server
- Sun Netra X4250 Server
- Sun Fire X4100 Server
- Sun Blade X6420 Server Module
- Sun Blade X6270 M2 Server Module
- Sun Fire X2270 M2 Server
- Sun Fire X4270 Server
- Sun Fire X4640 Server
- Sun Fire X4500 Server
- Sun Fire X4170 M2 Server
- Sun Server X2-4
- Sun Fire X4450 Server
- Sun Fire X4800 Server
|
Related Categories |
- PLA-Support>Sun Systems>x64>Server>SN-x64: MISC-SERVER
- .Old GCS Categories>Sun Microsystems>Servers>x64 Servers
|
In this Document
Applies to:
Sun Fire X4600 M2 Server - Version Not Applicable and later
Sun Fire X4200 M2 Server - Version Not Applicable and later
Sun Fire X4200 Server - Version Not Applicable and later
Sun Fire X4600 Server - Version Not Applicable and later
Sun Fire X4240 Server - Version Not Applicable and later
Information in this document applies to any platform.
Goal
The root password on the ILOM is currently unknown. I have root access to the O/S installed on the platform and want to change the ILOM password back to the default changeme.
Fix
Complete the following steps:
# which ipmitool
/usr/sbin/ipmitool
# /usr/sbin/ipmitool -V
ipmitool version 1.8.8
# /usr/sbin/ipmitool user set password 0x02 changeme
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.
Notes
This solution is from the IPMI specification. This is the "set user password" command in raw format.
Since the KCS interface between the host and it's service processor does not require authentication, you can set any user's password from the main host itself. This is not possible from an ILOM out of band connection.
This has been tested and verified on ILOM 2.x and 3.x.
This process has been successfully tested on several x64 product lines so may be successful on platforms not identified in this document.
Attachments
This solution has no attachment