k***@gmail.com
2018-06-21 16:05:03 UTC
Hi Team,
I want to create Arangodb cluster with 2 nodes ( 2 dbserver, 2 coordinator
and 2 agents etc) .
and we want to automate this process using ansible script , but the
challenge what i'm facing is that its creating independent arangodb node
and they are not joining to each other
ssh *c11 *"arangodb --starter.data-dir=db > db.log &"
ssh *c12 *"arangodb --starter.data-dir=db --starter.join *c11*:8528 >
db.log &"
could you please help here
I want to create Arangodb cluster with 2 nodes ( 2 dbserver, 2 coordinator
and 2 agents etc) .
and we want to automate this process using ansible script , but the
challenge what i'm facing is that its creating independent arangodb node
and they are not joining to each other
ssh *c11 *"arangodb --starter.data-dir=db > db.log &"
ssh *c12 *"arangodb --starter.data-dir=db --starter.join *c11*:8528 >
db.log &"
could you please help here
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.