csr1000v installation

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

Locked
llew
Posts: 6
Joined: Sun May 07, 2017 8:26 pm

csr1000v installation

Post by llew » Mon May 08, 2017 7:36 pm

Hi

I have been following the csr process but have run into this issue

root@eve-ng:/opt/unetlab/addons/uploads# /opt/qemu/bin/qemu-img create -f qcow2▒▒ virtioa.qcow2 8G
▒ virtioa.qcow2 8Gnetlab/addons/uploads# /opt/qemu/bin/qemu-img create -f qcow2 
qemu-img: virtioa.qcow2: Unknown file format 'qcow2 '

I have no idea what the cause is , can it be the reason I cannot telnet to vIOS devices?


Many Thanks
Llew

llew
Posts: 6
Joined: Sun May 07, 2017 8:26 pm

Re: csr1000v installation

Post by llew » Mon May 08, 2017 8:06 pm

Hi

Ok , got past that bit (internet explorer was adding a few characters when pasting)

However now get

root@eve-ng:/opt/unetlab/addons/uploads# /opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 8G
Formatting 'virtioa.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
root@eve-ng:/opt/unetlab/addons/uploads# /opt/qemu-2.2.0/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072
(process:16950): GLib-WARNING **: /build/glib2.0-prJhLS/glib2.0-2.48.2/./glib/gmem.c:483: custom memory allocation vtable not supported

Any suggestions?

Thanks
Llew

Uldis (UD)
Posts: 5177
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: csr1000v installation

Post by Uldis (UD) » Mon May 08, 2017 8:36 pm

you please check if you have allocated enough memory for your EVE!!!

during install process it assign 3Gb ram for CSR node !
So your EVE must not be less RAM than 6Gb !
AND be sure that Intel VT-X/EPT is enabled for CPU

llew
Posts: 6
Joined: Sun May 07, 2017 8:26 pm

Re: csr1000v installation

Post by llew » Mon May 08, 2017 8:47 pm

Hi

Thanks for the advise

upped the ram to 16gig
HOST = i7 , 32gig

still get:


root@eve-ng:/opt/unetlab/addons/uploads# /opt/qemu-2.2.0/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072

(process:2934): GLib-WARNING **: /build/glib2.0-prJhLS/glib2.0-2.48.2/./glib/gmem.c:483: custom memory allocation vtable not supported


also tried older qemu version - same


root@eve-ng:/opt/unetlab/addons/uploads# /opt/qemu-2.0.2/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072

(process:3441): GLib-WARNING **: /build/glib2.0-prJhLS/glib2.0-2.48.2/./glib/gmem.c:483: custom memory allocation vtable not supported

Any ideas?

Thanks
Llew

stratex23
Posts: 3
Joined: Sun May 28, 2017 2:36 pm

Re: csr1000v installation

Post by stratex23 » Sun Jun 04, 2017 2:36 am

Hello,

Is this issue has been resolved?

Im having the same issue.
CSR installation stuck.
See screenshot below.

Please help. Thanks in advance.
CSR100v stuck.PNG
You do not have the required permissions to view the files attached to this post.

stratex23
Posts: 3
Joined: Sun May 28, 2017 2:36 pm

Re: csr1000v installation

Post by stratex23 » Sun Jun 04, 2017 2:44 am

In addition my settings are below;

intel vt-x: enabled
i7 / 32GB

Thanks...

stratex23
Posts: 3
Joined: Sun May 28, 2017 2:36 pm

Re: csr1000v installation

Post by stratex23 » Sun Jun 04, 2017 5:44 am

Hi all,

issue resolved after vmware re-install.

Thanks.

Locked