Manage Dell DRAC from the Master
The login credentials need to be configured in the Salt master configuration file.
drac:
username: admin
password: secret
Power server off
CLI Example:
salt-run drac.poweroff example.com
Power server on
CLI Example:
salt-run drac.poweron example.com
Connect to the Dell DRAC and have the boot order set to PXE and power cycle the system to PXE boot
CLI Example:
salt-run drac.pxe example.com
Reboot a server using the Dell DRAC
CLI Example:
salt-run drac.reboot example.com
Display the version of DRAC
CLI Example:
salt-run drac.version example.com