VMware vSphere

 View Only
  • 1.  Unable To Complete mgmt-vmware restart

    Posted Mar 28, 2008 08:09 PM

    I noticed in Virtual Center that one of my ESX 3.5 hosts was in a disconnected state. On the hosts console, I used the command "service mgmt-vmware restart" and it is has been stuck one of following:

    "Stopping VMware ESX Server Management services:

    VMware ESX Server Host Agent Services"

    The service doesn't appear to be stopping and restarting and has been sitting there like this for a couple of hours now. Has anyone seen this before? I'd like to get this back connected without killing the guests with a host reboot. Any advice/suggestions would be greatly appreciated. Thanks.



  • 2.  RE: Unable To Complete mgmt-vmware restart

    Posted Mar 28, 2008 08:21 PM

    Try the following:

    /etc/init.d/mgmt-vmware stop

    killall -9 hostd

    /etc/init.d/mgmt-vmware start

    If the killall command doesn't work then use "ps -ef | grep hostd" to get the process id of the hostd process and use: "kill -9 <PROCESS_ID_HERE>" (e.g. kill -9 3632).



  • 3.  RE: Unable To Complete mgmt-vmware restart

    Posted Mar 30, 2008 03:22 AM

    I had this problem when I recieved a sense key error on one of the drives in the array of the local storage. Check to make sure you are not experiencing a hardware failure somewhere.



  • 4.  RE: Unable To Complete mgmt-vmware restart

    Posted Aug 03, 2009 12:53 PM

    Hi,

    Go to service console through putty.

    1. ps -aux | grep mgmt

    1. kill -9 <PID>

    1. /et/init.d/mgmt-vmware start

    Now you are connect to virtual center.

    Thanks,

    A.L.N.Reddy