How to install the node and setting?

  1. Install the SLC linux on node computer or setting the network boot.
  2. 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
  3. 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
    
  4. restart the network
     /etc/init.d/network restart
  5. mount '/home' directory on node.
  6. Edit the /etc/fstab for nfs mounting of /opt and /etc/profile.d
            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
    
  7. 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
    
  8. Load the kernel modules
    depmod -a // modprobe lustre 
  9. mount '/pnfs' directory.
           eg) mount.lustre 192.168.40.2@tcp:/pnfs /pnfs
  10. Edit or copy the krb5.conf
  11. Install AFS clients eg) yum install openafs-client
  12. Set up the afs cell
              # cat /usr/vice/etc/ThisCell
              cern.ch
    
    
  13. Turn on the AFS modules
     /etc/init.d/afs start 

http://blog.daum.net/govsys/11756853

-- GunmoRyu - 28 Apr 2010

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r2 - 2010-04-28 - GunmoRyu
 
KOREA-CMS
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding KoreaCmsWiki? Send feedback