Hi everybody, I have set up neo4j HA by following the steps given at " http://neo4j.com/docs/stable/ha-setup-tutorial.html#_configure_ha_related_settings_for_each_installation "
I have implemented instructions given only for "setting up production cluster" I have three machines each with 4 processors and 4 GB RAM. I have configured all the steps in all the machines in neo4j.properties and neo4j-server.properties file. And in first machine i have imported small data, but i can't see any database in the other two machines after importing. Is it that all write and read operations are done only from the machine on which we have imported? I am assuming that, if some data import is done on machine A, the imported database can also be accessed from Machine B and C. Is that correct? Kindly somebody give some clarification on this In the following line, #ha.initial_hosts = 192.168.0.20:5001,192.168.0.21:5001,192.168.0.22:5001 I did not change port numbers (5001) with my machine IP's. Do i have to change it? -- Thanks in advance Pavan -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
