diff options
Diffstat (limited to 'source4/cluster/ctdb/direct/README')
-rw-r--r-- | source4/cluster/ctdb/direct/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/cluster/ctdb/direct/README b/source4/cluster/ctdb/direct/README new file mode 100644 index 0000000000..bc87d060cb --- /dev/null +++ b/source4/cluster/ctdb/direct/README @@ -0,0 +1,12 @@ +Run ./direct/ctdbd.sh to start a cluster with two ctdb nodes +They will listen for clients on the unix domain sockets +/tmp/ctdb.socket.127.0.0.1 +/tmp/ctdb.socket.127.0.0.2 + +In order for this to work you must have an interface with the address 127.0.0.2 available. +Just create this as an alias for loopback. + + +Then run ./direct/ctdbd_test to connect a client to the ctdbd daemon on /tmp/ctdb.socket.127.0.0.1 and do some commands to it across the domain socket. + + |