Install Guide

6. On SCVMM, refresh the host and the cluster
7. Retry the deployment from ASM.
Deploying the ASM appliance as Kernel-based Virtual Machine (KVM)
Before you begin deploying the ASM appliance as KVM, ensure that you have the following minimum connection requirements for
the hypervisor:
An ethernet interface that uses a static IP to connect to the operating system.
An ethernet interface that is bound to the bridge device.
1. Extract the .zip file and copy the qcow2 file to /var/lib/libvirt/images/ on your Linux KVM hypervisor.
2. Run the following command:
virt-install -n [vm name]--ram [size]--connect qemu:///system --network bridge=[name of
network bridge interface]--os-type linux --os-variant rhel6 --disk /dev/
sda,path=/var/lib/libvirt/images/[qcow2 file name],device=disk,format=qcow2,bus=scsi --
vcpus [number of vcpus]--noautoconsole--import --graphics vnc, listen=0.0.0.0
3. To view the port the VNC console session is listening on, run the following command:
virsh vncdisplay [vm name]
For more information on accessing the appliance console using a VNC application, see Configuring ASM Virtual Appliance.
NOTE: To destroy the virtual machine, run the following command:
virsh destroy [vm name]
NOTE: To remove the virtual machine from the list, run the following command:
virsh undefine [vm name]
17