|
META TOPICPARENT |
name="TipOfTip" |
How to install the node and setting?
- Install the SLC linux on node computer or setting the network boot.
- In the first booting, you must set up the authentication about NIS logging. Our node has a nis name "SSCC" on 192.168.20.2
- setting up the routing table. Write the file on /etc/sysconfig/network-script/route-eth0
GATEWAY0=192.168.10.1
NETMASK0=255.255.255.0
ADDRESS0=192.168.40.0
|
|
> > |
- restart the network
/etc/init.d/network restart
|
|
- mount '/home' directory on node.
- Edit the /etc/fstab for nfs mounting of /opt and /etc/profile.d
|
|
< < | 192.168.10.2:/home /home defaults 0 0
192.168.10.22:/opt /opt defaults 0 0
192.168.10.22:/etc/profile.d /etc/profile.d defaults 0 0
|
> > | 192.168.10.2:/home /home nfs defaults 0 0
192.168.10.22:/opt /opt nfs defaults 0 0
192.168.10.22:/etc/profile.d /etc/profile.d nfs defaults 0 0
|
|
- Install the client tool about Lustre.
rpm -Uvh lustre-client*
cp -rf /lib/modules/~~/~~/fs/lustre /lib/modules/~~/~~/fs
cp -rf /lib/modules/~~/~~/net/lustre /lib/modules/~~/~~/net
- Load the kernel modules
depmod -a // modprobe lustre
|
|
< < |
- mount '/pnfs' directory. eg) mount.lustre 192.168.40.2@tcp:/pnfs /pnfs
|
> > |
- mount '/pnfs' directory.
eg) mount.lustre 192.168.40.2@tcp:/pnfs /pnfs
|
|
- Edit or copy the krb5.conf
- Install AFS clients eg) yum install openafs-client
|
|
< < |
- Turn on the AFS modules
|
> > |
- Set up the afs cell
|
|
> > | # cat /usr/vice/etc/ThisCell
cern.ch |
| |
|
> > |
- Turn on the AFS modules
/etc/init.d/afs start
http://blog.daum.net/govsys/11756853 |
|
-- GunmoRyu - 28 Apr 2010 |