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
UCS-PE Support
Moderator: mike
-
- Posts: 29
- Joined: Thu Mar 23, 2017 6:38 pm
Re: UCS-PE Support
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(?)
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
Re: UCS-PE Support
Some time back i have tested, not sure with latest EVE. below steps worked for me. give a try.vikingodeloxxo wrote: ↑Fri Jul 14, 2017 1:58 amHi 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
# 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!
-
- Posts: 3
- Joined: Tue Apr 04, 2017 10:56 pm
Re: UCS-PE Support
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.
-
- Posts: 25
- Joined: Thu Mar 30, 2017 2:52 pm
- Location: California
Re: UCS-PE Support
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.
-
- Posts: 9
- Joined: Mon May 01, 2017 3:06 am
Re: UCS-PE Support
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!