zoukankan      html  css  js  c++  java
  • CDH- CDH大数据集群运维

    CDH前端CM监控不正常(未解决)

    Request to the Service Monitor failed. This may cause slow page responses. View the status of the Service Monitor.

    Request to the Host Monitor failed. This may cause slow page responses. View the status of the Host Monitor.

     

    检查event server 日志

    [root@ip-xxx cloudera-scm-eventserver]# pwd
    /var/log/cloudera-scm-eventserver
    [root@ip-xxx cloudera-scm-eventserver]# tail -f -n 1000 mgmt-cmf-mgmt-EVENTSERVER-ip-xxx.out

    日志显示

    2018-06-14 22:01:34,393 INFO com.cloudera.enterprise.ssl.SSLFactory: Using configured truststore for verification of server certificates in HTTPS communication.
    2018-06-14 22:01:34,814 INFO com.cloudera.cmf.BasicScmProxy: Using encrypted credentials for SCM
    2018-06-14 22:01:34,906 INFO com.cloudera.cmf.BasicScmProxy: Authenticated to SCM.
    2018-06-14 22:01:34,919 INFO com.cloudera.cmf.BasicScmProxy: Authentication to SCM required.
    2018-06-14 22:01:34,919 WARN com.cloudera.cmf.eventcatcher.server.EventCatcherService: No descriptor fetched from https://xxx:7183 on after 1 tries, sleeping...
    2018-06-14 22:01:36,990 INFO com.cloudera.cmf.BasicScmProxy: Using encrypted credentials for SCM
    2018-06-14 22:01:37,092 INFO com.cloudera.cmf.BasicScmProxy: Authenticated to SCM.
    2018-06-14 22:01:37,102 INFO com.cloudera.cmf.BasicScmProxy: Authentication to SCM required.
    2018-06-14 22:01:37,102 WARN com.cloudera.cmf.eventcatcher.server.EventCatcherService: No descriptor fetched from https://xxx:7183 on after 2 tries, sleeping...
    2018-06-14 22:01:39,169 INFO com.cloudera.cmf.BasicScmProxy: Using encrypted credentials for SCM
    2018-06-14 22:01:39,255 INFO com.cloudera.cmf.BasicScmProxy: Authenticated to SCM.
    2018-06-14 22:01:39,264 INFO com.cloudera.cmf.BasicScmProxy: Authentication to SCM required.
    2018-06-14 22:01:39,264 WARN com.cloudera.cmf.eventcatcher.server.EventCatcherService: No descriptor fetched from https://xxx:7183 on after 3 tries, sleeping...
    2018-06-14 22:01:41,340 INFO com.cloudera.cmf.BasicScmProxy: Using encrypted credentials for SCM
    2018-06-14 22:01:41,437 INFO com.cloudera.cmf.BasicScmProxy: Authenticated to SCM.
    2018-06-14 22:01:41,446 INFO com.cloudera.cmf.BasicScmProxy: Authentication to SCM required.
    2018-06-14 22:01:41,447 WARN com.cloudera.cmf.eventcatcher.server.EventCatcherService: No descriptor fetched from https://xxx:7183 on after 4 tries, sleeping...
    2018-06-14 22:01:43,512 INFO com.cloudera.cmf.BasicScmProxy: Using encrypted credentials for SCM
    2018-06-14 22:01:43,606 INFO com.cloudera.cmf.BasicScmProxy: Authenticated to SCM.
    2018-06-14 22:01:43,619 INFO com.cloudera.cmf.BasicScmProxy: Authentication to SCM required.
    2018-06-14 22:01:43,619 WARN com.cloudera.cmf.eventcatcher.server.EventCatcherService: No descriptor fetched from https://ip-172-31-2-173.cn-north-1.compute.internal:7183 on after 5 tries, sleeping...
    2018-06-14 22:01:45,620 ERROR com.cloudera.cmf.eventcatcher.server.EventCatcherService: Could not fetch descriptor after 5 tries, exiting.

     原因是我们使用的企业版的license过期,导致Cloudera Navigator不能使用,我们在TLS这里设置的等级涉及到收费功能,license过期导致不生效。

  • 相关阅读:
    云谷分布式端口扫描与代理验证系统(一)简介
    Linux 共享库:LD_LIBRARY_PATH 与ld.so.conf_爱过了就好_新浪博客
    分享:QT QJson库编译心得
    分享:Zed Attack Proxy 2.0 发布,Web 渗透测试
    LIBTOOL is undefined 解决方法
    linux下.a/.so/.la目标库区别
    LDAmath文本建模
    分享:SchemaCrawler 9.4 发布,数据库结构输出
    JQ也要面向对象~在JQ中扩展静态方法和实例方法
    将不确定变为确定~Flag特性的枚举是否可以得到Description信息
  • 原文地址:https://www.cnblogs.com/RzCong/p/9186471.html
Copyright © 2011-2022 走看看