Versions this guide is based on:
EVE Image Name | Downloaded Filename | Version | vCPUs | vRAM |
---|---|---|---|---|
timos-12.0.R4 | TiMOS-SR-12.0.R4-vm.zip | B-12.0.R4 | 1 or 2 | 2048 |
timos-12.0.R6 | TiMOS-SR-12.0.R6-vm.zip | B-12.0.R6 | 1 or 2 | 2048 |
Instructions |
---|
Other versions should also be supported following bellow’s procedure.
Make sure you are running most recent EVE version: apt-get update apt-get upgrade Upload the downloaded image to the EVE using for example FileZilla or WinSCP. Then login as root using SSH protocol, locate the uploaded file and uncompress it: mkdir tmp
cd tmp
unzip ../TiMOS-SR-12.0.R6-vm.zip
Create the folder for HDD image and move it: mkdir -p /opt/unetlab/addons/qemu/timos-12.0.R6
mv vm/7xxx-i386/sros-vm.qcow2 /opt/unetlab/addons/qemu/timos-12.0.R6/hda.qcow2
Clean and fix permissions: cd ..
rm -rf tmp
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Default username is admin with password admin. |