您的位置:首页 > 其它

校验ESX SERVER 管理服务是否在运行

2009-11-10 15:02 495 查看
To verify if the ESX Server management service (vmware-hostd) is running:
Log in as root to your ESX host with an SSH client.

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]#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  运行 SERVER 管理