Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Install Apstra on KVM

SUMMARY You can install KVM with Virtual Machine Manager or with the CLI.

These instructions are for installing Apstra software on a KVM hypervisor. For information about using KVM in general, refer to Linux KVM documentation.

Install on KVM with Virtual Machine Manager

  1. Confirm that you're running one of the Supported Hypervisors and Versions and that the VM has the Required Server Resources.
  2. Apstra software is delivered pre-installed on a single VM. The same Apstra VM image is used for installing both the Apstra controller and Apstra workers. As a registered support user, download the Apstra VM Image for Linux KVM (QCOW2) from Juniper Support Downloads.
  3. Uncompress the disk image, then move it to where it will run.
  4. Start Virtual Machine Manager, then click the Create a new virtual machine button.
  5. Select Import existing disk image, then click Forward.
  6. Browse to where you moved the QCOW2 image, then click Choose Volume.
  7. Select Ubuntu 18.04 LTS operating system, then click Forward.
  8. Specify memory and CPU requirements based on your environment.
  9. Change the default name (optional), select the VM network that you want the VM to connect to, then click Finish. It may take a few minutes to create the VM.

You're ready to Configure the Apstra server.

Install on KVM with CLI

  1. Confirm that you're running one of the Supported Hypervisors and Versions and that the VM has the Required Server Resources.
  2. Ensure that the QEMU environment and bridge networking are installed and configured. For examples of installing and configuring QEMU, refer to the following documents:
  3. You must use e1000 or virtio Linux KVM network drivers. Run the command ethtool -i eth0 from the Apstra server to confirm which network drivers you're using.
    CAUTION:

    Using other drivers such as rtl8139 may result in high CPU utilization for the ksoftirqd process.

  4. As a registered support user, download the Apstra VM Image for Linux KVM (QCOW2) from Juniper Support Downloads.
  5. Uncompress the disk image (with gunzip) and move it to where it will run.
  6. Create a VM with the virt-install command line tool. For example, to install the aos_server_4.0.2-142.qcow2.gz image using the existing bridge network (named br0), use the following command:
  7. Connect to the VM console.

You're ready to Configure the Apstra server.