中国黑防联盟

linux系统使用命令维护RHCS的方法

中国黑防联盟 电脑使用教程 2024-04-28 20:45:21 0
  RHCS是红帽系统中的一个集群,在RHCS中集成了不少有用的工具。红帽的这些工具,在其他Linux系统中也是可以使用的。当然RHCS作为这些工具的合集也是需要一些维护的。本文就来介绍一下linux系统使用命令维护RHCS的方法。 linux系统使用命令维护RHCS的方法   1. 查看集群状态   clustat   cman_tool status   cman_tool nodes -a   下面是这些命令查询的显示结果示例:   #1.1 clustat查看集群状态(最常用)   在节点1查看的,状态中的Local就在节点1上显示。   # clustat   Cluster Status for new_cluster @ Tue Sep 1 12:23:09 2015   Member Status: Quorate   Member Name ID Status   ------ ---- ---- ------   heartdb1 1 Online, Local, rgmanager   heartdb2 2 Online, rgmanager   Service Name Owner (Last) State   ------- ---- ----- ------ -----   service:orares heartdb1 started   #1.2 cman_tool status 查看   # cman_tool status   Version: 6.2.0   Config Version: 18   Cluster Name: new_cluster   Cluster Id: 23732   Cluster Member: Yes   Cluster Generation: 432   Membership state: Cluster-Member   Nodes: 2   Expected votes: 1   Total votes: 2   Quorum: 1   Active subsystems: 8   Flags: 2node Dirty   Ports Bound: 0 177   Node name: heartdb1   Node ID: 1   Multicast addresses: 239.192.92.17   Node addresses: 192.168.1.1   #1.3 cman_tool 查看nodes信息   # cman_tool nodes -a   Node Sts Inc Joined Name   1 M 404 2015-08-03 17:52:20 heartdb1   Addresses: 192.168.1.1   2 M 432 2015-09-01 14:32:27 heartdb2   Addresses: 192.168.1.2