Displaying 1 result from an estimated 1 matches for "shutdown_esxi".
2018 Sep 20
3
Upssched not getting called from UPSMON
...quot;UPS8 is running on battery"
echo "UPS8 is running on battery!" | ${WALL}
echo "Shutting down VMs on ESXi 192.168.23.3 and 192.168.24.3" | ${WALL}
ssh root at 192.168.23.3 "nohup /vmfs/volumes/datastore1/UPScontrol/shutdown_esxi.sh> /dev/null 2>&1 &"
ssh root at 192.168.24.3 "nohup /vmfs/volumes/datastore1/UPScontrol/shutdown_esxi.sh> /dev/null 2>&1 &"
echo "finished shutting ESXI down..." | ${WALL}
exit 0
...