Install the Virtual Appliance on Linux KVM

Install the Virtual Appliance on Linux KVM

Ensure that the KVM host is set up correctly for deploying virtual machines. Make sure that you have also installed the packages virt-manager, virt-viewer, virtinst, libvirt-bin on the KVM host.

You can use the following two methods:

  • Install the Virtual Appliance using virt-install
  • Install the Virtual Appliance using virt-manager GUI

Install the Virtual Appliance using virt-install

  1. Download the Netskope Virtual Appliance qcow2 image to the KVM host.
  2. Run the following virt-install command on the host OS with the command options. Make sure that you set the network type and source as per your host configuration. Also set the correct path to the qcow2 image.
    virt-install --connect=qemu:///system --ram=32768 --vcpus=8 --name=NS-VA --virt-type=kvm --disk path=/images/va.qcow2,device=disk,bus=ide,format=qcow2 --network type=direct,source=br0.420,model=virtio --network type=direct,source=br0.420,model=virtio --network type=direct,source=br0.420,model=virtio --import

    The virt-viewer console will pop-up once the virtual machine is installed.

  3. Use the virt-viewer console to configure the virtual appliance.

The appliance is configured to use DHCP on the default dp2 interface. Depending on your use case, you can choose to configure a static IP on dp2 and configure additional interfaces. For more information, see Configure the Interfaces.

Install the Virtual Appliance using the virt-manager UI

  1. Download the Netskope Virtual Appliance qcow2 image to the KVM host.
  2. Run the virt-manager command on the host OS.
  3. In the Virtual Machine Manager GUI, click on Create a new virtual machine icon. 
    virtual_machine_manager_GUI.png
  4. Select Import existing disk image option and click Forward.
    new_virual_machine.png
  5. Select the Virtual Appliance qcow2 image that was downloaded earlier.
  6. Select OS type as Linux and Version as Ubuntu 16.04. Click Forward.
  7. Set the memory and CPU settings for the virtual appliance and click Forward.
    virtual_machine_memory.png
  8. Providea Name for the virtual appliance, and select Customize this configuration before install to change the parameters before you create and launch the VM. Click Finish
    virtal_machine_name.png
  9. In the VM configuration window, click Add Hardware. Select Network and configure the network settings.
  10. Follow step 9 to add another Network interface to the VM.
  11. Click Begin Installation to install the virtual machine.
  12. Use the virt-viewer console to configure the virtual appliance.

The appliance is configured to use DHCP on the default dp2 interface. Depending on your use case, you can choose to configure a static IP on dp2 and configure additional interfaces. For more information, see Configure the Interfaces.

Share this Doc

Install the Virtual Appliance on Linux KVM

Or copy link

In this topic ...