2008年12月3日 星期三

vmware daemon

>> If we show the vmware process, we can know there are some vmware daemons provide the services
- vmnet-natd
always exist, even no vmware client images
- vmware-serverd
always exist, even no vmware client images
- vmnet-dhcpd
provide the dhcp service, only service in the vmnet1 (Host-only) and vmnet8 (NAT)
- vmware-vmx
For each vmware client image, the vmware will fork a vmware-vmx to provide the service


# ps auxwww | grep vmware
root 3101 0.0 0.0 1756 356 ? Ss Nov07 0:00 /usr/bin/vmnet-natd -d /var/run/vmnet-natd-8.pid -m /var/run/vmnet-natd-8.mac -c /etc/vmware/vmnet8/nat/nat.conf
root 3107 0.0 0.3 17336 14800 ? Ss Nov07 2:45 /usr/sbin/vmware-serverd -s -d
root 3629 0.0 0.0 1756 232 ? Ss Nov07 0:00 /usr/bin/vmnet-dhcpd -cf /etc/vmware/vmnet1/dhcpd/dhcpd.conf -lf /etc/vmware/vmnet1/dhcpd/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet1.pid vmnet1
root 3630 0.0 0.0 1756 232 ? Ss Nov07 0:00 /usr/bin/vmnet-dhcpd -cf /etc/vmware/vmnet8/dhcpd/dhcpd.conf -lf /etc/vmware/vmnet8/dhcpd/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet8.pid vmnet8
root 3710 10.6 7.2 404380 292520 ? S

沒有留言: