How to make Cisco CUCM image
Moderator: mike
-
- Posts: 9
- Joined: Mon May 01, 2017 3:06 am
How to make Cisco CUCM image
Hello, can someone share steps that how to make Cisco CUCM image? Also, is it possible to add UCCX and CUP into EVE-ng? Thanks!
-
- Posts: 36
- Joined: Wed Mar 22, 2017 6:40 am
Re: How to make Cisco CUCM image
ok fast one....
following this link to create the bootable iso and rename the iso to cdrom.iso
https://www.youtube.com/watch?v=pPO75mWN1xw
then
1. make cucm directory
mkdir /opt/unetlab/addons/qemu/cucm-10/
2. copy the cdrom.iso into /opt/unetlab/addons/qemu/cucm-10/
3. create virtioa.qcow2
/opt/qemu/bin/qemu-img create -f qcow2 /opt/unetlab/addons/qemu/cucm-10/virtioa.qcow2 200G
4. fix permission
5. go to gui and create lab and start installation
following this link to create the bootable iso and rename the iso to cdrom.iso
https://www.youtube.com/watch?v=pPO75mWN1xw
then
1. make cucm directory
mkdir /opt/unetlab/addons/qemu/cucm-10/
2. copy the cdrom.iso into /opt/unetlab/addons/qemu/cucm-10/
3. create virtioa.qcow2
/opt/qemu/bin/qemu-img create -f qcow2 /opt/unetlab/addons/qemu/cucm-10/virtioa.qcow2 200G
4. fix permission
5. go to gui and create lab and start installation
-
- Posts: 9
- Joined: Mon May 01, 2017 3:06 am
Re: How to make Cisco CUCM image
Thanks for the reply!
Does it mean there will be two files in the directory? one is cdrom.iso and another is virtioa.qcow2?
I created the file by following your instruction, and keep both files in the directory, but it won't boot up when I start node. Any idea? Thanks!
image: virtioa.qcow2
file format: qcow2
virtual size: 200G (214748364800 bytes)
disk size: 196K
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false
Does it mean there will be two files in the directory? one is cdrom.iso and another is virtioa.qcow2?
I created the file by following your instruction, and keep both files in the directory, but it won't boot up when I start node. Any idea? Thanks!
image: virtioa.qcow2
file format: qcow2
virtual size: 200G (214748364800 bytes)
disk size: 196K
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false
-
- Posts: 9
- Joined: Mon May 01, 2017 3:06 am
Re: How to make Cisco CUCM image
I think I found the problem, my laptop memory is not enough to run default CUCM node on vmware workstation, I changed the CUCM node to 2G, it is running now.
I will try on my lab server. Thanks again. This means I should be able to make CUP and UCCX as well?
I will try on my lab server. Thanks again. This means I should be able to make CUP and UCCX as well?
-
- Posts: 36
- Joined: Wed Mar 22, 2017 6:40 am
Re: How to make Cisco CUCM image
No time to try.....i think should be the same.......dawn3000 wrote: ↑Mon May 22, 2017 2:05 amI think I found the problem, my laptop memory is not enough to run default CUCM node on vmware workstation, I changed the CUCM node to 2G, it is running now.
I will try on my lab server. Thanks again. This means I should be able to make CUP and UCCX as well?