UCS-PE Support

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
vikingodeloxxo
Posts: 3
Joined: Tue Apr 04, 2017 10:56 pm

UCS-PE Support

Post by vikingodeloxxo » 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

azaghul33
Posts: 29
Joined: Thu Mar 23, 2017 6:38 pm

Re: UCS-PE Support

Post by azaghul33 » Fri Jul 14, 2017 3:50 am

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(?)

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: UCS-PE Support

Post by ramindia » Fri Jul 14, 2017 6:44 am

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!

vikingodeloxxo
Posts: 3
Joined: Tue Apr 04, 2017 10:56 pm

Re: UCS-PE Support

Post by vikingodeloxxo » Wed Jul 19, 2017 3:58 am

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.

vandee2000
Posts: 25
Joined: Thu Mar 30, 2017 2:52 pm
Location: California

Re: UCS-PE Support

Post by vandee2000 » Wed Jul 19, 2017 4:39 am

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.

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

Re: UCS-PE Support

Post by dawn3000 » Fri Oct 20, 2017 6:55 am

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!

Post Reply