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

From Lsdf
(Configuration on the HPA server (172.18.95.59))
(Configuration on the HPA server (172.18.95.59))
Line 9: Line 9:
 
* nfs-utils was updated with yum
 
* nfs-utils was updated with yum
   
* nfs was startetd with systemctl start nfs.service
+
* nfs was startetd with <b>systemctl start nfs.service</b>
   
 
==Configuration on the HPSS nodes==
 
==Configuration on the HPSS nodes==

Revision as of 14:39, 15 January 2016

Configuration on the HPA server (172.18.95.59)

  • the directory for the config files was created: /export/HPSS
  • 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

for the configuration the following files /etc/auto.* was changed


/etc/auto.master

 /hppsconfig   /etc/auto.hpssconfig

/etc/auto.hpssconfig

 config  -fstype=nfs  172.18.95.59:/export/HPSS