How to add Cisco NXOS Titanium 7.1.0.3
Moderator: mike
-
- Posts: 20
- Joined: Fri Jul 28, 2017 3:14 am
How to add Cisco NXOS Titanium 7.1.0.3
can anyone help how to add Cisco NXOS Titanium 7.1.0.3 .
thanks
thanks
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
Re: How to add Cisco NXOS Titanium 7.1.0.3
Titanium bit old, download nexus9K v and use below document to install and running.vinoth13.c wrote: ↑Fri Jul 28, 2017 3:18 amcan anyone help how to add Cisco NXOS Titanium 7.1.0.3 .
thanks
http://www.eve-ng.net/index.php/documen ... x9k-switch
R!
-
- Posts: 20
- Joined: Fri Jul 28, 2017 3:14 am
Re: How to add Cisco NXOS Titanium 7.1.0.3
thanks for the reply .
i have installed 9k , but its taking very long time to boot also its dead slow . can u help to recitify this issue .
my pc contain 8 gb ram , i5 7 th generation .
please let me know how to add cisco Nxos titanim 7.1.0.3 , i needed for my lab .
thanks
i have installed 9k , but its taking very long time to boot also its dead slow . can u help to recitify this issue .
my pc contain 8 gb ram , i5 7 th generation .
please let me know how to add cisco Nxos titanim 7.1.0.3 , i needed for my lab .
thanks
-
- Posts: 5178
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: How to add Cisco NXOS Titanium 7.1.0.3
excuse me sir, but i5 CPU is not for NX9k
-
- Posts: 20
- Joined: Fri Jul 28, 2017 3:14 am
Re: How to add Cisco NXOS Titanium 7.1.0.3
thanks for sharing the information
oh really ,but is not mentioned in the site .
can u tell me how to add Cisco NXOS Titanium 7.1.0.3 .
oh really ,but is not mentioned in the site .
can u tell me how to add Cisco NXOS Titanium 7.1.0.3 .
-
- Posts: 5178
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: How to add Cisco NXOS Titanium 7.1.0.3
need convert vmdk to qcow2
1. Create folder:
mkdir /opt/unetlab/addons/qemu/titanium-7.3.0.D1.1
2. Copy vmdk file to this location
3. then convert it to qcow2.
/opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 titanium.vmdk virtioa.qcow2
titanium.vmdk is your filename
1. Create folder:
mkdir /opt/unetlab/addons/qemu/titanium-7.3.0.D1.1
2. Copy vmdk file to this location
3. then convert it to qcow2.
/opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 titanium.vmdk virtioa.qcow2
titanium.vmdk is your filename
-
- Posts: 20
- Joined: Fri Jul 28, 2017 3:14 am
Re: How to add Cisco NXOS Titanium 7.1.0.3
thank you very much , i will check and revert .
-
- Posts: 20
- Joined: Fri Jul 28, 2017 3:14 am
Re: How to add Cisco NXOS Titanium 7.1.0.3
i have downloaded this file
titanium-final.7.3.0.D1.1.qcow2
i have created below folder , and i copied image to this folder .
mkdir /opt/unetlab/addons/qemu/titanium-7.3.0.D1.1
next step , i am getting below error .
root@eve-ng:~# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 titanium.vmdk virtioa.qcow2
qemu-img: Could not open 'titanium.vmdk': Could not open 'titanium.vmdk': No such file or directory
kindly help to finish the installation .
titanium-final.7.3.0.D1.1.qcow2
i have created below folder , and i copied image to this folder .
mkdir /opt/unetlab/addons/qemu/titanium-7.3.0.D1.1
next step , i am getting below error .
root@eve-ng:~# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 titanium.vmdk virtioa.qcow2
qemu-img: Could not open 'titanium.vmdk': Could not open 'titanium.vmdk': No such file or directory
kindly help to finish the installation .
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
Re: How to add Cisco NXOS Titanium 7.1.0.3
titanium.vmdk , is this file in the same directory where you running this command "/opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 titanium.vmdk virtioa.qcow2"vinoth13.c wrote: ↑Sat Jul 29, 2017 2:20 pmi have downloaded this file
titanium-final.7.3.0.D1.1.qcow2
i have created below folder , and i copied image to this folder .
mkdir /opt/unetlab/addons/qemu/titanium-7.3.0.D1.1
next step , i am getting below error .
root@eve-ng:~# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 titanium.vmdk virtioa.qcow2
qemu-img: Could not open 'titanium.vmdk': Could not open 'titanium.vmdk': No such file or directory
kindly help to finish the installation .
Looks like you running the command from root folder. mentioned the foldername where titanium.vmdk
R!
-
- Posts: 20
- Joined: Fri Jul 28, 2017 3:14 am
Re: How to add Cisco NXOS Titanium 7.1.0.3
i can't understand clearly , could you please explain step by step .
i downloaded the file
titanium-final.7.3.0.D1.1.qcow2
can u guide me what is the next step .
i downloaded the file
titanium-final.7.3.0.D1.1.qcow2
can u guide me what is the next step .