5

I have noticed that all the HP ProLiant I have access, have the same iLO default username : Administrator.

Is it always the same default username ? Some kind of HP internal rule ...

(I want to do some scripting around this, I would like to confirm that it is a constant)

ewwhite
  • 197,159
  • 92
  • 443
  • 809
willll
  • 205
  • 1
  • 4
  • 6

2 Answers2

6

Default is burned in per server (id is always Administrator, but the password is different).

You can press F8 during POST to enter the ILO configuration screen and reset it there.

bentek
  • 2,235
  • 1
  • 15
  • 23
  • Is there some physical place on server, where I can find the password? – kasi Feb 28 '18 at 09:49
  • 1
    There may be a sticker label or a device tag attached to the server with that password and serial number. – bentek Feb 28 '18 at 16:27
1

Yes. Always Administrator. If you're scripting, be sure to use the hponcfg utility. (don't reinvent the wheel)

ewwhite
  • 197,159
  • 92
  • 443
  • 809