- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- ILO Lost Admin password
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2017 12:26 PM
10-11-2017 12:26 PM
Hi Everybody,
this evening I made an enormous blunder, trying to change my ILO password.
Using a keepass DB I've generate a 249bits (64Ch.) alpha numeric password.
On ILO4 (firmware 2.50) WebUI, I copy/past this password on my Administrator Account without any error.
Happy ! I logged out and tried to log on again.
Unfortunately the 249bits password is not accept.
My server is a small business HP Proliant mini server Gen 8, running CentOS7.
Please do you have any solution to help me ?
Kind regards
Solved! Go to Solution.
- Tags:
- Password reset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2017 03:47 AM
10-12-2017 03:47 AM
SolutionHello!
Generic way for any scenario:
#Log into CentOS sudo -i yum install epel-release yum install ipmitool modprobe ipmi_si ipmi_msghandler ipmi_devintf #actual modules may vary, this is what usualy works for me, consult man ipmitool for options ipmitool user set name 2 <username> ipmitool user set password 2 <your_password> ipmitool user enable 2 ipmitool user priv 2 4 #This might be enough, try to log into webUI with new credentials, if doesn't work proceed with following ipmitool channel info <channel_number> # try channel number 0,1,2 and so on until you stumble upon LAN channel, on the hardware we're using it's usually number 2 ipmitool channel setaccess <your_channel_number> 2 callin=on ipmi=on link=on privilege=4 #Log into WebUI with new credentials
Your case:
As far as I understand ipmi stores passwords either 16, or 20 bytes long, so you can try to calculate how many characters your password actually consists of.
Also you can use
ipmitool user list
to find out user id for your user and then change password with
ipmitool user set password <user_id> <new_password>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2017 07:57 AM
10-21-2017 07:57 AM
Re: ILO Lost Admin password
Hi MKSN,
thanks a lot for your solution.
I can reset Administrator's password using ipmitool, that's great ;-)
So now I will configure a second Administrator User and I will take many cares choosing the passwords !
Another time thanks a lot for your very helpfull post !!!
(An happy sysadmin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 08:16 AM
07-09-2019 08:16 AM
PASSWORD RESET ON ML30
Hello House,
Please, I am having a challenge resetting administrator password on our HP Proliant ML30 running windows 10. Please, we forgot the admin password and have a lot of things and softwares running on the server which we wont want to delete. Please, what is the way out?
Chuks