xcat-core/xCAT-IBMhpc/share/xcat/IBMhpc/aix-reboot

9 lines
123 B
Plaintext
Raw Normal View History

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