VM installation guide

VM installation guide

This article guides how the NetYCE VM can be imported in different hypervisors.  The NetYCE version 8.x is based on Centos7. 

Hypervisor choices

Virtualbox

The received OVA file can be imported directly.

VMware

The received OVA file can be imported directly.


KVM/Qemu

Convert the vmdk file to qcow2:

tar xvf NetYCE_genesis.ova
qemu-img convert -O qcow2 Genesis-disk001.vmdk Genesis-disk001.qcow2

Set up your own VM and link the created disk image.

Hyper-V

Convert the vmdk file to vhd:
tar xvf NetYCE_genesis.ova
VBoxManage clonemedium disk Genesis-disk001.vmdk Genesis-disk001.vhd --format vhd

Set up your own VM and link the created disk image.

Initial Setup

Once the VM is installed, please refer this for initial setup.
    • Related Articles

    • Installing the NetYCE software

      After successfully applying for the free download you will receive an email which allows you to verify your account, after clicking the button, a webpage will open with the actual download link: Click the "Download" button to download the .ova file, ...
    • User Roles and Groups

      Summary There are different types of groups through which the users' permissions are managed. The article below guides us about the different levels of groups and how to manage users. Different Groups and their Permissions level: User Roles Can ...