❶ linux里面的crmsh里面crm status怎么刷新
代码如下 复制代码
[root@node1 corosync]# crm
crm(live)# help
This is crm shell, a Pacemaker command line interface.
Available commands:
cib manage shadow CIBs //cib沙盒
resource resources management //所有的资源都在这个子命令后定义
configure CRM cluster configuration //编辑集群配置信息
node nodes management //集群节点管理子命令
options user preferences //用户优先级
history CRM cluster history //命令历史记录
site Geo-cluster support
ra resource agents information center //资源代理子命令(所有与资源代理相关的程都在此命令之下)
status show cluster status //显示当前集群的状态信息
help,? show help (help topics for list of topics)//查看当前区域可能的命令
end,cd,up go back one level //返回第一级crm(live)
quit,bye,exit exit the program //退出crm(live)交互模式
❷ 如何让linux系统支持crm命令
可以通过以下命令查询crm所在的安装包,
# yum provides /*/crm
在fedora21上的结果如下,
crm114-0-8.14.20100106.fc21.x86_64 : Controllable Regex Mutilator: multi-method content classifier and filter
Repo : fedora
Matched from:
Filename : /usr/bin/crm
... ...
等等,
然后通过安装相应的安装包就可以了,这里就是安装crm114,
# yum install crm114 -y