iDRAC (DELL)

user: dell
pass: calvin

Key mapping for console redirection
Use the <1> key sequence for
Use the <2> key sequence for (System Setup)
Use the <3> key sequence for
Use the <0> key sequence for (Lifecycle Controller)
Use the key sequence for (Boot Manager)
Use the <@> key sequence for (PXE Boot)

Management
# install ipmitool package on client (OPTIONAL)
sudo apt-get install -y ipmitool

# connect over SOL (Serial over LAN)
ipmitool -I lanplus -H -U -P sol activate

# power on
ipmitool -I lanplus -H -U -P power on

# reset
ipmitool -I lanplus -H -U -P power reset

# power off
ipmitool -I lanplus -H -U -P power off

# reset IPMI / console
ipmitool -I lanplus -H -U -P mc reset cold

# login to iDRAC SSH
ssh USER@IDRAC_IP

racadm getsysinfo

# boot once from PXE
racadm config -g cfgServerInfo -o cfgServerBootOnce 1
racadm config -g cfgServerInfo -o cfgServerFirstBootDevice PXE

# restart server
racadm serveraction hardreset

# connect to console over SSH
ssh @ console com2