[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: nfs not showing up in 'ps' --SOLVED
- From: "Jack Byers" <byersj hotmail com>
- To: redhat-list redhat com, m5 Works com, byersj hotmail com
- Subject: RE: nfs not showing up in 'ps' --SOLVED
- Date: Sat, 02 Sep 2000 00:58:02 GMT
From: "Mike McNally" <m5 Works com>
To: "'byersj hotmail com'" <byersj hotmail com>
CC: "'redhat-list redhat com'" <redhat-list redhat com>
Subject: RE: nfs not showing up in 'ps'
If you look at /etc/rc.d/init.d/nfs, you'll see that the script exits if
it can't find the bits or if there's no export file. So:
1) Have you installed nfs?
2) Do you have filesystems set up for export?
Thanks Mike,
all it took was putting something in the /etc/export file
and then:
[root corni /etc]# killall -HUP rpc.nfsd rpc.mountd
rpc.nfsd: no process killed
rpc.mountd: no process killed
[root corni /etc]#
so that didnt seem to do anything, but the following did:
[root corni /etc]# /etc/rc.d/init.d/portmap stop
Stopping portmap services: [ OK ]
[root corni /etc]# /etc/rc.d/init.d/nfs stop
Shutting down NFS services: [ OK ]
Shutting down NFS mountd: [FAILED]
Shutting down NFS daemon: [FAILED]
Shutting down NFS quotas: [FAILED]
[root corni /etc]# /etc/rc.d/init.d/portmap start
Starting portmapper: [ OK ]
[root corni /etc]# /etc/rc.d/init.d/nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: [ OK ]
[root corni /etc]#
the system now seems to respond appropriately
and now I do see a response out of pstree:
[root corni /etc]# pstree |grep nfs
|-8*[nfsd]
[root corni /etc]# pstree |grep mountd
|-rpc.mountd
[root corni /etc]# pstree |grep portmap
|-portmap
[root corni /etc]#
thanks again
Jack
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]