安装neo4j高可用集群,抓图安装过程

http://www.ibm.com/developerworks/cn/java/j-lo-neo4j/

Step1.下载neo4j商业版并解压,复制为neo4j01,neo4j02,neo4j03

Step2.修改neo4j.properties 文件和neo4j-server.properties文件,

按照neo4j manual上面的要求修改即可.

The following settings should be configured for each Neo4j installation.

Neo4j instance #—~/neo4j-

conf/neo4j.properties:

Unique server id for this Neo4j instance

can not be negative id and must be unique

ha.server_id = 

IP and port for this instance to bind to for communicating data with the

other neo4j instances in the cluster.

ha.server = 127.0.0.1:

online_backup_server = 127.0.0.1:

IP and port for this instance to bind to for communicating cluster information

with the other neo4j instances in the cluster.

ha.cluster_server = 127.0.0.1:

List of other known instances in this cluster

ha.initial_hosts = 127.0.0.1:,127.0.0.1:,127.0.0.1:

conf/neo4j-server.properties

database location

org.neo4j.server.database.location=data/graph.db

http port (for all data, administrative, and UI access)

org.neo4j.server.webserver.port=

High Availability

https port (for all data, administrative, and UI access)

org.neo4j.server.webserver.https.port=

HA - High Availability

SINGLE - Single mode, default.

org.neo4j.server.database.mode=HA

Neo4j instance #—~/neo4j-

conf/neo4j.properties:

Unique server id for this Neo4j instance

can not be negative id and must be unique

ha.server_id = 

IP and port for this instance to bind to for communicating data with the

other neo4j instances in the cluster.

ha.server = 127.0.0.1:

online_backup_server = 127.0.0.1:

IP and port for this instance to bind to for communicating cluster information

with the other neo4j instances in the cluster.

ha.cluster_server = 127.0.0.1:

List of other known instances in this cluster

ha.initial_hosts = 127.0.0.1:,127.0.0.1:,127.0.0.1:

conf/neo4j-server.properties

database location

org.neo4j.server.database.location=data/graph.db

http port (for all data, administrative, and UI access)

org.neo4j.server.webserver.port=

https port (for all data, administrative, and UI access)

org.neo4j.server.webserver.https.port=

HA - High Availability

SINGLE - Single mode, default.

org.neo4j.server.database.mode=HA

Neo4j instance #—~/neo4j-

conf/neo4j.properties:

Unique server id for this Neo4j instance

can not be negative id and must be unique

ha.server_id = 

IP and port for this instance to bind to for communicating data with the

other neo4j instances in the cluster.

ha.server = 127.0.0.1:

online_backup_server = 127.0.0.1:

IP and port for this instance to bind to for communicating cluster information

with the other neo4j instances in the cluster.

ha.cluster_server = 127.0.0.1:

List of other known instances in this cluster

ha.initial_hosts = 127.0.0.1:,127.0.0.1:,127.0.0.1:

conf/neo4j-server.properties

database location

High Availability

org.neo4j.server.database.location=data/graph.db

http port (for all data, administrative, and UI access)

org.neo4j.server.webserver.port=

https port (for all data, administrative, and UI access)

org.neo4j.server.webserver.https.port=

HA - High Availability

SINGLE - Single mode, default.

org.neo4j.server.database.mode=HA

Step3:启动

[student@NameNode ~]$ neo4je03/bin/neo4j start

WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.

Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled

Starting Neo4j Server...WARNING: not changing user

HA instance started in process [7462]. Will be operational once connected to peers. See /home/student/neo4je03/data/log/console.log for current status.

[student@NameNode ~]$ jps

7475 Jps

7462 Bootstrapper

[student@NameNode ~]$

Neo4j 高可用集群安装的更多相关文章

  1. ActiveMQ 高可用集群安装、配置(ZooKeeper + LevelDB)

    ActiveMQ 高可用集群安装.配置(ZooKeeper + LevelDB) 1.ActiveMQ 集群部署规划: 环境: JDK7 版本:ActiveMQ 5.11.1 ZooKeeper 集群 ...

  2. Redis Cluster 4.0高可用集群安装、在线迁移操作记录

    之前介绍了redis cluster的结构及高可用集群部署过程,今天这里简单说下redis集群的迁移.由于之前的redis cluster集群环境部署的服务器性能有限,需要迁移到高配置的服务器上.考虑 ...

  3. Hadoop完全高可用集群安装

    架构图(HA模型没有SNN节点) 用vm规划了8台机器,用到了7台,SNN节点没用   NN DN SN ZKFC ZK JNN RM NM node1 *     *         node2 * ...

  4. 基于zookeeper(集群)+LevelDB的ActiveMq高可用集群安装、配置、测试

    一. zookeeper安装(集群):http://www.cnblogs.com/wangfajun/p/8692117.html  √ 二. ActiveMq配置: 1. ActiveMq集群部署 ...

  5. 一、k8s介绍(第一章、k8s高可用集群安装)

    作者:北京小远 出处:http://www.cnblogs.com/bj-xy/ 参考课程:Kubernetes全栈架构师(电脑端购买优惠) 文档禁止转载,转载需标明出处,否则保留追究法律责任的权利! ...

  6. 三、k8s集群可用性验证与调参(第一章、k8s高可用集群安装)

    作者:北京小远 出处:http://www.cnblogs.com/bj-xy/ 参考课程:Kubernetes全栈架构师(电脑端购买优惠) 文档禁止转载,转载需标明出处,否则保留追究法律责任的权利! ...

  7. MHA高可用集群安装配置

    4台服务器 192.168.136.128 主 192.168.136.129 从 192.168.136.130 从 192.168.136.131 管理服务器 一主2从,一管理,安装mysql并配 ...

  8. Hadoop 2.6.0+ZooKeeper+Hive HA高可用集群安装

    http://blog.csdn.net/totxian/article/details/45248399

  9. 集群相关、用keepalived配置高可用集群

    1.集群相关 2.keepalived相关 3.用keepalived配置高可用集群 安装:yum install keepalived -y   高可用,主要是针对于服务器硬件或服务器上的应用服务而 ...

随机推荐

  1. windbg sos加载相关

    使用windbg 加载sos.dll时,经常碰到报The call to LoadLibrary(C:\Windows\Microsoft.NET\Framework\v4.0.30319\sos.d ...

  2. Mongodb 语法,update,insert,delete,find

    ---恢复内容开始--- db.Users.update({OrganizationCode:"Global"},{$set:{OrganizationCode:"Fre ...

  3. Windows程序==>>使用ListView控件展示数据

    使用ListView控件展示数据 01.ImageList控件 1.了解了解         属性 说明 Images 储存在图像列表中的所有图像 ImageSize 图像列表中图像的大小 Trans ...

  4. 自定义View_1_关于View,ViewGroup的测量和绘制流程

    自定义View(1) ------ 关于View,ViewGroup的测量和绘制流程 在Android当中,自定义控件属于比较高级的知识体系,今天我们就一起研究研究关于自定义View的那点事,看看它到 ...

  5. HTML · 图片热点,网页划区,拼接,表单

    图片热点: 规划出图片上的一个区域,可以做出超链接,直接点击图片区域就可以完成跳转的效果. 网页划区: 在一个网页里,规划出一个区域用来展示另一个网页的内容. 网页的拼接: 在一个网络页面内,规划出多 ...

  6. js中获取css属性

    直接获取 window.onload = function() { var but = document.getElementById('button'); var div = document.ge ...

  7. javascript-this,call,apply,bind简述2

    上节我们一起研究了this这个小兄弟,得出一个结论,this指向调用this所在函数(或作用域)的那个对象或作用域.不太理解的朋友可以看看上节的内容,这次我们主要探讨一下call(),apply(), ...

  8. Atitit. Xss 漏洞的原理and应用xss木马

    Atitit. Xss 漏洞的原理and应用xss木马 1. XSS漏洞1 2. XSS的用途2 2.1. 盗取cookie2 2.2. 刷新流量 刷分3 2.3. DOS 窃取隐私”.“假冒身份”. ...

  9. iOS打包ipa select a method for export几个选项的意思

    他们的意思分别为:Save for iOS App Store Deployment保存到本地 准备上传App Store 或者在越狱的iOS设备上使用,需要提供发布证书
Save for Ad Ho ...

  10. IOS 杂笔-2(协议)

    1.协议的定义 @protocol 协议名称 <NSObject> //方法声明列表 @end; 2.如何遵守协议 (1)类遵守协议 @protocol 类名:父类名 <协议名称1, ...