【问题标题】:OpsCenter 6.7.7 won't manage an existant cassandra cluster (dse 6.7.7) running on: redhat 7.6 MaipoOpsCenter 6.7.7 不会管理在以下平台上运行的现有 cassandra 集群 (dse 6.7.7):redhat 7.6 Maipo
【发布时间】:2020-05-14 01:12:21
【问题描述】:

我在使用全新的 OpsCenter 6.7.7 时遇到了问题;当我单击“管理现有”集群时,我收到以下错误消息:

Meld execution failed: OS platform (Red Hat Enterprise Linux Server, 7.7, Maipo) is not supported for DSE . If absolutely necessary, this can be turned off with the disable_platform_check configuration setting. {:name "myserver.domain.name", . . .

我将以下内容添加到我的 opscenterd.conf:

[lifecycle_manager]
disable_platform_check =  False

但不幸的是,这确实解决了代理投诉,但不是 LCM 管理问题:/

欢迎任何建议。

韩国,

【问题讨论】:

    标签: cassandra datastax datastax-enterprise cassandra-3.0 opscenter


    【解决方案1】:

    您需要确保您拥有latest definitions downloaded

    您的文件platforms.edn(在安装包中的/var/lib/opscenter/definitions 中)应包含以下信息:

     "5.1.0" {"debian" ["8.x" "9.x"]
              "ubuntu" ["12.04" "14.04" "16.04" "18.04"]
              "red hat enterprise" ["6.7.x" "6.8.x" "6.9.x" "6.10.x" "7.1.x" "7.2.x"
                                    "7.3.x" "7.4.x" "7.5.x" "7.6.x" "7.7.x"]
              "oracle" ["6.9.x" "7.4.x" "7.6.x"]
              "centos" ["6.7.x" "6.8.x" "6.9.x" "6.10.x" "7.1.x" "7.2.x" "7.3.x"
                        "7.4.x" "7.5.x" "7.6.x" "7.7.x"]
              "amazon" ["2016.09" "2017.03" "2017.09" "2018.09" "2"]}
    

    【讨论】:

    • 谢谢,我做了同样的事情,它解决了我的问题,但我没有花时间发布它;无论如何,谢谢你的帮助:)
    【解决方案2】:

    为了“修复”这个问题,我必须更新 OpsCenter 定义;我只是按照官方程序Here.

    基本上:

    • 停止 opscenter 服务
    • 备份您当前的定义文件夹(以防回滚但不是强制性的)
    • 下载最新的definition.tar.gz archive
    • 提取档案
    • 启动 opscenter 服务

    就是这样:)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-10-30
      • 2014-12-30
      • 2018-12-28
      • 2015-05-03
      • 2017-01-30
      • 2013-02-24
      • 2013-09-15
      • 1970-01-01
      相关资源
      最近更新 更多