Deploying a Cradlepoint Mobility Gateway from the KVM Command Line - NCPN-NCMG-Deployment-KVM/Deploying-a-Cradlepoint-Mobility-Gateway-from-the-KVM-Command-Line

Ericsson Private 5G Compact Mobility Gateway Deployment Guide for KVM

ft:locale
en-US
ft:sourceName
Paligo_Prod
Document Type
Deployment Guide

Important

Make sure you are operating as the root super user before proceeding. Additionally, verify that you set the permissions on the qcow2 file for all users to have read/write access.

  1. After downloading and decompressing the required files, create a new virtual machine defined by the parameters in the included XML file:

    virsh define /home/VirtualMachineDisk/6windgate/ncmg-kvm-nic.xml

    The define process take a few seconds to run, and the system responds that the new domain has been defined (domain is how Linux terms a virtual machine.) The define process creates a VM named Cradlepoint-NCMG.

  2. Verify the VM creation:

    virsh list --all
  3. Set the virtual machine to automatically start when the host boots:

     virsh autostart Cradlepoint-NCMG
  4. Start the VM:

    virsh start Cradlepoint-NCMG

The configuration of the VM is now complete, and the new Cradlepoint Mobility Gateway can be registered with NetCloud Manager.