2

Currently you have to login to the VMware Infrastructure Web Access GUI, select the VM, and then open the console.

Is it possible to open a console with one click or one command?

Chopper3
  • 101,299
  • 9
  • 108
  • 239
Ivan
  • 3,172
  • 4
  • 25
  • 34

2 Answers2

3

YEP!

  • First open the web console
  • In the Inventory, select the VM you wish to create a shortcut for
  • In the commands list, select Generate Virtual Machine Shortcut
  • ZING!
chickeninabiscuit
  • 1,104
  • 6
  • 20
  • 33
2

There is one interesting trick you can use if you just want to see the console. If you have vmware player installed you can run a command like this. Vmware player will attach to the console. If you have a specific server that you frequently access build a shortcut/alias/script.

vmplayer -h vmwareserver.example.tld -u "username" 

Also see this page for some more tips.

Zoredache
  • 130,897
  • 41
  • 276
  • 420