NFS server (HPA) for config files: Difference between revisions

From Lsdf
Jump to navigationJump to search
Line 1: Line 1:
==Configuration on the HPA server (172.18.95.59)==
==Configuration on the HPA server (172.18.95.59)==


the directory for the config files was created: <b>/export/HPSS/config</b>
* the directory for the config files was created: <b>/export/HPSS/config</b>


The following file was modified:
* The following file was modified:


<b>/etc/exports</b>
<b>/etc/exports</b>
/export/HPSS 172.18.95.0/22(rw,no_subtree_check,sync,wdelay)
/export/HPSS 172.18.95.0/22(rw,no_subtree_check,sync,wdelay)


nfs-utils was updated with yum
* nfs-utils was updated with yum


nfs was startetd with systemctl start nfs.service
* nfs was startetd with systemctl start nfs.service


==Configuration on the HPSS nodes==
==Configuration on the HPSS nodes==

Revision as of 16:35, 12 January 2016

Configuration on the HPA server (172.18.95.59)

  • the directory for the config files was created: /export/HPSS/config
  • The following file was modified:
      /etc/exports
      /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