博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
tigase 集群配置
阅读量:5931 次
发布时间:2019-06-19

本文共 2336 字,大约阅读时间需要 7 分钟。

  hot3.png

集群配置

直接贴配置现在2台机器,s3-1,s3-4

s3-1配置

config-type=--gen-config-def--cluster-mode = true--cluster-nodes = s3-1.g.com:5333,s3-4.g.com:5333--cluster-connect-all = true--admins=admin@g.com--virt-hosts=g.com--debug=server,xmpp.impl,db,cluster--monitoring=jmx:9050,http:9080,snmp:9060--user-db=mysql--user-db-uri=jdbc:mysql://192.168.1.15:3306/tigasedb?user=tigase&password=tigase&useUnicode=true&characterEncoding=UTF-8&autoCreateUser=true--comp-name-1=message-archive--comp-class-1=tigase.archive.MessageArchiveComponentmessage-archive/archive-repo-uri=jdbc:mysql://192.168.1.15:3306/tigasedb?user=tigase&password=tigase&useUnicode=true&characterEncoding=UTF-8--sm-plugins=+message-archive-xep-0136sess-man/plugins-conf/message-archive-xep-0136/component-jid=message-archive@s3-1sess-man/plugins-conf/message-archive-xep-0136/default-store-method=bodysess-man/plugins-conf/message-archive-xep-0136/required-store-method=body

s3-4
config-type=--gen-config-def--cluster-mode = true--cluster-nodes = s3-1.g.com:5333,s3-4.g.com:5333--cluster-connect-all = true--admins=admin@g.com--virt-hosts=g.com--debug=server,xmpp.impl,db,cluster--monitoring=jmx:9050,http:9080,snmp:9060--user-db=mysql--user-db-uri=jdbc:mysql://192.168.1.15:3306/tigasedb?user=tigase&password=tigase&useUnicode=true&characterEncoding=UTF-8&autoCreateUser=true--comp-name-1=message-archive--comp-class-1=tigase.archive.MessageArchiveComponentmessage-archive/archive-repo-uri=jdbc:mysql://192.168.1.15:3306/tigasedb?user=tigase&password=tigase&useUnicode=true&characterEncoding=UTF-8--sm-plugins=+message-archive-xep-0136sess-man/plugins-conf/message-archive-xep-0136/component-jid=message-archive@s3-1sess-man/plugins-conf/message-archive-xep-0136/default-store-method=bodysess-man/plugins-conf/message-archive-xep-0136/required-store-method=body

注意集群要通,要确保主机名能相互访问,比如ping s3-4;

特别是用的虚拟主机,如果不通可以配下host

2.修改/etc/hosts里面的名字 # vi /etc/hosts # Do not remove the following line, or various programs# that require network functionality will fail.127.0.0.1               localhost.localdomain localhost::1             localhost6.localdomain6 localhost6192.168.1.26  s3-1192.168.1.28  s3-4

配置参考:

另外如果配置“cluster port”,作用是在已有的集群里添加,新服务器的时候,已有的服务器,不用任何动作;

集群策略

默认为集群策略说明,;要应用的时候多看看,这个策略不是做大量用户的;

另外还有个商业化组件,需要购买license(它妹的上当了)

这快还没真正使用,还得在研究研究,

转载于:https://my.oschina.net/greki/blog/224596

你可能感兴趣的文章
数值积分中的辛普森方法及其误差估计
查看>>
Web service (一) 原理和项目开发实战
查看>>
跑带宽度多少合适_跑步机选购跑带要多宽,你的身体早就告诉你了
查看>>
广平县北方计算机第一届PS设计大赛
查看>>
深入理解Java的接口和抽象类
查看>>
java与xml
查看>>
Javascript异步数据的同步处理方法
查看>>
快速排序——Java
查看>>
iis6 zencart1.39 伪静态规则
查看>>
SQL Server代理(3/12):代理警报和操作员
查看>>
基于事件驱动的DDD领域驱动设计框架分享(附源代码)
查看>>
Linux备份ifcfg-eth0文件导致的网络故障问题
查看>>
2018年尾总结——稳中成长
查看>>
行列式的乘法定理
查看>>
JFreeChart开发_用JFreeChart增强JSP报表的用户体验
查看>>
度量时间差
查看>>
MySQL 5.6为什么关闭元数据统计信息自动更新&统计信息收集源代码探索
查看>>
apache prefork模式优化错误
查看>>
jmeter高级用法例子,如何扩展自定义函数
查看>>
通过jsp请求Servlet来操作HBASE
查看>>