Difference between revisions of "hidden:NFS server"

From Lsdf
m
m
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
These pages describe functions and configurations related to the central administration host '''hpss admin (hpa)'''. Most configuration on the target nodes is done via Ansible.
The directory on the HPSS servers for the configuration files is: <b>/hpssconfig/config</b>
 
With changing to this directory the automount will be active.
 
The mount will be unmounted after 3 minutes without access.
 
   
==Configuration on the HPA server (172.18.95.59)==
+
[[hidden:Configuration of the NFS service on ''hpa''|Configuration of the NFS service on '''hpa''']]
   
  +
[[Configuration of the automounter on clients]]
* the directory for the config files was created: <b>/export/hpa</b>
 
   
  +
[[hidden:rsyslog configuration on hpa and hpss clients|Rsyslog configuration on hpa and hpss clients]]
* The file /etc/exports was modified:
 
   
  +
[[hidden:ansible on hpa|Ansible on hpa]]
/export/hpa 172.18.95.0/22(rw,no_subtree_check,no_acl,no_root_squash)
 
   
  +
----[[ hidden:HPSS|<small>back to HPPS main page</small>]]
* nfs-utils was updated with yum
 
 
* nfs was startetd with <b>systemctl start nfs.service</b>
 
 
==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/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<br />
 
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:
 
 
<b>/etc/auto.master</b>
 
 
/mnt/nfs /etc/auto.hpa
 
 
<b>/etc/auto.hpa</b>
 
 
# Config files stored on HPA. Export using NFS V4 only
 
hpa -fstype=nfs4 hpa.lsdf.kit.edu:/export/hpa
 
 
Starting autofs - <b>/etc/init.d/autofs start</b>
 

Latest revision as of 19:14, 25 June 2016

These pages describe functions and configurations related to the central administration host hpss admin (hpa). Most configuration on the target nodes is done via Ansible.

Configuration of the NFS service on hpa

Configuration of the automounter on clients

Rsyslog configuration on hpa and hpss clients

Ansible on hpa


back to HPPS main page