[Bro] 5 node cluster

Darrain Waters dwaters at bioteam.net
Fri Oct 7 13:40:35 PDT 2016


Hello

The myricom cards in my cluster nodes are dropping packets, and I am not
getting any log information in prefix/logs. Did I miss something during the
setup process ? Please see below for initial info and please let me know
what else is needed. Thank you.

Darrain

I compiled bro using the option below.
--with-pcap=/opt/snf/

[bromgr at bromgr ~]$ ldd /usr/local/bro/bin/bro | grep pcap

libpcap.so.1 => /opt/snf/lib/libpcap.so.1 (0x00007faf9c3d5000)

I get the following when I run capstats

[BroControl] > capstats


Interface             kpps       mbps       (10s average)

----------------------------------------

worker-1-1: capstats failed (error: eth2: snf_ring_open_id(ring=-1) failed:
Device or resource busy)

worker-2-1: capstats failed (error: eth2: snf_ring_open_id(ring=-1) failed:
Device or resource busy)

worker-3-1: capstats failed (error: eth2: snf_ring_open_id(ring=-1) failed:
Device or resource busy)

worker-4-1: capstats failed (error: eth2: snf_ring_open_id(ring=-1) failed:
Device or resource busy)

worker-5-1: capstats failed (error: eth2: snf_ring_open_id(ring=-1) failed:
Device or resource busy)

My node.cfg file

[manager]

type=manager

host=10.0.40.19

#

[proxiy-5]

type=proxy

host=10.0.40.19

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH

#

[worker-5]

type=worker

host=10.0.40.19

interface=eth2

lb_method=myricom

lb_procs=10

pin_cpus=7,8,9,10,11,18,19,20,21,22

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH, SNF_FLAGS=0x1,
SNF_DATARING_SIZE=0x100000000, SNF_NUM_RINGS=10

#

[proxy-1]

type=proxy

host=10.0.40.18

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH

#

[worker-1]

type=worker

host=10.0.40.18

interface=eth2

lb_method=myricom

lb_procs=10

pin_cpus=7,8,9,10,11,18,19,20,21,22

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH, SNF_FLAGS=0x1,
SNF_DATARING_SIZE=0x100000000, SNF_NUM_RINGS=10

#

[proxy-2]

type=proxy

host=10.0.40.17

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH

#

[worker-2]

type=worker

host=10.0.40.17

interface=eth2

lb_method=myricom

lb_procs=10

pin_cpus=7,8,9,10,11,18,19,20,21,22

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH, SNF_FLAGS=0x1,
SNF_DATARING_SIZE=0x100000000, SNF_NUM_RINGS=10

#

[proxy-3]

type=proxy

host=10.0.40.16

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH

#

[worker-3]

type=worker

host=10.0.40.16

interface=eth2

lb_method=myricom

lb_procs=10

pin_cpus=7,8,9,10,11,18,19,20,21,22

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH, SNF_FLAGS=0x1,
SNF_DATARING_SIZE=0x100000000, SNF_NUM_RINGS=10

#

[proxy-4]

type=proxy

host=10.0.40.15

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH

#

[worker-4]

type=worker

host=10.0.40.15

interface=eth2

lb_method=myricom

lb_procs=10

pin_cpus=7,8,9,10,11,18,19,20,21,22

env_vars=LD_LIBRARY_PATH=/opt/snf/lib:$PATH, SNF_FLAGS=0x1,
SNF_DATARING_SIZE=0x100000000, SNF_NUM_RINGS=10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/bro/attachments/20161007/29309e7f/attachment.html 


More information about the Bro mailing list