Both open-vm-tools and VMware Tools not working correctly in pfSense 2.2
-
Found another issue with the open-vm-tools package: The boot script /usr/local/etc/rc.d/vmware-kmod.sh loads kernel modules from /usr/local/lib/vmware-tools/modules/drivers, but that directory does not exist.
As a workaround I created a symlink:
cd /usr/local/lib
ln -s /usr/pbi/open-vm-tools-amd64/local/lib/vmware-tools vmware-tools -
Found another issue with the open-vm-tools package: The boot script /usr/local/etc/rc.d/vmware-kmod.sh loads kernel modules from /usr/local/lib/vmware-tools/modules/drivers, but that directory does not exist.
As a workaround I created a symlink:
cd /usr/local/lib
ln -s /usr/pbi/open-vm-tools-amd64/local/lib/vmware-tools vmware-toolsCan anyone write a summary howto install vmware-tools and get it to work on a newly/fresh installed pfsense 2.2?
-
I just disabled the scripts on the vclient.. But guess you could disable them on pfsense as well.
When I get a chance I will update the pfsense doc for installing openvm tools.. that ln should really be created when the package for pfsense is installed. But I can update the doc with this info, etc.
-
I just disabled the scripts on the vclient.. But guess you could disable them on pfsense as well.
When I get a chance I will update the pfsense doc for installing openvm tools.. that ln should really be created when the package for pfsense is installed. But I can update the doc with this info, etc.
a big thank you for this
-
I just disabled the scripts on the vclient.. But guess you could disable them on pfsense as well.
When I get a chance I will update the pfsense doc for installing openvm tools.. that ln should really be created when the package for pfsense is installed. But I can update the doc with this info, etc.
I wrote a new blog post with instructions and some more details:
http://www.v-front.de/2015/01/pfsense-22-was-released-how-to-install.html -
Dude you rock – you might as well have just updated the doc yourself.. hehehe Now just need to find time to edit it.. Of course I will give credit to your fantastic work.. Nice to see you directly on the forums - even if only 6 posts ;)
-
Dude you rock – you might as well have just updated the doc yourself.. hehehe Now just need to find time to edit it.. Of course I will give credit to your fantastic work.. Nice to see you directly on the forums - even if only 6 posts ;)
Thanks,
I registered for the forum just to discuss this topic … but I will try to return here from time to time to help people or when I need help myself :-)
pfSense rocks, Open Source rocks! I know that like me a lot of people use pfSense on VMware at home or in labs, even for production. I just want to give back to the community by helping others. -
I am curious what the deal with the native tools are.. Very strange.. When they next update them will try again.. I think when I find time will do a clean install of native freebsd and see if same issues. If happens with that clearly needs to be reported to vmware.
-
I must be missing something… is this actually needed for anything on 2.2 (beyond heartbeat)? Sounds like installing this stuff is a lot of work causing more harm than good.
-
The open tools is just click install package - but seems to be a bit of issue with that package.. Needs a couple of tweaks to get them working. Only real use I have now that vmx3 is out of the box supported is the ability to gracefully shutdown the vm from esxi. This is nice to have for example power outage and my ups sends shutdown commands.
Guess could have it shutdown each vm directly to that os vs having esxi do it, etc.
-
Hi,
I just followed the instructions from www.v-front.de/2015/01/pfsense-22-was-released-how-to-install.htmlAs I was upgrading from 2.1.5 with installed openvm-tools (added via the web package manager) my sequence after the upgrade was the following:
vmware-toolbox-cmd script power disable vmware-toolbox-cmd script resume disable vmware-toolbox-cmd script suspend disable vmware-toolbox-cmd script shutdown disable /usr/local/etc/rc.d/vmware-guestd.sh restart cd /usr/local/lib rm -rf vmware-tools # these still existed from old installation ln -s /usr/pbi/open-vm-tools-amd64/local/lib/vmware-tools vmware-tools /usr/local/etc/rc.d/vmware-kmod.sh restart
So, I had to cleanup a bit in between… :)
Now everything seems to be working smoothly. Can anyone contact the maintainer of the openvm package that these things happen automatically? -
what is the status of the open vm tools package being compatible without doing CLI hacking ?