Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
ShaiF
Employee
Employee

ok. since it's not officially supported product (the env-gn) do this WA:

From expert on the new member
1. vi /opt/ElasticXL/exl_detection/src/exl_detectiond.py

change this line 

if __machine_info.sync_ifn != 'Sync' and not __machine_info.is_vmware and not __machine_info.is_kvm:
to this:

if False: #__machine_info.sync_ifn != 'Sync' and not __machine_info.is_vmware and not __machine_info.is_kvm

 

2. run this:
dbset process:exl_detectiond t

dbset :save

tellpm process:exl_detectiond t


See ifconfig will show you eth1 as 192.0.2.254

try ping 192.0.2.1 and from SMO ping 192.0.2.254

View solution in original post

(1)
Who rated this post