greenplum command center gpcc安装文档
Posted 哟、写bug呢!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了greenplum command center gpcc安装文档相关的知识,希望对你有一定的参考价值。
gpcc,gp的web管理界面,可以查看会话,机器状态,资源用量,历史记录,segment状态,存储情况,设置hba(Host-Based Authentication)。
安装
su - root unzip greenplum-cc-web-3.3.0-x86_64.zip ./greenplum-cc-web-3.3.0-x86_64.bin chown -R gpadmin:gpadmin /usr/local/greenplum-cc-web* su - gpadmin echo ‘ source /usr/local/greenplum-cc-web/gpcc_path.sh ‘ >> ~/.bash_profile source ~/.bash_profile gpperfmon_install --port 5432 --enable --password gpmon gpstop -a -r -M fast gpcmdr --setup # 初始化一个实例,按里边的说明 gpcmdr --start
然后访问 http://10.0.0.2:28080/
以上是关于greenplum command center gpcc安装文档的主要内容,如果未能解决你的问题,请参考以下文章
如何安装greenplum,它犯了“gpssh-exkeys -f /home/gpadmin/conf/hostlist bash: gpssh-exkeys: command not found.