Database Reference
In-Depth Information
"#ha.server_id=" : This is the Unique ID of each node that will par-
ticipate in the cluster. It should be an integer (1, 2, or 3).
"#ha.cluster_server=192.168.0.1:5001" ; this is the IP ad-
dress and port for communicating cluster status information with other
instances.
"#ha.server=192.168.0.1:6001" : This is the IP address and
port of the node for communicating transactional data with other in-
stances.
"#ha.initial_hosts=192.168.0.1:5001,192.168.0.2:5001 ":
This is a comma-separated list of the host port (ha.cluster_server), where
all nodes will be listening. This would be the same for all nodes particip-
ating in the same cluster.
"#remote_shell_enabled=true" : Enable this property for con-
necting the server remotely through Shell.
"#remote_shell_host=127.0.0.1" : Enable this property and
provide the IP address where the remote shell will be listening.
"#remote_shell_port=1337" : Enable this property and provide
the port at which the shell will listen. You can keep it as default in case
the default port is not being used by any other process.
7. Open the <$NEO4J_HOME>\bin directory and double-click on Neo4j.bat
and you are done. Stop the server by typing Ctrl + C .
8. Browse http://<IP>:7474/browser/ for interactive shell or browse ht-
tp://<IP>:7474/webadmin/ to perform administrative operations or to
analyze server statistics.
Search WWH ::




Custom Search