【问题标题】:DataStax OpsCenter not starting on centos dse clusterDataStax OpsCenter 未在 centos dse 集群上启动
【发布时间】:2013-10-30 10:24:12
【问题描述】:

我正在尝试设置具有 5 个节点的 cassandra 集群。我已经在所有节点上安装了dse,并通过命令在所有节点上启动了dse。

sudo 服务 dse 启动

dse 在所有节点上运行良好。

现在我正在尝试按照http://www.datastax.com/documentation/opscenter/3.2/webhelp/index.html#opsc/install/../../opsc/install/opscInstallRHEL_t.html 配置 opscenter

当我执行“sudo service opscenterd start”时,它启动没有任何问题,甚至日志也没有显示任何问题。

但是当我尝试执行“netstat -a | grep 8888”时,它没有显示任何监听器。

谁能帮我找出问题?

谢谢, 杰尼什

【问题讨论】:

    标签: cassandra datastax-enterprise datastax opscenter


    【解决方案1】:

    我会首先确定服务是否确实正在启动。当您说您检查了日志时,是 /var/log/messages 还是 opscenter 日志?我会检查两者。

    接下来我会看看它是否继续运行。您还可以使用

    检查正在运行的进程
    ps -eaf | grep opscenterd
    

    如果一切都在运行但没有在正确的端口上侦听,您应该检查您的 opscenterd.conf 文件以获取正确的端口和接口:

    [webserver]
    port = 8888
    interface = 127.0.0.1
    

    请注意,您的接口定义可能不同 - 例如,它可能是 0.0.0.0,表示绑定到所有接口(而不仅仅是上面的 localhost),但您应该验证它是否适合您的环境。

    【讨论】:

      猜你喜欢
      • 2018-12-28
      • 2014-04-20
      • 2018-12-31
      • 2016-06-26
      • 2017-08-02
      • 2017-03-03
      • 2017-10-17
      • 1970-01-01
      • 2014-02-22
      相关资源
      最近更新 更多