Project

General

Profile

BMC » History » Version 3

Romain Vrignaud, 07/04/2013 09:23 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>
16 3 Romain Vrignaud
17
h2. Dell DRAC
18
19
To configure ipmi from commandline :
20
21
<pre>
22
# ipmitool lan set 1 ipaddr your_ip
23
# ipmitool lan set 1 netmask your_netmask
24
# ipmitool lan set 1 defgw ipaddr your_default_gw
25
# ipmitool lan set 1 access on
26
</pre>