Project

General

Profile

BMC » History » Revision 2

Revision 1 (Sachar de Vries, 07/03/2013 04:52 AM) → Revision 2/7 (Sachar de Vries, 07/03/2013 04:53 AM)

h1. BMC 

 h2. HP iLO 3 and higher support 

 To use foreman BMC support with ilo 3 and higher, the following iLO settings are required 
 * an ilo user with administrator rights. Just giving the user "Virtual Power and Reset" rights does not seem to be enough 
 * enable IPMI 
  - 
   * Administration -> Access Settings -> Enable IPMI/DCMI over LAN on Port 623 

 after this you can verify access by running ipmitool: 
 <pre> 
 ipmitool power status    -H <iLO ip-address> -U <user> -I lanplus 
 Password: 
 Chassis Power is on 
 </pre>