Knowledge Base
Search the Knowledge Base:
Advanced Search
Search the Knowledge Base:
Guided Search
Products:
Products -->
VMware ACE
VMware Capacity Planner
VMware Consolidated Backup
VMware Converter
VMware Converter Enterprise for VirtualCenter 2.5
VMware Data Recovery
VMware ESX
VMware ESX Certification Virtual Appliance
VMware ESXi
VMware Fusion
VMware GSX Server
VMware Infrastructure API
VMware Infrastructure Management Assistant
VMware Infrastructure Perl Toolkit
VMware Infrastructure SDK
VMware P2V Assistant
VMware Player
VMware Propero workSpace
VMware Server
VMware Studio
VMware ThinApp
VMware Thinstall
VMware vCenter Converter Standalone
VMware vCenter Lab Manager
VMware vCenter Lifecycle Manager
VMware vCenter Orchestrator
VMware vCenter Server
VMware vCenter Server Heartbeat
VMware vCenter Site Recovery Manager
VMware vCenter Stage Manager
VMware vCenter Update Manager
VMware View Manager
VMware Virtual Desktop Manager
VMware Virtual Disk Development Kit
VMware VirtualCenter
VMware VMmark
VMware vShield Zones
VMware vSphere Management Assistant
VMware vSphere Web Access
VMware Workstation
Search In:
Whole Document
Title Only
Document ID
Service mgmt-vmware restart may not restart hostd
Symptoms
You are using the command
service mgmt-vmware restart
but it does not finish restarting hostd.
The script gets stuck when stopping the service.
The SSH session to the ESX host becomes unresponsive.
hostd does not restart
Resolution
You must manually stop the stuck service and restart it.
To stop the service and restart it:
Log in as root to the ESX host command-line via the physical console or via KVM connection.
Navigate to the
/var/run/vmware
directory:
# cd /var/run/vmware
Run the following command to list the files
vmware-hostd.PID
and
watchdog-hostd.PID
:
# ls -l vmware-hostd.PID watchdog-hostd.PID
Determine the Process ID (PID) management service. View the contents of the
vmware-hostd.PID
file:
# cat vmware-hostd.PID
For example:
[root@vmware]# cat vmware-hostd.PID
1191[root@vmware]#
Use the resulting PID to kill the process.
Caution
: Use the
kill -9
command with care. It kills the process of the supplied PID without exception or confirmation.
# kill -9 <PID>
In this example you run
kill -9 1191
.
Delete the
vmware-hostd.PID
and
watchdog-hostd.PID
files:
# rm vmware-hostd.PID watchdog-hostd.PID
Restart the management service.
# service mgmt-vmware restart
Feedback
Rating:
(9 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)
Rating:
(9 Ratings)
Actions
Bookmark this Document
Email Document
Print Document
KB Article:
1005566
Updated:
Feb 5, 2009
Products:
VMware ESX
Product Versions:
VMware ESX 3.0.x
VMware ESX 3.5.x