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/
相關文章
相關標籤/搜索