Settings to Make VERDE Function in VirtualBox

Settings to Make VERDE Function in VirtualBox

Product Line:  VERDE

By default, virtual technology is not enabled in VirtualBox,.  To enable VT-x, there's a required command to run for Intel chip set.   AMD chip set can be done via VirtualBox GUI.  Below is instruction on how to configure VT-x for Intel chip set.

In order to run nested virtualization on VirtualBox,  VT-x (virtual technology) needs to be enabled (same as for physical server).  below is steps to enable VT-x for Intel CPU
 
1.  make sure VirtualBox 6.1.x is installed / in use, if not, please update VirtualBox to latest version (6.1.x)
2.  start a command line terminal on your Windows machine where VirtualBox is installed (cmd)
3.  issue the following command
     SET PATH=%PATH%;C:\Program Files\Oracle\VirtualBox  (this is the default Virtualbox installation path, if changed during installation please use the correct path)
4. now check the available VM available in VirtualBox
     vboxmanage list vms
    this should list the available VMs.
5. enable VT-x for a specific VM
    vboxmanage modifyvm “VM name” –nested-hw-virt on
6. check VT-x is enabled on the VM, start the VM, and from VM command line
    $egrep –color -i “svm|vmx” /proc/cpuinfo
 
For Intel CPU, search for vmx in the output.  This is the indication VT-x is enabled.
 
Above information is from the two websites below:
 
    • Related Articles

    • Management Console General Settings/General Settings

      Product Line:  VERDE There are 2 settings in the Management Console/Configuration/General Settings/General Settings users often aren't aware are there or what they are for. Enable Spanning Tree Protocol - this is advanced bridge feature. Spanning ...
    • Secure VERDE Isolated Gateway install and configuration Instructions

      Product Line:  VERDE   These instructions are for each VERDE Gateway host and each VERDE Cluster Master candidate. (Note: If 3 VERDE Gateway hosts and 2 VERDE Cluster Master candidates are being configured, 2 "authorized_keys" files will be required ...
    • Install and Configure VERDE Studio on VirtualBox OVA

      Produce Line:  VERDE This article walks you through the steps to install and configure VERDE Studio specific to VirtualBox. You can download and install ORACLE VirtualBox from the follow link:  https://www.virtualbox.org/ 1.       Open VirtualBox. ...
    • VLAN Prep Steps - Enable Linux Networking and Installing verde-brctl

      Product Line:  VERDE The following steps need to be implemented before enabling VLAN. Switching VERDE Node from Openvswitch to Linux Native:  Disable openvswitch and enable “Standard Linux Network Configuration” (verde-menu -> 1 Network Configuration ...
    • VERDE VDI Optimization for Windows 10

      Product Line:  VERDE   Introduction   A basic Windows 10 ISO is not configured by default for VDI implementation.  If not configured correctly, a Windows 10 guest will consume a a large amount of CPU, Memory and network resources per desktop. The ...