iLO vs. IPMI

Remote Server Management

Phil Hollenback, www.hollenback.net

Intro

Setup

Security

Network Model

Server Power Control

Management controller can change power state of system

Both examples performed from another system with network connectivity to test machine:

iLO

$ ssh server-ilo-address
... enter password...
</>hpiLO-> power
power: server power is currently: On

</>hpiLO-> power warm
... warm reboot of system...

IPMI

$ ipmitool -I lan -H server-ipmi-address -U admin -a chassis power soft

Remote Console

Sensors

$ ipmitool -I lan -H server-ipmi-address -U admin sensor get "Ambient Temp"
Password: ...enter bmc admin user password...
 Sensor ID              : Ambient Temp (0x8)
 Entity ID             : 7.1
 Sensor Type (Analog)  : Temperature
 Sensor Reading        : 21 (+/- -124) degrees C
 Status                : ok
 Lower Non-Recoverable : na
 Lower Critical        : 3.000
 Lower Non-Critical    : 8.000
 Upper Non-Critical    : 42.000
 Upper Critical        : 47.000
 Upper Non-Recoverable : na

Other Alternatives

Serial Console Server

VNC / Remote Desktop

Conclusion

Further Reading