Versions this guide is based on:
EVE Image Name | Downloaded image | Version | vCPU | RAM | HDD Format | Console | Interfaces |
---|---|---|---|---|---|---|---|
veloorch-3.X.X | velocloud-orchestrator-3.X.X-kvm.tar | 3.X.X | 4 | 16384 | virtioa virtiob virtioc | telnet | x1 virtio |
velogw-3.X.X | velocloud-vcc-3.X.X-VCG-kvm.qcow2 | 3.X.X | 4 | 8192 | virtioa | telnet | x2 virtio |
veloedge-3.X.X | edge-VC_KVM_GUEST-x86_64-3.X.X.qcow2.gz | 3.X.X | 2 | 4096 | virtioa | telnet | x6 virtio |
Instructions |
---|
Other versions should also be supported following bellow’s procedure.
This how to is tested for image versions VM Ware Velocloud 3.X.X (X.X=version your downloaded from VM Ware) Velocloud Orchestrator image 1. SSH to EVE and login as root, from cli and create image directory: mkdir /opt/unetlab/addons/qemu/veloorch-3.X.X
2. Upload the velocloud-orchestrator-3.X.X-kvm.tar image to the EVE /opt/unetlab/addons/qemu/veloorch-3.X.X/ using, for example, FileZilla or WinSCP. 3. From cli go to created directory: cd /opt/unetlab/addons/qemu/veloorch-3.X.X/
4. Untar uploaded tar image to obtain source files: tar xvf velocloud-orchestrator-3.X.X-kvm.tar 5. Rename source files vco-root.img, vco-db.img, vco-binlog.img to virtioa.qcow2, virtiob.qcow2 and virtioc.qcow2: mv vco-root.img virtioa.qcow2
mv vco-db.img virtiob.qcow2
mv vco-binlog.img virtioc.qcow2
6. Remove source files:
rm velocloud-orchestrator-3.X.X-kvm.tar 7. Fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Velocloud VCC Gateway image 1. SSH to EVE and login as root, from cli and create image directory: mkdir /opt/unetlab/addons/qemu/velogw-3.X.X
2. Upload the velocloud-vcc-3.X.X-VCG-kvm.qcow2 image to the EVE /opt/unetlab/addons/qemu/velogw-3.X.X/ using, for example, FileZilla or WinSCP. 3. From cli go to created directory: cd /opt/unetlab/addons/qemu/velogw-3.X.X/
4. Rename uploaded original source file velocloud-vcc-3.X.X-VCG-kvm.qcow2 to virtioa.qcow2 mv velocloud-vcc-3.X.X-VCG-kvm.qcow2 virtioa.qcow2
5. Remove source file:
rm velocloud-vcc-3.X.X-VCG-kvm.qcow2
6. Fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Velocloud Edge image 1. SSH to EVE and login as root, from cli and create image directory: mkdir /opt/unetlab/addons/qemu/veloedge-3.X.X
2. Upload the edge-VC_KVM_GUEST-x86_64-3.X.X.qcow2.gz image to the EVE /opt/unetlab/addons/qemu/veloedge-3.X.X/ using, for example, FileZilla or WinSCP. 3. From cli go to created directory: cd /opt/unetlab/addons/qemu/veloedge-3.X.X/
4. Unzip uploaded original source file edge-VC_KVM_GUEST-x86_64-3.X.X.qcow2.gz to obtain qcow2 image: gunzip edge-VC_KVM_GUEST-x86_64-3.X.X.qcow2.gz 5. Rename original qcow2 source file edge-VC_KVM_GUEST-x86_64-3.X.X.qcow2 to virtioa.qcow2 mv edge-VC_KVM_GUEST-x86_64-3.X.X.qcow2.gz virtioa.qcow2 6. Fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|