Knowledge Base
Search the Knowledge Base:
Advanced Search
Search the Knowledge Base:
Guided Search
Products:
Products -->
1-Server & Datacenter
-VMware Capacity Planner
--VMware Capacity Planner 2.1.x
--VMware Capacity Planner 2.5.x
--VMware Capacity Planner 2.6.x
--VMware Capacity Planner 2.7.x
-VMware Consolidated Backup
--VMware Consolidated Backup 1.0.x
--VMware Consolidated Backup 1.1.x
--VMware Consolidated Backup 1.5.x
-VMware Converter
--VMware Converter 3.0.x
-VMware Data Recovery
--VMware Data Recovery 1.x
-VMware ESX
--VMware ESX 1.0.x
--VMware ESX 1.5.x
--VMware ESX 2.0.x
--VMware ESX 2.1.x
--VMware ESX 2.5.x
--VMware ESX 3.0.x
--VMware ESX 3.5.x
--VMware ESX 4.0.x
-VMware ESXi
--VMware ESXi 3.5.x Embedded
--VMware ESXi 3.5.x Installable
--VMware ESXi 4.0.x Embedded
--VMware ESXi 4.0.x Installable
-VMware GSX Server
--VMware GSX Server 1.x (Linux)
--VMware GSX Server 1.x (Windows)
--VMware GSX Server 2.x (Linux)
--VMware GSX Server 2.x (Windows)
--VMware GSX Server 3.x (Linux)
--VMware GSX Server 3.x (Windows)
-VMware Infrastructure Management Assistant
--VMware Infrastructure Management Assistant 1.0
-VMware Infrastructure SDK
--VMware Infrastructure SDK 1.x
--VMware Infrastructure SDK 2.0.x
-VMware P2V Assisstant
--VMware P2V Assisstant 1.0.x
--VMware P2V Assisstant 2.0.x
--VMware P2V Assisstant 2.1.x
-VMware Server
--VMware Server 1.0.x (Linux)
--VMware Server 1.0.x (Windows)
--VMware Server 2.0.x (Linux)
--VMware Server 2.0.x (Windows)
-VMware vCenter AppSpeed
--VMware vCenter AppSpeed 1.0.x
-VMware vCenter CapacityIQ
--VMware vCenter CapacityIQ 1.0.x
-VMware vCenter Chargeback
--VMware vCenter Chargeback 1.0.x
-VMware vCenter Converter
--VMware vCenter Converter 4.0.x
-VMware vCenter Converter Standalone
--VMware vCenter Converter Standalone 4.0.x
-VMware vCenter Lab Manager
--VMware vCenter Lab Manager 2.4.x
--VMware vCenter Lab Manager 2.5.x
--VMware vCenter Lab Manager 3.0.x
--VMware vCenter Lab Manager 4.0.x
-VMware vCenter Lifecycle Manager
--VMware vCenter Lifecycle Manager 1.0.x
-VMware vCenter Orchestrator
--VMware vCenter Orchestrator 4.0.x
-VMware vCenter Server
--VMware vCenter Server 4.0.x
-VMware vCenter Server Heartbeat
--VMware vCenter Server Heartbeat 5.5.x
-VMware vCenter Site Recovery Manager
--VMware vCenter Site Recovery Manager 1.0.x
--VMware vCenter Site Recovery Manager 4.0.x
-VMware vCenter Stage Manager
--VMware vCenter Stage Manager 1.0.x
-VMware vCenter Update Manager
--VMware vCenter Update Manager 1.0.x
-VMware VirtualCenter
--VMware VirtualCenter 1.0.x
--VMware VirtualCenter 1.1.x
--VMware VirtualCenter 1.2.x
--VMware VirtualCenter 1.3.x
--VMware VirtualCenter 1.4.x
--VMware VirtualCenter 2.0.x
--VMware VirtualCenter 2.5.x
-VMware vShield Zones
--VMware vShield Zones 1.0.x
-VMware vSphere Management Assistant
--VMware vSphere Management Assistant 4.0.x
-VMware vSphere Web Access
--VMware vSphere Web Access 4.0.x
2-Desktop
-VMware ACE
--VMware ACE 1.0.x
--VMware ACE 2.0.x
--VMware ACE 2.5.x
--VMware ACE 2.6.x
-VMware Fusion
--VMware Fusion 1.x
--VMware Fusion 2.x
--VMware Fusion 3.x
-VMware Player
--VMware Player 1.x (Linux)
--VMware Player 1.x (Windows)
--VMware Player 2.x (Linux)
--VMware Player 2.x (Windows)
--VMware Player 3.x (Linux)
--VMware Player 3.x (Windows )
-VMware Studio
--VMware Studio 1.x
--VMware Studio 2.x
-VMware ThinApp
--VMware ThinApp 4.x
-VMware ThinStall
--VMware ThinStall 2.x
--VMware ThinStall 3.x
-VMware View Manager
--VMware View Manager 3.x
-VMware Virtual Desktop Manager
--VMware Virtual Desktop Manager 1.x
--VMware Virtual Desktop Manager 2.x
-VMware Workstation
--VMware Workstation 3.x (Linux)
--VMware Workstation 3.x (Windows)
--VMware Workstation 4.x (Linux)
--VMware Workstation 4.x (Windows)
--VMware Workstation 5.x (Linux)
--VMware Workstation 5.x (Windows)
--VMware Workstation 6.x (Linux)
--VMware Workstation 6.x (Windows)
--VMware Workstation 7.x (Linux)
--VMware Workstation 7.x (Windows)
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
Start the management service.
# service mgmt-vmware start
Feedback
Rating:
(11 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:
(11 Ratings)
Actions
Bookmark this Document
Email Document
Print Document
KB Article:
1005566
Updated:
Nov 2, 2009
Products:
VMware ESX
Product Versions:
VMware ESX 3.0.x
VMware ESX 3.5.x