❶ 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