UNIX Automount 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 12: Line 12:


'''/usr/local/bin, /usr/local/etc, /usr/local/include, /usr/local/lib, /usr/local/man, /usr/local/sbin, /usr/local/share''' - system dependent
'''/usr/local/bin, /usr/local/etc, /usr/local/include, /usr/local/lib, /usr/local/man, /usr/local/sbin, /usr/local/share''' - system dependent
== Solaris ==
Automount controlled by two files in '''/etc''' directory:
'''auto_master''' - the same for Sparc-  and x86-Solaris (NOTE: if '+auto_master' uncommented, then 'auto_master' from NIS will be added, in our case it will be 'auto_master' from clon00):
  ##+auto_master
  ##/net          -hosts          -nosuid,nobrowse
  ##/home        auto_home      -nobrowse
  /-      /etc/auto_direct
  /-      auto_direct.ep
  /u      auto.u.ep
  /w      auto.w.ep
  #

Revision as of 15:14, 28 January 2007

There is an generic scheme for partition automounting on CLON Cluster. It is the same for Linux and Solaris, with the only difference in direct mount in to '/' level: Linux does not allowed that so we have to mount to '/misc' and create symbolic links from '/' to '/misc'. Normally all autpmounted partitions resides on file server, except non-permanent partitions like /work or /scratch. Following is the list of partitions with appropriate explanations. You can use following information to fix corresponding files, or copy those files from similar machine which was already configured.

/home - system independent, contains home directories shared by all machines on CLON cluster

/apps - system dependent, normally contains projects which installs in separate directories, like 'cernlib or 'root

/usr/local/clas - system independent, contains CLAS software

/usr/local/downloads - system independent, contains files downloaded from web and other sources

/usr/local/src - system dependent, place to untar and compile projects from /usr/local/downloads

/usr/local/bin, /usr/local/etc, /usr/local/include, /usr/local/lib, /usr/local/man, /usr/local/sbin, /usr/local/share - system dependent

Solaris

Automount controlled by two files in /etc directory:

auto_master - the same for Sparc- and x86-Solaris (NOTE: if '+auto_master' uncommented, then 'auto_master' from NIS will be added, in our case it will be 'auto_master' from clon00):

 ##+auto_master
 ##/net          -hosts          -nosuid,nobrowse
 ##/home         auto_home       -nobrowse
 /-      /etc/auto_direct
 /-      auto_direct.ep
 /u      auto.u.ep
 /w      auto.w.ep
 #