node start and stop
Posted: 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.
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.