Virtual appliance - KVM¶
The Plixer FlowPro virtual appliance for KVM is provided as an all-in-one OVA template to streamline the deployment process.
Importing the virtual machine¶
To deploy the Plixer FlowPro virtual appliance in KVM, follow these steps:
Contact Plixer Technical Support and use the link they provide to download the latest KVM virtual appliance package:
curl -k -o PACKAGE_FILENAME.tar.gz https://files.plixer.com/PACKAGE_PATH/PACKAGE_FILENAME.tar.gz
Create a directory for the install:
mkdir /kvm/flowpro
Extract the contents of the package to the new directory:
sudo tar xvzf PACKAGE_FILENAME.tar.gz -C /kvm/flowpro/
Run the installation script in the new directory:
cd /kvm/flowpro/PACKAGE_FILENAME sudo ./deploy-flowpro.sh
Wait for the confirmation that the virtual machine has been created from the image.
After the Plixer FlowPro virtual machine has been created, proceed configuring the appliance.