1st working ib integrated ctdb
[Samba.git] / ctdb / ib / README.txt
blob74fc129c352d6d08f94cec4b0082e2969537dad3
1 Compilation
2 ===========
4 For the configure script, please set the OFED include & library path by e.g.:
6 export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib"
8 After then:
10 ./configure --enable-infiniband
12 Example for testing
13 ===================
14 bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.1:9001
15 bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.2:9001
17 where 2nodes_rm.txt:
18 10.0.0.1:9001
19 10.0.0.2:9001