greenplum command center gpcc安装文档

gpcc,gp的web管理界面,能够查看会话,机器状态,资源用量,历史记录,segment状态,存储状况,设置hba(Host-Based Authentication)。web

 

安装

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/