<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ILO Lost Admin password in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6979753#M159540</link>
    <description>&lt;P&gt;&amp;nbsp;Hi Everybody,&lt;/P&gt;&lt;P&gt;this evening I made an enormous blunder, trying to change my ILO password.&lt;/P&gt;&lt;P&gt;Using a keepass DB I've generate a 249bits (64Ch.) alpha numeric password.&lt;/P&gt;&lt;P&gt;On ILO4 (firmware 2.50) WebUI, I copy/past this password on my Administrator Account without any error.&lt;/P&gt;&lt;P&gt;Happy ! I logged out and tried to log on again.&lt;/P&gt;&lt;P&gt;Unfortunately the 249bits password is not accept.&lt;/P&gt;&lt;P&gt;My server is a small business HP Proliant mini server Gen 8, running CentOS7.&lt;/P&gt;&lt;P&gt;Please do you have any solution to help me ?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 19:26:56 GMT</pubDate>
    <dc:creator>egl44300</dc:creator>
    <dc:date>2017-10-11T19:26:56Z</dc:date>
    <item>
      <title>ILO Lost Admin password</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6979753#M159540</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Everybody,&lt;/P&gt;&lt;P&gt;this evening I made an enormous blunder, trying to change my ILO password.&lt;/P&gt;&lt;P&gt;Using a keepass DB I've generate a 249bits (64Ch.) alpha numeric password.&lt;/P&gt;&lt;P&gt;On ILO4 (firmware 2.50) WebUI, I copy/past this password on my Administrator Account without any error.&lt;/P&gt;&lt;P&gt;Happy ! I logged out and tried to log on again.&lt;/P&gt;&lt;P&gt;Unfortunately the 249bits password is not accept.&lt;/P&gt;&lt;P&gt;My server is a small business HP Proliant mini server Gen 8, running CentOS7.&lt;/P&gt;&lt;P&gt;Please do you have any solution to help me ?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 19:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6979753#M159540</guid>
      <dc:creator>egl44300</dc:creator>
      <dc:date>2017-10-11T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: ILO Lost Admin password</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6979803#M159543</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Generic way for any scenario:&lt;/P&gt;&lt;PRE&gt;#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&amp;nbsp;options
ipmitool user set name 2&amp;nbsp;&amp;lt;username&amp;gt;
ipmitool user set password 2 &amp;lt;your_password&amp;gt;
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 &amp;lt;channel_number&amp;gt; # 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&amp;nbsp;&amp;lt;your_channel_number&amp;gt; 2 callin=on ipmi=on link=on privilege=4
#Log into WebUI with new credentials&lt;/PRE&gt;&lt;P&gt;Your case:&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Also you can use&lt;BR /&gt;ipmitool user list&lt;BR /&gt;to find out user id for your user and then change password with&lt;BR /&gt;ipmitool user set password &amp;lt;user_id&amp;gt; &amp;lt;new_password&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 10:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6979803#M159543</guid>
      <dc:creator>MKSN</dc:creator>
      <dc:date>2017-10-12T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: ILO Lost Admin password</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6980708#M159617</link>
      <description>&lt;P&gt;Hi MKSN,&lt;/P&gt;&lt;P&gt;thanks a lot for your solution.&lt;/P&gt;&lt;P&gt;I can reset Administrator's password using ipmitool, that's great ;-)&lt;/P&gt;&lt;P&gt;So now I will configure a second Administrator User and I will take many cares choosing the passwords !&lt;/P&gt;&lt;P&gt;Another time thanks a lot for your very helpfull post !!!&lt;/P&gt;&lt;P&gt;(An happy sysadmin)&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 14:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/6980708#M159617</guid>
      <dc:creator>egl44300</dc:creator>
      <dc:date>2017-10-21T14:57:10Z</dc:date>
    </item>
    <item>
      <title>PASSWORD RESET ON ML30</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/7054383#M167260</link>
      <description>&lt;P&gt;Hello House,&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Chuks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 15:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-lost-admin-password/m-p/7054383#M167260</guid>
      <dc:creator>Chuks2019</dc:creator>
      <dc:date>2019-07-09T15:16:19Z</dc:date>
    </item>
  </channel>
</rss>

