2003-08-07 14:33:44

by Steve Gonzales

[permalink] [raw]
Subject: It works, but it doesn't

Hello all.

Situation:
One NFS server
One NFS mount client
One NFS installation client (for RedHat 9)

IPAddr1 = IP Address of Server
IPAddr2 = IP Address of NFS mount client
IPAddr3 = IP Address of NFS installation client

------------------------------------------------------

Server /etc/exports:
/install/RedHat/9 <IPAddr2>(ro,no_root_squash)
/install/RedHat/9 <IPAddr3>(ro,no_root_squash)

When I manually mount from <IPAddr2>, it works.

However, when I attempt to do an NFS installation of RedHat 9 to
<IPAddr3>, it fails.

IPAddr3 Error Message:
That directory could not be mounted from the server.

IPAddr1 /var/log/messages entry:
Aug 7 09:23:56: <servername> rpc.mountd: refused mount request from
<FQDN for IPAddr3> for /install/RedHat/9 (/): no export entry.

------------------------------------------------------

I hope it's not too confusing. Any help would be greatly appreciated as
this is study for the big RHCE test.

Thanks.
Steve



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs


2003-08-07 14:49:13

by Marc Schmitt

[permalink] [raw]
Subject: Re: It works, but it doesn't

Hi Steve,

Try:

Server /etc/exports:
/install/RedHat/9 <IPAddr2>(ro,no_root_squash) <IPAddr3>(ro,no_root_squash)

AFAIK, one can only have one entry per exported directory (in your case /install/RedHat/9).

Greetings
Marc





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs

2003-08-07 14:58:52

by Trond Myklebust

[permalink] [raw]
Subject: Re: It works, but it doesn't

>>>>> " " == Steve Gonzales <[email protected]> writes:

> Server /etc/exports:
> /install/RedHat/9 <IPAddr2>(ro,no_root_squash)
> /install/RedHat/9 <IPAddr3>(ro,no_root_squash)

Put them both on one line (separated with spaces), and it will
work. i.e.

/install/RedHat/9 <IPAddr2>(ro,no_root_squash) <IPAddr3>(ro,no_root_squash)


Cheers,
Trond


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs