首页 > 其他 > 详细

greenplum command center gpcc安装文档

时间:2018-05-10 16:23:35      阅读:179      评论:0      收藏:0      [点我收藏+]

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安装文档

原文:https://www.cnblogs.com/chenminklutz/p/9020050.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!