xcat-core/xCAT-IBMhpc/share/xcat/IBMhpc/aix-reboot
2012-08-30 15:07:38 +00:00

9 lines
123 B
Bash

#!/bin/ksh
# Cleanly reboots an AIX node
echo "Shutting and rebooting node NOW !!!"
echo "shutdown -Fr" | at now
exit 0