search for: esx02

Displaying 1 result from an estimated 1 matches for "esx02".

Did you mean: esx01
2017 Apr 17
3
Two UPS via SNMP at one ubunut box
...;; *) logger -t upssched-cmd "Unrecognized command: $1" ;; esac / var/lib/nut/shutdownB.sh ============================================= for vms in $(vmware-cmd -H esx01 -U root -P**** -l) do vmware-cmd -H esx01 -U root -P**** $vms stop soft done for vms in $(vmware-cmd -H esx02 -U root -P**** -l) do vmware-cmd -H esx02 -U root -P**** $vms stop soft done sleep 60 for vms in $(vmware-cmd -H esx01 -U root -P**** -l) do vmware-cmd -H esx01 -U root -P**** $vms stop hard done for vms in $(vmware-cmd -H esx02 -U root -P**** -l) do vmware-cmd -H esx02 -U root -P**** $v...