Configuration of the automounter on clients

From Lsdf
Revision as of 13:54, 7 June 2016 by Jvw (talk | contribs) (Created page with "==Configuration on the HPSS nodes== * <b>autofs</b> was installed yum install autofs <b>alternative</b> cd /tmp <br /> wget ftp://mirror.switch.ch/pool/4/mirro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configuration on the HPSS nodes

  • autofs was installed
   yum install autofs

alternative

   cd /tmp 
wget ftp://mirror.switch.ch/pool/4/mirror/scientificlinux/6.7/x86_64/os/Packages/hesiod-3.1.0-19.el6.x86_64.rpm wget ftp://mirror.switch.ch/pool/4/mirror/scientificlinux/6.4/x86_64/os/Packages/autofs-5.0.5-73.el6.x86_64.rpm
rpm -ivh hesiod-3.1.0-19.el6.x86_64.rpm rpm -ivh autofs-5.0.5-73.el6.x86_64.rpm

for the configuration the following files was changed:

/etc/auto.master

 /mnt/nfs   /etc/auto.hpa

/etc/auto.hpa

 # Config files stored on HPA. Export using NFS V4 only
 hpa     -fstype=nfs4     hpa.lsdf.kit.edu:/export/hpa

Starting autofs - /etc/init.d/autofs start