noob confused trying to install VMware tools on 11.0

Someone please help me.

I am as lost as I can be.

I dont know how many times I have installed OpenSUSE 11.0.

I have done this:

Right click on VMwareTools-6.0.4-93057.tar.gz archive and extract it into into /tmp/VMwareTools.

I have also done this:

  1. Open a terminal as root and configure VMware Tools by running:

su
cd /tmp/VMwareTools/vmware-tools-distrib
./vmware-install.pl

And when I run the .pl, I get this:

=========================
linux-f3ox:/tmp/VMWareTools/vmware-tools-distrib # ./vmware-install.pl
The following VMware kernel modules have been found on your system that were
not installed by the VMware Installer. Please remove them then run this
installer again.

vmmemctl
vmhgfs
vmxnet
vmblock

Execution aborted.

====================

Please help me if you can. I dont know what I am doing wrong.

Thank you for helping.

> linux-f3ox:/tmp/VMWareTools/vmware-tools-distrib #
> ./vmware-install.pl The following VMware kernel modules have been
> found on your system that were not installed by the VMware
> Installer. Please remove them then run this installer again.
>
> vmmemctl vmhgfs vmxnet vmblock
>
> Execution aborted.
>
> ====================
>
> Please help me if you can. I dont know what I am doing wrong.

after you removed vmmemctl, vmhgfs, vmxnet, and vmblock and ran
vmware-install.pl again, what was the output?


see caveat: http://tinyurl.com/6aagco
DenverD (Linux Counter 282315) via NNTP, Thunderbird 2.0.0.14, KDE
3.5.7, SUSE Linux 10.3, 2.6.22.18-0.2-default #1 SMP i686 athlon

How do I remove these “vmmemctl vmhgfs vmxnet vmblock” files?

Where do I go and delete them.

I am very new to LINUX. I am too big of a fan of Microsoft.

Please help.

Thanks.

> How do I remove these “vmmemctl vmhgfs vmxnet vmblock” files?
>
> Where do I go and delete them.

you mentioned Micro$oft, doesn’t it have a way to search for files?
well, so does Linux…find them using the tools your SUSE was born
with…try:
Menu > System > File Manager > Search for files
OR
Menu > System > File System > Find Files/Folders
OR
Menu > System > File System > Search
OR
something similar UNTIL you find a searcher, and figure out how to
use it (see that button named “Help”, give it a try)

good luck,

DenverD (Linux Counter 282315) via NNTP, Thunderbird 2.0.0.14, KDE
3.5.7, SUSE Linux 10.3, 2.6.22.18-0.2-default #1 SMP i686 athlon

I got it to work now! I am so happy.

I went to google and just search for the string.

Just to help anyone here, I search using this:

find /lib/modules/ | grep vmnet

I did it for the other 3 files. I rename it to other things. I have to use the command line and do the “mv” thing.

These 4 files have a .ko extension and it didnt show. I dont know why.

Also it say my kernel is not the same. It say it might fail but I dont know where to find the previous version, but I go ahead and compile it anyway. But it didnt crash.

So in all, I still dont know what I am doing and I am learning. I got alot to learn.

In such a case you have nothing to do because SuSE 11.0 is allready providing you WMware tools. :wink: You can check this with runing : rpm -qa | grep open-vm

you will get :
open-vm-tools-2008.04.14-21.1

Then if you want to know what files are installed with the rpm you can run : rpm -ql open-vm-tools-2008.04.14-21.1

You will have the following files :

/etc/init.d/vmware-guest
/etc/modprobe.d/vmnics
/etc/pam.d/vmware-guestd
/etc/vmware-tools
/etc/vmware-tools/poweroff-vm-default
/etc/vmware-tools/poweron-vm-default
/etc/vmware-tools/resume-vm-default
/etc/vmware-tools/suspend-vm-default
/etc/vmware-tools/tools.conf
/etc/vmware-tools/xautostart.conf
/sbin/mount.vmhgfs
/usr/bin/vmware-checkvm
/usr/bin/vmware-hgfsclient
/usr/bin/vmware-toolbox
/usr/bin/vmware-user
/usr/bin/vmware-xferlogs
/usr/lib/libguestlib.a
/usr/lib/libguestlib.so
/usr/lib/libguestlib.so.0
/usr/lib/libguestlib.so.0.0.0
/usr/sbin/rcvmware-guest
/usr/sbin/vmware-guestd
/usr/share/applications/vmware-toolbox.desktop
/usr/share/doc/packages/open-vm-tools
/usr/share/doc/packages/open-vm-tools/AUTHORS
/usr/share/doc/packages/open-vm-tools/COPYING
/usr/share/doc/packages/open-vm-tools/ChangeLog
/usr/share/doc/packages/open-vm-tools/NEWS
/usr/share/doc/packages/open-vm-tools/README
/usr/share/pixmaps/vmware-toolbox.xpm

So you have nothing to do, to use the VMWare tools you just have to type : /usr/bin/vmware-toolbox and you will have the window configuration for vmware tools. :wink:

Hi All

They don’t come much newer to linux that me:)

I followed the info here and have managed to get VMWare tools installed on SUSE 11 after some messing around.

Thanks for all the help. I’ve learnt a lot today. I’ll be using Linux more often

The command you want when vmware-tools moans about old modules is:

find /lib/modules/ | grep "vmblock\|vmxnet\|vmmemctl\|vmhgfs\|vmci" | xargs rm

Just for reference if anyone needs it in future.

The best way to get comfortable with linux is with virtual machines. If you take regular snapshots you won’t have to worry about breaking things. It gives you the confidence to play.

Here is an Easy Tutorial: :wink:
Installing VMware Tools on OpenSuse

This is an old thread, from 2008. Things have changed quite a bit, as usual.

The tutorial magcig linked above is more recent (march 2001), but may not be up to date, as it mentions kernel 2.6.31.

asfish;1887900 Wrote:
> Hi All
>
> They don’t come much newer to linux that me:)
>
> I followed the info here and have managed to get VMWare tools installed
> on SUSE 11 after some messing around.
>
> Thanks for all the help. I’ve learnt a lot today. I’ll be using Linux
> more often

The command you want when vmware-tools moans about old modules is:

Code:

find /lib/modules/ | grep “vmblock|vmxnet|vmmemctl|vmhgfs|vmci” | xargs rm

Just for reference if anyone needs it in future.

The best way to get comfortable with linux is with virtual machines. If
you take regular snapshots you won’t have to worry about breaking
things. It gives you the confidence to play.


Matteus
openSUSE 10.0 - 11.0

whitegm’s Profile: http://forums.opensuse.org/member.php?userid=2463
View this thread: http://forums.opensuse.org/showthread.php?t=387637