Thank you for this tutorial!
To wakeup my pbs I use this script instead:
#!/bin/bash
if [ "$1" == "job-init" ]; then
wakeonlan xx:xx:xx:xx:xx #(mac Address of PBS Server)
ping IP-ADDRESS-OF-PBS -c 60
fi
if [ "$1" == "job-end" ]; then
ssh root@IP-ADDRESS-OF-PBS "poweroff < /dev/null &"
fi...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.