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 2: Line 2:


* Add/Modify automount-related files in '/etc' directory and restart automount service:
* Add/Modify automount-related files in '/etc' directory and restart automount service:
/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

Revision as of 14:57, 27 January 2007

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

  • Add/Modify automount-related files in '/etc' directory and restart automount service:

/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