Complete the following steps to download the QEMU copy-on-write (Qcow2) file for KVM from NetCloud Manager and set proper permissions:
Log into NetCloud Manager.
Select in the left-side navigation panel.
Click the Private Cellular tab.
The Private Cellular > Networks tab displays.
Select Image Management.
The Download VM page displays.
Click the download link for the KVM VM (filename: ncmg.tar).
At the host's Linux command line, uncompress the tarball. A new directory is created,
ncmg-kvm. Two files are placed in the directory:ncmg.qcow2
ncmg-kvm-nic.xml
Copy the Qcow2 image and the xml file to the
/home/VirtualMachineDisk/6windgate/directory. Create the directory, if needed.Set the file permissions to read/write for all users:
chmod 777 ncmg.qcow2 chmod 777 ncmg-kvm-nic.xml