Difference between revisions of "NFS server (HPA) for config files"

From Lsdf
(Configuration on the HPSS nodes)
(Configuration on the HPSS nodes)
Line 16: Line 16:
 
yum install autofs
 
yum install autofs
   
with installing the autofs the following files auto.* was created
+
with installing the autofs the following files /etc/auto.* was created
  +
  +
  +
<b>/etc/auto.master</b>
  +
  +
/hpps /etc/auto.hpss

Revision as of 12:01, 15 January 2016

Configuration on the HPA server (172.18.95.59)

  • the directory for the config files was created: /export/HPSS/config
  • The file /etc/exports was modified:
      /export/HPSS 172.18.95.0/22(rw,no_subtree_check,sync,wdelay)
  • nfs-utils was updated with yum
  • nfs was startetd with systemctl start nfs.service

Configuration on the HPSS nodes

  • autofs was installed
   yum install autofs

with installing the autofs the following files /etc/auto.* was created


/etc/auto.master

 /hpps   /etc/auto.hpss