Difference between revisions of "NFS"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 6: Line 6:
 
* Need to edit the /etc/sysconfig/nfs file to pin the ports (see [[iptables]])
 
* 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
 
* 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 ==
 +
[http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/ch-nfs.html Red Hat EL5 Docs]
 +
[http://publib16.boulder.ibm.com/doc_link/cs_CZ/a_doc_lib/aixbman/commadmn/nfs_intro.htm IBM - NFS Intro]
 +
[http://publib.boulder.ibm.com/infocenter/zos/v1r9/topic/com.ibm.zos.r9.nfs/nfs.htm  IBM - Highly detailed info (too much?)]

Revision as of 14:15, 5 June 2009

(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?)