Project

General

Profile

BMC » History » Version 2

Sachar de Vries, 07/03/2013 04:53 AM

1 1 Sachar de Vries
h1. BMC
2
3
h2. HP iLO 3 and higher support
4
5
To use foreman BMC support with ilo 3 and higher, the following iLO settings are required
6
* an ilo user with administrator rights. Just giving the user "Virtual Power and Reset" rights does not seem to be enough
7
* enable IPMI
8 2 Sachar de Vries
 - Administration -> Access Settings -> Enable IPMI/DCMI over LAN on Port 623
9 1 Sachar de Vries
10
after this you can verify access by running ipmitool:
11
<pre>
12
ipmitool power status  -H <iLO ip-address> -U <user> -I lanplus
13
Password:
14
Chassis Power is on
15
</pre>