首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >与客户关系管理系统( crm )等效的cor产c/Pacemaker命令

与客户关系管理系统( crm )等效的cor产c/Pacemaker命令
EN

Unix & Linux用户
提问于 2017-12-31 05:04:53
回答 1查看 1.6K关注 0票数 1

我知道crm实用命令已经成为人们管理集群的首选方法。现在,它被废弃了,我们被告知要使用pcs实用程序命令,这些命令应该做我们过去使用crm时所做的所有事情。

现在,我麻烦的是找到个人电脑的等效命令;

crm node attribute <node_name> set <resource_name> <some_parameters>

如果我尝试使用pcs节点,则没有任何这样的命令集可用。

我在CentOS 7.2版本&使用Percona主从集群。

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2018-01-02 16:27:23

真的吗?我在PCS版本0.9.158 (CentOS 7.4)中有:

代码语言:javascript
复制
# pcs node attribute --help

Usage: pcs node <command>
    attribute [[<node>] [--name <name>] | <node> <name>=<value> ...]
        Manage node attributes.  If no parameters are specified, show attributes
        of all nodes.  If one parameter is specified, show attributes
        of specified node.  If --name is specified, show specified attribute's
        value from all nodes.  If more parameters are specified, set attributes
        of specified node.  Attributes can be removed by setting an attribute
        without a value.

而且,crmsh也不受欢迎。它仍然是一个活跃的项目:https://github.com/ClusterLabs/crmsh

票数 3
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/413934

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档