After upgrading to ESXi 5.5 I am having issues re-installing the vmware tools in Cloud Linux. I get the following errors when trying to install VMware Tools from the command line on the guest os. Any help would be appreciated. The vmware tools I am trying to install is: VMwareTools-9.4.0-1399439.tar.gz (Comes with ESXi, 5.5.0, 1474528 - Latest ESXi Essentials version).
Also, I notice that the vmci & vsock kernel modules are for some reason not compiled when I run this version of VMware Tools vmware-config-tools.pl . With the previous version of the vmware tools installer it would make these modules during install and load them correctly. I am wondering if the Cloud Linux rpms are not compatible with this version of VMware Tools. I get the following errors when trying to re-install some of the Cloud Linux rpms:
The previous version of ESXi and the VMware Tools that would install correctly with Cloud Linux was: VMwareTools-9.0.0-782409.tar.gz
Code:
Creating a new initrd boot image for the kernel. initctl: Job failed to start Unable to start services for VMware Tools
Code:
Running Transaction Installing : kmod-iolimits-2.6.32-458.23.2.lve1.2.52.el6.x86_64-0.1-101.el6.x86_64 1/2 WARNING: /lib/modules/2.6.32-458.23.2.lve1.2.52.el6.x86_64/misc/vsock.ko needs unknown symbol security_sock_graft Installing : kmod-lve-2.6.32-458.23.2.lve1.2.52.el6.x86_64-1.2-56.el6.x86_64 2/2 WARNING: /lib/modules/2.6.32-458.23.2.lve1.2.52.el6.x86_64/misc/vsock.ko needs unknown symbol security_sock_graft Verifying : kmod-lve-2.6.32-458.23.2.lve1.2.52.el6.x86_64-1.2-56.el6.x86_64 1/2 Verifying : kmod-iolimits-2.6.32-458.23.2.lve1.2.52.el6.x86_64-0.1-101.el6.x86_64 2/2
Comment