Linux Customization on CLON Cluster: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 1: Line 1:
Following steps must be performed to complain with CLON Cluster requirements:
Following steps must be performed to complain with CLON Cluster requirements:


* '''Automount'''
'''1. Automount'''


** Include machine name into [[clonfs2]] export list
* Include machine name into [[clonfs2]] export list


** Add/Modify automount-related files in '/etc' directory (or copy them from similar machine):
* Add/Modify automount-related files in '/etc' directory (or copy them from similar machine):


/etc/auto.master:
/etc/auto.master:
Line 34: Line 34:
   src                  -rw,bg    clonfs2:/vol/vol0/local/Linux_i686/src
   src                  -rw,bg    clonfs2:/vol/vol0/local/Linux_i686/src


** Set corresponding symbolic links and restart service:
* Set corresponding symbolic links and restart service:


   cd /
   cd /

Revision as of 15:18, 27 January 2007

Following steps must be performed to complain with CLON Cluster requirements:

1. Automount

  • Include machine name into clonfs2 export list
  • Add/Modify automount-related files in '/etc' directory (or copy them from similar machine):

/etc/auto.master:

 /u      auto.u.bb    --timeout 0 -DOSNAME=Linux-RHEL4
 /w      auto.w.bb -v -d  -g
 /misc   /etc/auto.misc
 /usr/local      /etc/auto.local

/etc/auto.misc:

 cd            -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
 home          -rw,rsize=8192,wsize=8192       clonfs2:/home
 apps          -rw,rsize=8192,wsize=8192       clonfs2:/apps/Linux_i686

/etc/auto.local:

 clas                 -rw,bg     clonfs2:/vol/vol0/local/clas
 downloads            -rw,bg     clonfs2:/vol/vol0/local/downloads
 bin                  -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/bin
 etc                  -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/etc
 include              -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/include
 lib                  -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/lib
 libexec              -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/libexec
 man                  -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/man
 sbin                 -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/sbin
 share                -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/share
 src                  -rw,bg     clonfs2:/vol/vol0/local/Linux_i686/src
  • Set corresponding symbolic links and restart service:
 cd /
 rm -rf home
 ln -s /misc/apps apps
 ln -s /misc/home home
 /etc/init.d/autofs restart