Greenplum-cc-web监控软件安装时常见错误

 错误error: 
1.no pg_hba.conf entry for host “::1”, user “gpmon”, database “gpperfmon”, SSL off 
解决:

vi pg_hba.conf增加:
     host    gpperfmon   gpmon           ::1/128    trust (此处的trust应该为md5,否则后面会报错)

2.error: 在安装workload manaager报错,按提示查看日志,发现一台机器crontab 没安装 
解决:

yum install vixie-cron

3.登陆web提示:trust login is disabled.trust user gpmon is not allowed to login Command Center 
描述: 
psql -d gpperfmon -U gpmon -W 输入密码可以正常登陆 
查看日志:/home/greenplum-4.3-cc/instances/gpcc2/logs/gpmonws.log 
我們從日志“Trust login not allowed. User gpmon has trust login enabled”可以看出, 
gpmon是不容許Trust方式登錄的,因爲GP監控實例配置文件gpperfmonui.conf中默認配置allow_trust_logon=False, 
指不容許Trust方式登錄。 
修改pg_hba.conf将其中的trust修改为md5

  host     all         gpmon         127.0.0.1/28    md5
  host    gpperfmon       gpmon   ::1/128         md5
  host    gpperfmon       gpmon   192.168.151.0/24        md5
  这里gpmon用户是不允许trust链接的,但是针对gpadminIII的使用,对于151段的配置还是可以使用trust,不冲突
  host     all         all             192.168.151.0/24   trust
时间: 2024-10-05 05:07:46

Greenplum-cc-web监控软件安装时常见错误的相关文章

PHP编译安装时常见错误解决办法,php编译常见错误

PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa

linux编译安装时常见错误解决办法

linux编译安装时常见错误解决办法 This article is post on https://coderwall.com/p/ggmpfa 原文链接:http://www.bkjia.com/PHPjc/1008013.html configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution复制代码 代码如下:yum -y install libxslt-devel c

PHP编译安装时常见错误解决办法

This article is post on https://coderwall.com/p/ggmpfa configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 代码如下: yum -y install libxslt-devel configure: error: Could not find net-snmp-config binary. Please chec

在安装软件CAJViewer时出现,“错误1327。无效驱动器:F:

解决办法:DOS中输入如下命令: [plain] view plaincopy subst F: %TEMP% 回车退出即可,必要时重启电脑. 软件安装成功之后可以运行以下命令,将该虚拟分区删除: [plain] view plaincopy subst F: /D 在安装软件CAJViewer时出现,"错误1327.无效驱动器:F:

WAVSEP在Linux系统中部署时常见错误

使用Tomcat部署时常见错误 环境:Debian7 , tomcat7, WAVSEP v1.5 安装时提示: javax.servlet.ServletException: java.sql.SQLException: Database 'db/WavsepConfigDB'  not found 原因: tomat用户没有写入根目录的权限. 解决办法: 以root身份运行,在根目录建立db目录并将所有权授予tomcat用户. #mkdir /db #chown -R tomcat:tomc

在windows7中VMware安装时出现错误:

问题很简单,解决方法: 1.请先关机(这时不能重新启动),开机: 2.进入BIOS窗口: 3.里面有一个config-CPU,进入里面有两个disable,将其改成enable: 4.F10保存,启动: OK 在windows7中VMware安装时出现错误:,布布扣,bubuko.com

AppScan安装时出现错误1603

一.AppScan安装时出现错误1603. 是因为之前安装过,没有卸载干净导致报错.解决方法如下: 1.控制面板→程序和功能→选中程序卸载. 2.删除AppScan安装路径以及下面的所有内容. 3.在系统[开始]->[运行(R)...]中,运行命令regedit来删除全部注册键(如果存在的话),以及下列的子 键: A.HKEY_LOCAL_MACHINE\SOFTWARE\IBM\ RationalAppScan B.HKEY_CURRENT_USER\Software\IBM\ Rationa

linux 编译安装php及编译安装mysql常见错误总结及解决办法

一.编译安装php常见错误总结及解决办法 错误 1checking for xml2-config path…configure: error: xml2-config not found. Please check your libxml2 installation.解决办法:# yum -y install libxml2-devel 错误 2 checking for BZip2 in default path… not foundconfigure: error: Please rein

ElasticSearch 安装时一些错误以及解决方法

第1章 ElasticSearch 安装时一些错误以及解决方法 1.1 JDK版本问题 1.1.1 问题: [2020-01-16T09:26:22,296][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [node-1] uncaught exception in thread [main] org.elasticsearch.bootstrap.StartupException: org.elasticsearch.common.in