Difference between revisions of "NFS"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchLine 16: | Line 16: | ||
== Links == | == Links == | ||
− | [http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/ch-nfs.html Red Hat EL5 Docs] | + | * [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://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?)] | + | * [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