NFS

From Nuclear Physics Group Documentation Pages
Revision as of 14:15, 5 June 2009 by Maurik (talk | contribs)
Jump to navigationJump to search

(This is still too brief)

NFS Configuration

  • You need an /etc/exports to tell what should be exported
  • Need to edit the /etc/sysconfig/nfs file to pin the ports (see iptables)
  • Need to set "nfs" and "nfslock" to start automatically for runlevels 3,5

To check what ports NFS is using issue an

rpcinfo -p localhost

A full restart of the nfs related system

service portmap restart
service nfs restart
service rpcsvcgssd restart

Links

Red Hat EL5 Docs IBM - NFS Intro IBM - Highly detailed info (too much?)