Page 1 of 1

UCS-PE Support

Posted: Fri Jul 14, 2017 1:58 am
by vikingodeloxxo
Hi Team

Does anyone know if ucs pe is going to be supported in future releases, I know that its possible to run the VM right now but I also saw the template file under /opt/unetlab/html/templates/ folder and here - https://gitlab.com/eve-ng-dev/eve-ng-pu ... /ucspe.php

Not sure if its just matter of modify some other files to make it show up on the Node list.

Thanks in advance

Re: UCS-PE Support

Posted: Fri Jul 14, 2017 3:50 am
by azaghul33
I know it was available under UNL, and maybe an earlier version of EVE (can't recall)...not sure if there are plans to bring it back in or why it was removed...but you could probably just run it as a linux node(?)

Re: UCS-PE Support

Posted: Fri Jul 14, 2017 6:44 am
by ramindia
vikingodeloxxo wrote:
Fri Jul 14, 2017 1:58 am
Hi Team

Does anyone know if ucs pe is going to be supported in future releases, I know that its possible to run the VM right now but I also saw the template file under /opt/unetlab/html/templates/ folder and here - https://gitlab.com/eve-ng-dev/eve-ng-pu ... /ucspe.php

Not sure if its just matter of modify some other files to make it show up on the Node list.

Thanks in advance
Some time back i have tested, not sure with latest EVE. below steps worked for me. give a try.

# cd /opt/unetlab/addons/qemu/
# mkdir win-ucspe-3.0.2
# cd /root/
# ls
UCSPE_3.0.2cPE1.ova vmware-root
# tar -xvf UCSPE_3.0.2cPE1.ova
UCSPE_3.0.2cPE1.ovf
UCSPE_3.0.2cPE1.mf
UCSPE_3.0.2cPE1-disk1.vmdk
# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 UCSPE_3.0.2cPE1-disk1.vmdk hda.qcow2
# ls
hda.qcow2 UCSPE_3.0.2cPE1-disk1.vmdk UCSPE_3.0.2cPE1.mf UCSPE_3.0.2cPE1.ova UCSPE_3.0.2cPE1.ovf vmware-root
#mv hda.qcow2 /opt/unetlab/addons/qemu/win-ucspe-3.0.2
#/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

R!

Re: UCS-PE Support

Posted: Wed Jul 19, 2017 3:58 am
by vikingodeloxxo
Thanks yeah, this worked just fine, I was just wondering if there was a way for me to have UCSPE as a separate type of Node, is more cosmetic than functional since the steps provided work just as well.

Re: UCS-PE Support

Posted: Wed Jul 19, 2017 4:39 am
by vandee2000
I see that it's remarked out in the master list .php file. I will double check in my lab tomorrow and see if it's just re-marked out and will show up as a node like previous alpha EVE.

Re: UCS-PE Support

Posted: Fri Oct 20, 2017 6:55 am
by dawn3000
I followed above steps and tried to make a UCSPE 3.1.2e on 2.0.3-84, and got "SLIM APPLICATION ERROR", any idea? Thanks!