Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ipmitool

Commands

# Reboot ILO
ipmitool bmc reset cold


# Check power supply status
ipmitool sensors

# List ILO network
ipmitool lan print 1

# Set ILO network
ipmitool lan set 1 ipaddr 192.168.10.10
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 defgw ipaddr 192.168.10.11