CentOS4.6 安装配置 GFS

2008-08-28,星期四 | 分类:Linux, Redhat/CentOS | 标签: | 518 Views

在 /etc/hosts 文件添加:
192.168.0.171 centos4-1
192.168.0.172 centos4-2

添加 yum 源
cd /etc/yum.repos.d/
wget http://mirror.centos.org/centos/4/csgfs/CentOS-csgfs.repo

更新系统
yum -y update

安装 Red Hat Cluster Suite with DLM 所需要的包:
yum install ccs cman-kernel-smp dlm dlm-kernel-smp fence iddev magma magma-plugins gulm perl-Net-Telnet

安装 Red Hat GFS 所需要的包:
yum install GFS GFS-kernel-smp lvm2-cluster
全文阅读 »