NFS server (HPA) for config files: Difference between revisions
From Lsdf
Jump to navigationJump to search
Line 3: | Line 3: | ||
* 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 |
* The file /etc/exports was modified: |
||
<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) |
||
Revision as of 11:04, 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