GPFS安装手册.doc
文本预览下载声明
目录
GPFS 基本安装过程 1
GPFS performance and Infiniband: 4
adding extra subnets(可选): 6
与LUSTRE文件系统共存环境搭建: 7
Gpfs 基本卸载过程 8
GPFS 基本安装过程
同步所有服务器时间,系统时间
准备并安装rpm包,升级包
准备依赖包,cp -rf /root/GPFS/6 /var/cache/yum/x86_64/
yum -y install rsh ; yum -y install libc.so.6 ; yum -y install ksh ; yum -y install libstdc++.so.5; yum -y install compat-libstdc++-33-3.2.3-69.el6.x86_64
cd /root/GPFS;rpm -ivh *.rpm ; rpm -Uvh update/*.rpm
Linux客户端ssh无密码登录
ssh-keygen -t rsa
会创建/root/.ssh/id-ras.pub id-ras
公钥:/root/.ssh/id-ras.pub
私钥:/root/.ssh/id-ras
把公钥复制到authorized_keys ,并复制/root/.ssh到所有机器上的/root/目录.
If your GPFS cluster is configured to use SSH/SCP, it is suggested that you increase the value of?MaxStartups in?sshd_config?to at least 1024.
设置环境变量
vi /root/.bash_profile
PATH=$PATH:/usr/lpp/mmfs/bin
启用环境变量
source /root/.bash_profile
编译安装
cd /usr/lpp/mmfs/src
make Autoconfig
make World
make InstallImages
cd /usr/lpp/mmfs/src; make LINUX_DISTRIBUTION=REDHAT_AS_LINUX Autoconfig; make World;make InstallImages
When using GPFS 3.2.1 and earlier there is not an rpm option to the GPFS GPL build process. In this case to distribute the kernel module binaries you can copy the files manually. You can see alist of these files when the make InstallImages process completes. These files are mmfslinux, mmfs26, lxtrace, dumpconv, tracedevcd, and they need to be copied to the /usr/lpp/mmfs/bin directory on the other nodes.
命令如下:
mkdir /tmp/gpfs_cmds/
cp -f /usr/lpp/mmfs/src/bin/mmfslinux /tmp/gpfs_cmds/mmfslinux
cp -f /usr/lpp/mmfs/src/bin/mmfs26 /tmp/gpfs_cmds/mmfs26
cp -f /usr/lpp/mmfs/src/bin/tracedev /tmp/gpfs_cmds/tracedev
cp -f /usr/lpp/mmfs/src/bin/lxtrace.sial /tmp/gpfs_cmds/lxtrace.sial
cp -f /usr/lpp/mmfs/src/bin/mmdumpfilocks.sial /tmp/gpfs_cmds/mmdumpfilocks.sial
cp -f /usr/lpp/mmfs/src/bin/lxtrace /tmp/gpfs_cmds/lxtrace
cp -f /usr/lpp/mmfs/src/bin/dumpconv /tmp/gpfs_cmds/dumpconv
cd /tmp
tar -cf gpfs_cmds.tar ./gpfs_cmds
on other nodes copy cmds to /usr/lpp/mmfs/bin
创建cluster
mmcrcluste
显示全部