Versions this guide is based on:
EVE Image foldername | Downloaded Filename | Version | vCPUs | vRAM | Console | HDD |
---|---|---|---|---|---|---|
VSR1000_HPE-CMW710-E0519L03 | VSR1000_HPE-CMW710-E0519L03-X64.zip | SR1000_HPE-CMW710-E0519L03 | 2 | 4096 | vnc/telnet | hda.qcow2 |
Instructions |
---|
Other versions should also be supported following bellow’s procedure.
Link to Original HP images: Steps below are based on VSR1000_HPE-CMW710-E0519L03-X64.zip creation, for other image deployment, use proper names respectively. SSH to EVE and login as root, from cli and create image directory in the EVE’s location /opt/unetlab/addons/qemu/: mkdir /opt/unetlab/addons/qemu/hpvsr-710-CMV710-E519L03/
Upload the downloaded VSR1000_HPE-CMW710-E0519L03-X64.zip image to the EVE /opt/unetlab/addons/qemu/hpvsr-710-CMV710-E519L03/ using for example FileZilla or WinSCP. From cli go to created directory unzip uploaded image and rename qco image: cd /opt/unetlab/addons/qemu/hpvsr-710-CMV710-E519L03/
unzip VSR1000_HPE-CMW710-E0519L03-X64.zip
mv VSR1000_HPE-CMW710-E0519L03-X64.qco hda.qcow2
Remove unused files: rm VSR1000_HPE* HPE* toM*
As result you must see:: root@eve-ng:/opt/unetlab/addons/qemu/hpvsr-710-CMV710-E519L03# ls
hda.qcow2
Fix permissions: /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|