VMware Cloud Community
v-4-virtual
Enthusiast
Enthusiast
Jump to solution

checking whether Vmware tools in a linux guest are installed or not ?

Hi freinds can any body tell me how can check whether in a linux guest OS vmware tools are installed or not

ThankU Smiley Happy

Virtual V Th!nk V!rtuaL!!! | http://v4virtual.blogspot.com
0 Kudos
1 Solution

Accepted Solutions
Texiwill
Leadership
Leadership
Jump to solution

Hello,

Moved to VI: Virtual Machine and Guest OS forum.

For RedHat generally the RPM is used. To check if its installed

rpm -qa | grep VMwareTools 

To remove, remove the RPM.

Another way to check if its installed is to try and run the command 'vmware-config-tools.pl'


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

SearchVMware Blog: http://itknowledgeexchange.techtarget.com/virtualization-pro/

Blue Gears Blogs - http://www.itworld.com/ and http://www.networkworld.com/community/haletky

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill

View solution in original post

0 Kudos
6 Replies
java_cat33
Virtuoso
Virtuoso
Jump to solution

Hi - you may want to close this thread as you have already had this answered here....

0 Kudos
cheeko
Expert
Expert
Jump to solution

ps -ef | grep vmware-guestd

v-4-virtual
Enthusiast
Enthusiast
Jump to solution

Now plz tell me ,

i had installed vmware tools in RHEL4 , but in inventory when i rt click on RHEL4 VM I AGAIN FIND THE option "install vmware option " where as we shud not fid this if we have allredy installe.

if i run a command ""vmware-toolbox" a pop up window appears --with this i confirm myself that vmware tools have been installed ---if any other way plz let me kno .

now can i any body tell me how can i remove vmware tools frm my GOS RHEL4

Thanx

Virtual V Th!nk V!rtuaL!!! | http://v4virtual.blogspot.com
0 Kudos
v-4-virtual
Enthusiast
Enthusiast
Jump to solution

can u plz explain me what does this command does

thanking u:)

Virtual V Th!nk V!rtuaL!!! | http://v4virtual.blogspot.com
0 Kudos
Texiwill
Leadership
Leadership
Jump to solution

Hello,

Moved to VI: Virtual Machine and Guest OS forum.

For RedHat generally the RPM is used. To check if its installed

rpm -qa | grep VMwareTools 

To remove, remove the RPM.

Another way to check if its installed is to try and run the command 'vmware-config-tools.pl'


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

SearchVMware Blog: http://itknowledgeexchange.techtarget.com/virtualization-pro/

Blue Gears Blogs - http://www.itworld.com/ and http://www.networkworld.com/community/haletky

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos
v-4-virtual
Enthusiast
Enthusiast
Jump to solution

Hi Freind ,

Thaks for your reply.

Virtual V Th!nk V!rtuaL!!! | http://v4virtual.blogspot.com
0 Kudos