To deploy an LiveWire Virtual instance using the Virtual Machine Manager:
- Download the LivePCA_Virtual_KVM_*.tar.gz package from LiveAction to the desired KVM host machine.
- Determine the image store location. The recommended location for RedHat and Ubuntu is
/var/lib/ libvirt/images. In this guide, the following path is used:
/var/lib/libvirt/images/livepca.
sudo mkdir -p /var/lib/libvirt/images/livepca
- Extract the two raw disk images from LivePCA_Virtual_KVM_*.tar.gz and archive
to your desired image store location.
sudo tar xvzf LivePCA_Virtual_KVM_*.tar.gz -C /var/lib/libvirt/images/livepca
- To open Virtual Machine Manager, click Applications > System Tools > Virtual Machine
Manager.
- On the File menu, click New Virtual Machine to launch the New VM wizard.
- Choose how to install the operating system and architecture options, and then click
Forward:
- Select Import existing disk image
- Architecture: Select x86_64
- Provide storage and OS details, and then click Forward:
- Provide the existing storage path: Browse to the disk1.img file extracted above (for example, /var/ lib/libvirt/images/omni-virtual/disk1.img)
- OS type: Select Linux
- Version: Select Ubuntu 18.04 LTS
- Choose Memory and CPU settings, and then click Forward:
- Memory (RAM): Select 16384 MiB
- CPUs: Select 8
- Assign a name to the VM, select the network selection, and then click Finish:
- Name: Type a name for the virtual machine
- Customize configuration before install: Select this check box.
Important: Make sure to select the Customize configuration before install check box.- Network selection: Select Bridge network so that the management port can have its own assigned IP address.
- From the side menu, select Overview:
- Firmware: Select BIOS.
- Click Apply to save the changes.
- From the side menu, select CPUs:
- Select Copy host CPU configuration.
- Click Apply to save the changes.
- From the side menu, select Disk 1:
- Disk bus: Select VirtIO.
- Cache mode: Select none.
- Click Apply to save the changes.
- From the side menu, select Add Hardware and then select Storage in the Add New
Virtual Hardware menu.
- Select Select or create custom storage and click Manage to browse to the path of the disk2.img file extracted above (for example, /var/lib/libvirt/images/omni-virtual/disk2.img)
- Device type: Select Disk device.
- Bus type: Select VirtIO.
- Advanced options: Select none for cache mode.
- Click Finish.
- From the side menu, select NIC:
- Network source: Select your management port network source.
- Device model: Select VirtIO.
- Click Apply to save the changes.
- From the side menu, select Add Hardware and then select Network in the Add New
Virtual Hardware menu.
- Network source: Select the primary network source from where you are capturing traffic.
- Device model: Select VirtIO.
- Click Finish to add the new capture interface.
- Click Begin installation (upper left).
Virtual Machine Manager configures and automatically boots the LiveWire Virtual machine.
- Log in from the console using the default credentials (admin/admin).
- Use the following command to determine the management port’s IP address:
ifconfig eth0
- You can proceed to configuring Ethernet and NTP server settings for the LiveWire Virtual machine.
- You can begin using LiveWire Virtual as a virtual appliance.