
nfs problem
Hi,
when I tried to start nfs service, it threw out the following error
messages.
/etc/init.d/nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: Cannot register service: RPC: Unable to receive;
errno = Connection refused
rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
[FAILED]
Will anyone please tell me what the exact problem is and how it could be
fixed.
with regards...
--
************************************************************ **************
Mohammed Khalid Ansari Tel (res) : 0091-022-3051360
Assistant Manager II (off) : 0091-022-2024641
National Centre for Software Technology Fax : 0091-022-2049573
8th flr,Air India Build. Nariman Point, E-Mail : khalid [at] ncst.ernet.in
Mumbai 400021.
Homepage : http://soochak.ncst.ernet.in/~khalid
************************************************************ **************
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
> /etc/init.d/nfs start
> Starting NFS services: [ OK ]
> Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> errno = Connection refused
> rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> [FAILED]
>
start portmap service before starting nfs.
This should solve the problem.
Regards
Rams
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
On Sat, 12 Oct 2002, Ramasubramanian wrote:
> > /etc/init.d/nfs start
> > Starting NFS services: [ OK ]
> > Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> > errno = Connection refused
> > rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> > [FAILED]
> >
>
> start portmap service before starting nfs.
> This should solve the problem.
I did it but it doesn't work.
>
>
> Regards
> Rams
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
--ikeVEW9yuYc//A+q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
it looks very much like the messages i get when one of my nis domain members
has lost connection to the nis server and then tries to mount. do you use
nis?
On Wed, Oct 16, 2002 at 10:48:44 +0530, Mohammed Khalid Ansari wrote:
>
> On Sat, 12 Oct 2002, Ramasubramanian wrote:
>
> > > /etc/init.d/nfs start
> > > Starting NFS services: [ OK ]
> > > Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> > > errno =3D Connection refused
> > > rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> > > [FAILED]
> > >
> >
> > start portmap service before starting nfs.
> > This should solve the problem.
>
> I did it but it doesn't work.
>
>
> >
> >
> > Regards
> > Rams
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo [at] vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Mat Harris OpenGPG Public Key ID: C37D57D9
mat.harris [at] genestate.com matthewh.genestate.com=09
--ikeVEW9yuYc//A+q
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9rXNXEsYvZsN9V9kRAprOAJ9yJJy0AY3vVDvLRP+LCVOEi5HbdQCg 1eAT
DsUIbQItIobeXhCMgMJgMFk=
=Y/3g
-----END PGP SIGNATURE-----
--ikeVEW9yuYc//A+q--
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
On Wed, 16 Oct 2002, Mat Harris wrote:
> it looks very much like the messages i get when one of my nis domain members
> has lost connection to the nis server and then tries to mount. do you use
> nis?
NO I don't.
>
> On Wed, Oct 16, 2002 at 10:48:44 +0530, Mohammed Khalid Ansari wrote:
> >
> > On Sat, 12 Oct 2002, Ramasubramanian wrote:
> >
> > > > /etc/init.d/nfs start
> > > > Starting NFS services: [ OK ]
> > > > Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> > > > errno = Connection refused
> > > > rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> > > > [FAILED]
> > > >
> > >
> > > start portmap service before starting nfs.
> > > This should solve the problem.
> >
> > I did it but it doesn't work.
> >
> >
> > >
> > >
> > > Regards
> > > Rams
> > >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > the body of a message to majordomo [at] vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
Do you mean that the portmap doesn't start, or that it does start but
doesn't fix the NFS problem?
To check if portmap is running, you can check for the process:
zebra $ ps -ef | grep portmap
rpc 738 1 0 Oct16 ? 00:00:00 portmap
zebra $
Assuming portmap is running, check that rpc works:
zebra $ /usr/sbin/rpcinfo -p localhost
program vers proto port
100000 2 tcp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 udp 32768 status
100024 1 tcp 32768 status
100007 2 udp 657 ypbind
100007 1 udp 657 ypbind
100007 2 tcp 660 ypbind
100007 1 tcp 660 ypbind
391002 2 tcp 32769 sgi_fam
300019 1 tcp 764 amd
300019 1 udp 765 amd
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
zebra $
If that is working, then NFS should start up ok.
You need to have the portmapper working before you try NFS.
"man portmapper" might be a good place to start - if you are having
problems, you probably want to look at using -v to see what's going on.
Paul.
On Wed, 2002-10-16 at 06:18, Mohammed Khalid Ansari wrote:
>
> On Sat, 12 Oct 2002, Ramasubramanian wrote:
>
> > > /etc/init.d/nfs start
> > > Starting NFS services: [ OK ]
> > > Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> > > errno = Connection refused
> > > rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> > > [FAILED]
> > >
> >
> > start portmap service before starting nfs.
> > This should solve the problem.
>
> I did it but it doesn't work.
>
>
> >
> >
> > Regards
> > Rams
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo [at] vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Paul Furness
Systems Manager
2+2=5 for extremely large values of 2.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
HI
I checked rpc, it doesn't work, but portmap is running. When I tried to
ran rpcinfo it gave me the following error...
rpcinfo: can't contact portmapper: RPC: Remote system error - Connection
refused.
How to fix it.
with regards...
--
************************************************************ **************
Mohammed Khalid Ansari Tel (res) : 0091-022-3051360
Assistant Manager II (off) : 0091-022-2024641
National Centre for Software Technology Fax : 0091-022-2049573
8th flr,Air India Build. Nariman Point, E-Mail : khalid [at] ncst.ernet.in
Mumbai 400021.
Homepage : http://soochak.ncst.ernet.in/~khalid
************************************************************ **************
On 17 Oct 2002, Paul Furness wrote:
> Do you mean that the portmap doesn't start, or that it does start but
> doesn't fix the NFS problem?
>
> To check if portmap is running, you can check for the process:
>
> zebra $ ps -ef | grep portmap
> rpc 738 1 0 Oct16 ? 00:00:00 portmap
> zebra $
>
> Assuming portmap is running, check that rpc works:
>
> zebra $ /usr/sbin/rpcinfo -p localhost
> program vers proto port
> 100000 2 tcp 111 rpcbind
> 100000 2 udp 111 rpcbind
> 100024 1 udp 32768 status
> 100024 1 tcp 32768 status
> 100007 2 udp 657 ypbind
> 100007 1 udp 657 ypbind
> 100007 2 tcp 660 ypbind
> 100007 1 tcp 660 ypbind
> 391002 2 tcp 32769 sgi_fam
> 300019 1 tcp 764 amd
> 300019 1 udp 765 amd
> 100021 1 udp 32770 nlockmgr
> 100021 3 udp 32770 nlockmgr
> 100021 4 udp 32770 nlockmgr
> zebra $
>
> If that is working, then NFS should start up ok.
>
> You need to have the portmapper working before you try NFS.
>
> "man portmapper" might be a good place to start - if you are having
> problems, you probably want to look at using -v to see what's going on.
>
> Paul.
>
>
>
> On Wed, 2002-10-16 at 06:18, Mohammed Khalid Ansari wrote:
> >
> > On Sat, 12 Oct 2002, Ramasubramanian wrote:
> >
> > > > /etc/init.d/nfs start
> > > > Starting NFS services: [ OK ]
> > > > Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> > > > errno = Connection refused
> > > > rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> > > > [FAILED]
> > > >
> > >
> > > start portmap service before starting nfs.
> > > This should solve the problem.
> >
> > I did it but it doesn't work.
> >
> >
> > >
> > >
> > > Regards
> > > Rams
> > >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > the body of a message to majordomo [at] vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
To be sure, if portmap is running or not.
service portmap restart
lsof | grep "portmap"
rpcinfo -p localhost <- try this if you find portmap running in lsof output.
Regards
--------
Muhammad Faisal Rauf Danka
Head of GemSEC / Chief Technology Officer
Gem Internet Services (Pvt) Ltd.
web: www.gem.net.pk
Key Id: 0x784B0202
Key Fingerprint: 6F8C EDCF 6C6E 06A5 48D7 6A20 C592 484B
784B 0202
____________________________________________________________ _
---------------------------
[ATTITUDEX.COM]
http://www.attitudex.com/
---------------------------
____________________________________________________________ _
Select your own custom email address for FREE! Get you [at] yourchoice.com w/No Ads, 6MB, POP & more! http://www.everyone.net/selectmail?campaign=tag
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
I'm no real expert on this, but it sounds like you might possibly have a
TCP_Wrappers problem. Since you haven't mentioned what version of linux,
kernel, or NFS you are using, I'm just guessing here.
TCP_Wrappers might be installed and it might also be linked into the
nfs-utils.
Check for TCP_Wrappers like this:
rpm -q tcp_wrappers
and check for nfs-utils version like this:
rpm -q nfs-utils
Finally, double check TCP Wrapper support like this:
strings /usr/sbin/rpc.mountd | grep hosts
and look for something like this :
/etc/hosts.allow
/etc/hosts.deny
If you get that, then wrappers are being used so you have to configure
them right. If they are not configured right, they will cause the
connection refused error you are getting.
Try 'man hosts.allow' and 'man hosts.allow' for more info.
Hope this helps give you a handle on where to look.
P.
On Fri, 2002-10-18 at 11:10, Mohammed Khalid Ansari wrote:
>
> HI
>
> I checked rpc, it doesn't work, but portmap is running. When I tried to
> ran rpcinfo it gave me the following error...
>
> rpcinfo: can't contact portmapper: RPC: Remote system error - Connection
> refused.
>
> How to fix it.
>
> with regards...
>
> --
>
> ************************************************************ **************
>
> Mohammed Khalid Ansari Tel (res) : 0091-022-3051360
> Assistant Manager II (off) : 0091-022-2024641
> National Centre for Software Technology Fax : 0091-022-2049573
> 8th flr,Air India Build. Nariman Point, E-Mail : khalid [at] ncst.ernet.in
> Mumbai 400021.
>
> Homepage : http://soochak.ncst.ernet.in/~khalid
>
> ************************************************************ **************
>
> On 17 Oct 2002, Paul Furness wrote:
>
> > Do you mean that the portmap doesn't start, or that it does start but
> > doesn't fix the NFS problem?
> >
> > To check if portmap is running, you can check for the process:
> >
> > zebra $ ps -ef | grep portmap
> > rpc 738 1 0 Oct16 ? 00:00:00 portmap
> > zebra $
> >
> > Assuming portmap is running, check that rpc works:
> >
> > zebra $ /usr/sbin/rpcinfo -p localhost
> > program vers proto port
> > 100000 2 tcp 111 rpcbind
> > 100000 2 udp 111 rpcbind
> > 100024 1 udp 32768 status
> > 100024 1 tcp 32768 status
> > 100007 2 udp 657 ypbind
> > 100007 1 udp 657 ypbind
> > 100007 2 tcp 660 ypbind
> > 100007 1 tcp 660 ypbind
> > 391002 2 tcp 32769 sgi_fam
> > 300019 1 tcp 764 amd
> > 300019 1 udp 765 amd
> > 100021 1 udp 32770 nlockmgr
> > 100021 3 udp 32770 nlockmgr
> > 100021 4 udp 32770 nlockmgr
> > zebra $
> >
> > If that is working, then NFS should start up ok.
> >
> > You need to have the portmapper working before you try NFS.
> >
> > "man portmapper" might be a good place to start - if you are having
> > problems, you probably want to look at using -v to see what's going on.
> >
> > Paul.
> >
> >
> >
> > On Wed, 2002-10-16 at 06:18, Mohammed Khalid Ansari wrote:
> > >
> > > On Sat, 12 Oct 2002, Ramasubramanian wrote:
> > >
> > > > > /etc/init.d/nfs start
> > > > > Starting NFS services: [ OK ]
> > > > > Starting NFS quotas: Cannot register service: RPC: Unable to receive;
> > > > > errno = Connection refused
> > > > > rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
> > > > > [FAILED]
> > > > >
> > > >
> > > > start portmap service before starting nfs.
> > > > This should solve the problem.
> > >
> > > I did it but it doesn't work.
> > >
> > >
> > > >
> > > >
> > > > Regards
> > > > Rams
> > > >
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > > the body of a message to majordomo [at] vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > >
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo [at] vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Paul Furness
Systems Manager
2+2=5 for extremely large values of 2.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs problem
On Fri, 2002-10-18 at 13:01, Paul Furness wrote:
>
> Try 'man hosts.allow' and 'man hosts.allow' for more info.
>
Excuse me, I meant 'man hosts.allow' and 'man hosts.deny'
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html