Database Reference
In-Depth Information
~/n4jia/clusterexample/machine01
~/n4jia/clusterexample/machine02
~/n4jia/clusterexample/machine03
4 .
Within each machine's base directory, locate the conf/neo4j-server.properties file and
ensure the following properties are set:
Property name
machine01
machine02
machine03
org.neo4j.server.webserver.port
7471
7472
7473
org.neo4j.server.webserver.https.port
7481
7482
7483
org.neo4j.server.database.mode
HA
HA
HA
5 .
Within each machine's base directory, locate the conf/neo4j.properties file and ensure
that the following properties are set:
Property name
machine01
machine02
machine03
ha.server_id
1
2
3
ha.server
127.0.0.1:6001 127.0.0.1:6002 127.0.0.1:6003
online_backup_server
127.0.0.1:6321 127.0.0.1:6322 127.0.0.1:6323
ha.cluster_server
127.0.0.1:5001 127.0.0.1:5002 127.0.0.1:5003
ha.initial_hosts
127.0.0.1:5001 127.0.0.1:5002 127.0.0.1:5003
Startup and verify
Follow these steps to start up and verify your servers:
1 . Startuptheserversineachdirectorybyissuingthestartcommandasshownbelow:
~/n4jia/clusterexample/machine01)$ bin/neo4j start
~/n4jia/clusterexample/machine02)$ bin/neo4j start
~/n4jia/clusterexample/machine03)$ bin/neo4j start
Search WWH ::




Custom Search