Skip to content
Discussion options

You must be logged in to vote

Ok, we succeeded. As reference for the future, following points turned out to be the "crucial" ones:

On all nodes, start with a clean RavenData dir and with a settings.json like this one (here raven01, as well as for raven02 and raven03, are host names defined in order to resolve private IP on inter-node communications; we used /etc/hosts to map such hostnames with corresponding private IPs; also, we're quite not sure this is actually "crucial" for correct initial configuration):

{
 "DataDir": "RavenData",
 "License.Eula.Accepted": true,
 "Security.UnsecuredAccessAllowed": "PublicNetwork",
 "Setup.Mode": "Initial",
 "ServerUrl": "http://0.0.0.0:8080",
 "ServerUrl.Tcp": "tcp://0.0.0.0:38888"

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@maiorfi
Comment options

@ayende
Comment options

@maiorfi
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ayende
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants