Versions this guide is based on:
EVE Image Foldername | Downloaded Filename | Version | vCPUs | vRAM | Console | HDD Format | Interfaces |
---|---|---|---|---|---|---|---|
pulse-PCS-1505.1-VT | ps-pcs-kvm-psa-v-9.1r1.0-b1505-package.zip | 1505.1-VT | 2 | 2048 | vnc | virtioa | 3x virtio |
Instructions |
---|
Other versions should also be supported following bellow’s procedure.
Steps below are based on ps-pcs-kvm-psa-v-9.1r1.0-b1505 creation, for other image deployment, use proper names respectively. 1. SSH to EVE and login as root, from cli and create image directory in the EVE: mkdir /opt/unetlab/addons/qemu/pulse-PCS-1505.1-VT
2. Upload the downloaded ps-pcs-kvm-psa-v-9.1r1.0-b1505-package.zip file to the EVE using for example FileZilla or WinSCP. 3. Go to image directory and rename original filename to virtioa.qcow2: cd /opt/unetlab/addons/qemu/pulse-PCS-1505.1-VT
4. Unzip uploaded image package to obtain images unzip ps-pcs-kvm-psa-v-9.1r1.0-b1505-package.zip
5. Unzip Pulse Secure image gunzip PSA-V-KVM-PCS-1505.1-VT-kvm.img.gz
6. Rename original filename to virtioa.qcow2 mv PSA-V-KVM-PCS-1505.1-VT-kvm.img virtioa.qcow2
7. Delete source files rm ifdown ifup kvm-create-img.pl kvm-va.conf kvm_template.xml ps-pcs-kvm-psa-v-9.1r1.0-b1505-package.zip
8. Fix permissions: /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|