VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

Verifying that the Management Service is running on an ESX host

Purpose

For troubleshooting purposes, it may be necessary to verify that the ESX Server management service (vmware-hostd) is running. This article provides you with the steps to check if the management service, also known as hostd, is running on your ESX Server host.

Resolution

To verify if the ESX Server management service (vmware-hostd) is running:
  1. Log in as root to your ESX host with an SSH client.
  2. Run the following command:

    ps -ef | grep hostd

    The output appears similar to the following if vmware-hostd is running: 

    [root@server]# ps -ef | grep hostd
    root     23204     1  0 15:27 ?        00:00:00 /bin/sh /usr/bin/vmware-watchdog -s hostd -u 60 -q 5 -c /usr/sbin/hostd-support /usr/sbin/vmware-hostd -u
    root     23209 23204  1 15:27 ?        00:04:23 /usr/lib/vmware/hostd/vmware-hostd /etc/vmware/hostd/config.xml -u
    root     26450 26396  0 20:57 pts/3    00:00:00 grep hostd
    [root@server]# 

    The output appears similar to the following if vmware-hostd is not running:

    [root@server]# ps -ef | grep hostd
    root     26659 26396  0 21:03 pts/3    00:00:00 grep hostd
    [root@server]#

Additional Information

For more information on troubleshooting why the ESX Server management service (vmware-hostd) is not running, see Troubleshooting the VMware ESX Server Management Service when it will not start (1003561).

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (4 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (4 Ratings)   
Actions