gp安裝手冊
問題補充:
問題一:root使用者登入,檢視selinuxstatus
**sestatus**
如果不是disabled,則需要修改引數:
**vi /etc/selinux/config**
修改
**selinux=disabled**
關閉防火牆 ,因為是centos7,預設防火牆為firewall,先檢視
****systemctl status firewalld****
如果為關閉狀態則顯示如下:
否則執行命令:
**systemctl stop firewalld
systemctl disable firewalld**
問題二:
1、交換秘鑰,建立信任,命令報錯:gpssh-exkeys:未找到命令
解決辦法:
1、執行這個的前提是正確執行了安裝包解壓後並建立連線;
2、 執行命令:
source /usr/local/greenplum/greenplum-db/greenplum_path.sh(重要)
3、執行之前需要先建立好ssh免密登入
問題二:執行greenplum的bin檔案過程中提示
gzip:stdin:unexpected end of file
tar :unexpected eof in archive
tar:error is not recoverable:excting now
引起原因,greenplum-db-5.10.2-rhel6-x86_64.bin檔案損壞,複製的檔案不完整
解決辦法:建共享資料夾
問題三: 在執行語句gpseginstall -f /opt/gpinit/all_host -u gpadmin -p gpadmin #// 批量安裝,提示 importerror:no module named site
解決辦法:安裝pythonde 工具tkinter庫
sudo yum install python-tools
Greenplum簡明手冊
su gpadmin gpstart 正常啟動 gpstop 正常關閉 gpstop m fast 快速關閉 gpstop r 重啟 正常登陸 psql gpdb psql d gpdb h gphostm p 5432 u gpadmin 使用utility方式 pgoptions c gp se...
greenplum集群安裝部署
greenplum集群部署 所有節點上執行 關閉防火牆 systemctl stop firewalld systemctl disable firewalld vim etc selinux config selinux disabled 修改hostname hostname gp master...
單機安裝Greenplum的小結
總的流程參照同事的文章總算安裝上了,哈哈。也有其他同事的幫助,在此表示感謝。安裝過程中出現了一些錯誤,小結一下 安裝環境 centos 6.5 1 ssh connect to host localhost port 22 connection refused ssh服務沒有啟動,service s...