node start and stop

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
KRzYamaneko
Posts: 2
Joined: Fri Feb 28, 2020 9:07 pm

node start and stop

Post by KRzYamaneko » Fri Feb 28, 2020 11:25 pm

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.

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

Re: node start and stop

Post by Uldis (UD) » Sat Feb 29, 2020 12:00 am

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

KRzYamaneko
Posts: 2
Joined: Fri Feb 28, 2020 9:07 pm

Re: node start and stop

Post by KRzYamaneko » Sat Feb 29, 2020 2:04 pm

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

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

Re: node start and stop

Post by Uldis (UD) » Sat Feb 29, 2020 3:45 pm

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

amitjpatil08
Posts: 1
Joined: Tue Jul 21, 2020 6:13 pm

Re: node start and stop

Post by amitjpatil08 » Tue Jul 21, 2020 7:34 pm

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..

Post Reply