Configure VMware VM with Nested Hypervisor to Enable VT-x

Configure VMware VM with Nested Hypervisor to Enable VT-x

Product Line:  VERDE

In order for VERDE to be installed on VMWare and images to come up, one of the following must be implemented.  The first link goes into affect as of VERDE 8.2.8.  The instructions in this article are specific to VERDE releases before 8.2.8.


The solution:
  1. First you have to shut down the VM and 'Remove' it from Inventory
  2. The next Step is to enable SSH on the ESXi host if you have not already.
  3. This allows you to launch Putty or another Secured-Shell client to login to the VMware environment.
    1. NOTE: This Step requires that SSH be enabled.
  4. Click the 'Configuration' Tab.
  5. Click on 'Security Profile' under Software and click on SSH under 'Services'.
  6. Set it to Manually Start/Stop and Start for now.


SSH into the VMware Host using the 'root' and password credentials. - enter 'df' to find the Path to the 'DataStore1'
- Change directories on the Volume hosting 'Datastore1'.
- Locate the Directory with the name of the Virtual Machine and 'change directory' (CD) into the Virtual Machine Directory.
- Then you edit the .vmx file for the VM and add 2 lines at the bottom of the file. Will need to enter 'i' for INSERT mode.

vhv.enable = “TRUE”
hypervisor.cpuid.v0 = “FALSE”
Complete the edit by entering the sequence: esc : w q ! (to save the file)
Use the CAT command to view the last two lines

Then using the datastore browser find the same .vmx file, and right click it and select 'Add to inventory'




    • Related Articles

    • VerdeOS 8.2.8 working in VMware vSphere 6.0

      Product Line:  VERDE The following is specific to VERDEOS 8.2.8.  These are instructions for getting VMware vSphere 6.0 environment to run to properly run with the VERDE software. Here is a multi-screen display of the MC, the login to Verde Client ...
    • Running VERDE (CM/MC/VDI) on a vSphere - VMWARE ESX server

      Product Line:  VERDE The ESX server is capable of doing nested virtualization, so it's possible to run VERDE servers that run VDI sessions on this ESX host. You must enable the "vhv.enable=TRUE" flag in the .vmx file to take advantage of this ...
    • Is the VERDE, VDI Server VT-Enabled?

      Product Line:  VERDE To ensure your server is properly set to "VT-enabled" (required to run VERDE), run the command lscpu from the Linux command line as follows (see the value in red text): ~]# lscpu Architecture:          x86_64 CPU op-mode(s):      ...
    • Create AZURE VM for VERDE (rpm)

      oduct Line:  VERDE The following pages and screen shots are instructions for Creating an AZURE Virtual Machine to run VERDE specific to the RPM install:                                                                                                 ...
    • Installing Centos7.x for VERDE 8.2.1, 8.2.2(rpm) vGPU, 8.2.2 and 8.2.3+

      Product Line:  VERDE With the new Centos 7, installation and networking have changed.  Here are the instructions to get VERDE 8.2.1  and 8.2.2(rpm) and Centos 7 installed. Burn Centos 7 Minimal to a CD/DVD or USB Install the OS Select your timezone ...