How to make Cisco CUCM image

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
dawn3000
Posts: 9
Joined: Mon May 01, 2017 3:06 am

How to make Cisco CUCM image

Post by dawn3000 » Fri May 19, 2017 2:21 am

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!

mcat84
Posts: 36
Joined: Wed Mar 22, 2017 6:40 am

Re: How to make Cisco CUCM image

Post by mcat84 » Fri May 19, 2017 9:00 am

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

dawn3000
Posts: 9
Joined: Mon May 01, 2017 3:06 am

Re: How to make Cisco CUCM image

Post by dawn3000 » Mon May 22, 2017 1:56 am

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

dawn3000
Posts: 9
Joined: Mon May 01, 2017 3:06 am

Re: How to make Cisco CUCM image

Post by dawn3000 » Mon May 22, 2017 2:05 am

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?

mcat84
Posts: 36
Joined: Wed Mar 22, 2017 6:40 am

Re: How to make Cisco CUCM image

Post by mcat84 » Mon May 22, 2017 8:24 am

dawn3000 wrote:
Mon May 22, 2017 2:05 am
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?
No time to try.....i think should be the same.......

Post Reply