日期:2014-05-16  浏览次数:20441 次

Greenplum环境安装配置步骤
1、环境准备
服务器分配
192.168.100.101--mdw
192.168.100.11--smdw
192.168.100.12--sdw1
192.168.100.13--sdw2

ms1与ms2之间的心跳ip配置
10.10.10.1--mdw
10.10.10.2--smdw

2、修改hosts文件(所有主机hosts文件必须全部修改)

vi /etc/hosts
192.168.100.101 mdw
192.168.100.11 smdw
192.168.100.12 sdw1
192.168.100.13 sdw2

3、关闭iptables和selinux
[root@mdw ~]# service iptables stop
[root@mdw ~]#
[root@mdw ~]#
[root@mdw ~]#
[root@mdw ~]#
[root@mdw ~]# chkconfig iptables --list
iptables        0:鍏抽棴        1:鍏抽棴        2:鍏抽棴        3:鍏抽棴        4:鍏抽棴        5:鍏抽棴        6:鍏抽棴
[root@mdw ~]# export LANG=zh_CN
[root@mdw ~]# chkconfig iptables --list
iptables        0:关闭  1:关闭  2:关闭  3:关闭  4:关闭  5:关闭  6:关闭

[root@mdw ~]# cat /etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.