Install Vmware Tools Security Onion Linux

 

This video is the first in a series that will walk through creating a VMWare VM and installing Security Onion 12.

Linux

Install Vmware Tools Download

When trying to install VMware Tools from ESXi 5.0 on Ubuntu 12.04 64 bit, I ran into the below compilation errors even though I had build-essential and kernel headers installed. Make1: Entering directory `/usr/src/linux-headers-3.2.0-33-generic' CC M /tmp/vmware-root/modules/vsock-only/linux/afvsock.o /tmp/vmware-root/modules/vsock-only/linux/afvsock.c:105:28: fatal error: linux/smplock.h: No such file or directory compilation terminated. Make2:.

/tmp/vmware-root/modules/vsock-only/linux/afvsock.o Error 1 make1:. module/tmp/vmware-root/modules/vsock-only Error 2 make1: Leaving directory `/usr/src/linux-headers-3.2.0-33-generic' make:. vsock.ko Error 2 make: Leaving directory `/tmp/vmware-root/modules/vsock-only' The VM communication interface socket family is used in conjunction with the VM communication interface to provide a new communication path among guests and host. The rest of this software provided by VMware Tools is designed to work independently of this feature. If you wish to have the VSOCK feature you can install the driver by running vmware-config-tools.pl again after making sure that gcc, binutils, make and the kernel sources for your running kernel are installed on your machine. These packages are available on your distribution's installation CD. Press the Enter key to continue.

  • Feb 8, 2013 - /nsm is where the Security Onion will store all the data, so we should start with a big mount point before doing the software installation. Once the OS is installed, update it and install build-essential and linux-headers which will be needed to install VMware Tools: sudo apt-get update && sudo apt-get upgrade.
  • Any link on installing the tools on centos 5.2/5.3? What are the gains of installing on a linux machine. I have always installed on a windows machine but.

If I continued, two or three of the other modules failed as well with similar errors. Normally I wouldn’t be too concerned if some of the components didn’t build correctly, as the VM was working just fine. But for the particular VM I was building, I wanted to make sure I had all the appropriate drivers functioning correctly. I came across this post with someone experiencing the same issue with a Fedora VM:. The third post has a link to patched files that resolved the multiple Tools compilation issues. I’ve mirrored the patch here in case it is taken down or archived from the VMware forum.

Here is the process to follow to incorporate the patch and successfully install VMwareTools-8.6.0-425873 on Ubuntu 12.04/Fedora. Make sure you have build-essential and linux-headers-`uname -r` installed. Initiate the Tools installer from the ESXi console as normal.

In the VM, mount the CDROM and copy the tar file to /tmp sudo mount /dev/cdrom /mnt cp /mnt/VMwareTools-8.6.0-425873.tar.gz /tmp; cd /tmp. Extract the archive.

Reinstall Vmware Tools Linux

Tar zxf VMwareTools-8.6.0-425873.tar.gz. Change to the source directory, download the patch and extract it. Cd vmware-tools-distrib/lib/modules/source/ wget tar zxf patched-esxi-vmware-tools-8.4.0-425873.tgz. Change back to the root of the tools installer directory and install the tools as normal. You will not receive any errors when the tools are configured. Cd /tmp/vmware-tools-distrib/; sudo./vmware-install.pl.

Then reboot and you’re done. Thanks cache51 on the VMware Community Forums for the patch! References – VMware Community Forums Post navigation.

Linux Install Vmware Tools

Security Onion Aug 2014.