Created
March 17, 2021 03:49
-
-
Save zhangyoufu/8abe22780d7946d0661b496cfceab121 to your computer and use it in GitHub Desktop.
ESXi reboot via Quick Boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -ex | |
/bin/loadESXEnable -e | |
/usr/lib/vmware/loadesx/bin/loadESX.py | |
/bin/reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment