Page 1 of 1

node start and stop

Posted: Fri Feb 28, 2020 11:25 pm
by KRzYamaneko
Hello,

I try to deploy eve-ng on google cloud, I follow the tutorial and after multi problem I have now the following status :

My VT is ok
root@eve-ng-nested-vm:/# kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used

I'm using ubuntu 16.04
root@eve-ng-nested-vm:/opt/unetlab/data/Logs# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial

My VM has 8 CPU for 30Gb of Memory.
I have deploy the IOL L2-ADVENTERPRISE-M-15.1-20140814.bin and L3-ADVENTERPRISE9-15.5.2T.bin files.
My iourc file is OK.
I already done a "/opt/unetlab/wrappers/unl_wrapper -a fixpermissions" multiple times.

But when I start a node I have this error message on my syslog and after few secondes my node stop:
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl del-port vunl0_1_0
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00002|db_ctl_base|ERR|no port named vunl0_1_0
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl del-port vunl0_1_16
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00002|db_ctl_base|ERR|no port named vunl0_1_16
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl del-port vunl0_1_32
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00002|db_ctl_base|ERR|no port named vunl0_1_32
Feb 28 22:51:52 eve-ng-nested-vm ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl del-port vunl0_1_48

At first I had also a mac address error :
Feb 28 22:21:01 eve-ng-nested-vm systemd-udevd[10097]: Could not generate persistent MAC address for vunl0_1_0: No such file or directory
Feb 28 22:21:01 eve-ng-nested-vm systemd-udevd[10134]: Could not generate persistent MAC address for vunl0_1_16: No such file or directory
Feb 28 22:21:01 eve-ng-nested-vm systemd-udevd[10197]: Could not generate persistent MAC address for vunl0_1_32: No such file or directory
Feb 28 22:21:01 eve-ng-nested-vm systemd-udevd[10279]: Could not generate persistent MAC address for vunl0_1_48: No such file or directory

I solved it by adding :
/etc/systemd/network/99-default.link
# /etc/systemd/network/99-default.link
[Link]
NamePolicy=kernel database onboard slot path .
MACAddressPolicy=none

Can anyone help please cause I'm really stuck here?

Thank you in advance.

Re: node start and stop

Posted: Sat Feb 29, 2020 12:00 am
by Uldis (UD)
It looks like you didnt follow GCP install steps..
such addings for network no need at all
eve community as well pro is working fine on GCP
no IOL issues as well

BTW that 15.1 L2 is very old one

Re: node start and stop

Posted: Sat Feb 29, 2020 2:04 pm
by KRzYamaneko
Hello,

Thank you for replying, I followed step by step this tutorial :
https://www.eve-ng.net/index.php/docume ... d-install/

I only change the VT licences as it wasn't working when I followed the tutorial by this commande :
gcloud compute images create nested-ubuntu-xenial3 --source-image-family=ubuntu-1604-lts --source-image-project=ubuntu-os-cloud --licenses https://compute.googleapis.com/compute/ ... enable-vmx

Re: node start and stop

Posted: Sat Feb 29, 2020 3:45 pm
by Uldis (UD)
sorry but such was not in our how to....
I cannot guarantee you will install eve properly..
any slightest change in kernel or versions will fail all stuff...
sorry

if you want to talk with eve experts join in our live chat for it
https://www.eve-ng.net/index.php/live-helpdesk/
use gmail to join

UD

Re: node start and stop

Posted: Tue Jul 21, 2020 7:34 pm
by amitjpatil08
Hi,

i am facing same issue...nodes are start and stop..what i found that python (.py) licence key is not generated...have you resolved the issue? if yes let me know how?

Thank you..