由于145/147一起是一个集群,145是磁盘节点(保存有集群元数据),所以需要先启145的磁盘节点,再启动147的内存节点
147内存节点会在启动时去145磁盘节点上下载元数据
在145/147上分别执行
在disc主机上
[root@localhost sbin]# cdmq
[root@localhost sbin]# ./rabbitmq-server &
然后在ram主机上
[root@localhost sbin]# cdmq
[root@localhost sbin]# ./rabbitmq-server &
这样,集群就启动成功了。
注意,一定要先启动disc节点,再启动ram节点。因为内存节点在启动时要去disc节点读取集群的“元数据”信息。
147内存节点会在启动时去145磁盘节点上下载元数据
在145/147上分别执行
在disc主机上
[root@localhost sbin]# cdmq
[root@localhost sbin]# ./rabbitmq-server &
然后在ram主机上
[root@localhost sbin]# cdmq
[root@localhost sbin]# ./rabbitmq-server &
这样,集群就启动成功了。
注意,一定要先启动disc节点,再启动ram节点。因为内存节点在启动时要去disc节点读取集群的“元数据”信息。