Skip to content

Instantly share code, notes, and snippets.

@skuppa
Created February 17, 2014 20:55
Show Gist options
  • Save skuppa/9058932 to your computer and use it in GitHub Desktop.
Save skuppa/9058932 to your computer and use it in GitHub Desktop.
ESXi commandline reference

Managing ESXi requires one needs to have vSphere ESXi Cli tool to be installed. But, ESXi server itself has commands to manage the guest OS.

  • Login to console
ssh root@esxihost
  • Get all guest vms
# vim-cmd vmsvc/getallvms
  • Get list of commands
# vim-cmd vmsvc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment