I have an ESXi server running. I created a VM on the server and installed a new ESXi on the VM. Now I would like to install VMware Tools for the nested ESXi. How to do it? On ESXi, there is no perl, mount, umount, lsmod, depmod, rmmod, modprobe. And its available space is limited for the system area.
uname -s ===> VMKernel
I copied the perl 5.8.8 binaries to a datastore attached to the ESXi on the VM. And it can execute perl script and also the installer script of VMware Tools. I also prepared gcc but there is no kernel header for the ESXi. I am not sure if any kernel headers of SLES, RHEL, Ubuntu, or Centos works for building the VMware Tools kernel modules. Any idea or suggestion is welcome. Thanks.