# 打包 [gpadmin@test-4 ~]$ cd /opt/gp/greenplum/ [gpadmin@test-4 greenplum]$ tar -cf gp.tar greenplum-db-6.9.0/ # other节点创建目录 [gpadmin@test-4 greenplum]$ gpssh -f ~/other_hosts => mkdir -p /opt/gp/greenplum [gp10g_4] [gp10g_6] => mkdir -p /opt/gp/gpdata [gp10g_4] [gp10g_6] # scp到other节点 [gpadmin@test-4 greenplum]$ gpscp -f ~/other_hosts gp.tar =:/opt/gp/greenplum/ # 解包 [gpadmin@test-4 greenplum]$ gpssh -f ~/other_hosts => cd /opt/gp/greenplum/ [gp10g_4] [gp10g_6] => tar -xf gp.tar [gp10g_4] [gp10g_6] => ln -s ./greenplum-db-6.9.0 greenplum-db [gp10g_4] [gp10g_6]