Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have an Ubuntu 9.10 Server running as guest from VMware Fusion. How can I check if it's running VMware tools from the command line?

share|improve this question

3 Answers

up vote 8 down vote accepted

This works in SLES:

ps ax|grep vmware
8885 ?        Ss     8:05 /usr/lib/vmware-tools/sbin64/vmware-guestd --background /var/run/vmware-guestd.pid

/etc/init.d/vmware-tools status
vmware-guestd is running
share|improve this answer

Check that the vmware-guestd is running

ps -ef | grep vmware-guestd
share|improve this answer

Here you have a little help, with images: http://testools.blogspot.com/2013/01/install-vmware-tools-in-ubuntu-easy-way.html Look at the end of the article.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.