Skip to content

Instantly share code, notes, and snippets.

@bp2008
Last active February 12, 2020 14:39
Show Gist options
  • Select an option

  • Save bp2008/dc88c6c71db985ec4d07a3934b3fae8d to your computer and use it in GitHub Desktop.

Select an option

Save bp2008/dc88c6c71db985ec4d07a3934b3fae8d to your computer and use it in GitHub Desktop.

VMWare ESXi Cheat Sheet

These are my notes on how to configure some aspects of VMWare ESXi when operating it on a standalone server with the free license.

Connecting with SSH

ESXi's SSH server must first be enabled via the host client (web interface).

Dealing with a Blue Screen of Death (BSOD)

Actually, on ESXi, it is a Purple Screen of Death (PSOD)

Automatic Reboot After Crash

This command checks whether the system is configured to automatically reboot after a purple-screen failure:

esxcfg-advcfg -g /Misc/BlueScreenTimeout

It tells you the number of seconds it will wait after a crash before rebooting. 0 means no reboot.

To change the value to, for example, 120 seconds:

esxcfg-advcfg -s 120 /Misc/BlueScreenTimeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment