Skip to content

Instantly share code, notes, and snippets.

@somejavadev
Last active November 17, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somejavadev/1ec0b885ef529a316a47b499f2e60764 to your computer and use it in GitHub Desktop.
Save somejavadev/1ec0b885ef529a316a47b499f2e60764 to your computer and use it in GitHub Desktop.
Quick steps to install VMware patches to a standalone esxi host via SSH
#SSH to esxi host:
vim-cmd hostsvc/maintenance_mode_enter
esxcli software vib update -d /vmfs/volumes/datastore/patch.zip
reboot
vim-cmd hostsvc/maintenance_mode_enter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment