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/
posted @   imklutz  阅读(988)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示