Posts Tagged ‘ESX 3.x’

How to restart the management service in VMware ESX 3.5

Thursday, April 2nd, 2009

How to restart the management on a VMware ESX 3.5:
SSH to the vmware-esx box and do a:
sudo service mgmt-vmware stop
sudo service mgmt-vmware start
or a:
service mgmt-vmware restart

or as root just:
service mgmt-vmware stop
service mgmt-vmware start
or:
service mgmt-vmware restart

This would be the solution if you can’t connect to the box using VMware Infrastructure Client, like if you get an error saying:
Error Connecting
VMware Infrastructure Client could not establish the initial connection with the server ““.
Details: The server took too long to respond.

ESX 3.x and ESXi 3.x command line guide

Monday, January 5th, 2009

While googling around for some documentation of some ESX specific commands, I discovered this command line reference guide for ESX 3.x and ESXi 3.x , written by B2V.

Its worth taking a look at.