Welcome to the blog of mechanised.com

This blog is mainly a technical repository of information on Virtualisation tools and management for our hosting service.

Also for HP's Bladesystem that we use at both our datacentres.

Other articles are also included on .Net development and MS SQL Server as well as other interesting things we come across.

Tuesday 6 October 2009

Restarting management agents for ESXi from command line

This was a pain, we had three ESXi servers all stop responding at the same time, the console restart didn't work but as SSH was enabled we could run this command to restart the management agents and then VC/VIC would work again.

All this without disrupting running guest machines.

/sbin/services.sh restart

2 comments:

Paulera said...

thank you for sharing.

IT support said...

if a server is still unable to be managed after a service restart you can force a reboot at the console with 'reboot -f'