public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IRIX NFS server and Linux NFS client
       [not found] <15540.60384.355250.346480@notabene.cse.unsw.edu.au>
@ 2002-04-11  7:34 ` Steffen Persvold
  2002-04-11 10:22   ` Steffen Persvold
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Persvold @ 2002-04-11  7:34 UTC (permalink / raw)
  To: nfs

Hi all,

Is there any reason why my Linux NFS client (kernel 2.4.18
nfs-utils-0.3.1-13.7.2.1 from RedHat 7.2) is not able to mount a directory
exported from an IRIX server in NFSv3 (not sure which version of IRIX
yet, if this is important I will find out). NFSv2 works fine, but if I
try to force NFSv3 I get "Connection refused".

I'll appreciate any help.

Regards,
-- 
  Steffen Persvold   | Scalable Linux Systems |   Try out the world's best
 mailto:sp@scali.com |  http://www.scali.com  | performing MPI implementation:
Tel: (+47) 2262 8950 |   Olaf Helsets vei 6   |      - ScaMPI 1.13.8 -
Fax: (+47) 2262 8951 |   N0621 Oslo, NORWAY   | >320MBytes/s and <4uS latency



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: IRIX NFS server and Linux NFS client
  2002-04-11  7:34 ` IRIX NFS server and Linux NFS client Steffen Persvold
@ 2002-04-11 10:22   ` Steffen Persvold
  2002-04-11 12:09     ` Trond Myklebust
  2002-04-11 18:13     ` Thomas Duffy
  0 siblings, 2 replies; 6+ messages in thread
From: Steffen Persvold @ 2002-04-11 10:22 UTC (permalink / raw)
  To: nfs; +Cc: linux-kernel, trond.myklebust

On Thu, 11 Apr 2002, Steffen Persvold wrote:

> Hi all,
>
> Is there any reason why my Linux NFS client (kernel 2.4.18
> nfs-utils-0.3.1-13.7.2.1 from RedHat 7.2) is not able to mount a directory
> exported from an IRIX server in NFSv3 (not sure which version of IRIX
> yet, if this is important I will find out). NFSv2 works fine, but if I
> try to force NFSv3 I get "Connection refused".
>
> I'll appreciate any help.
>

I forgot to mention that NFSv3 works when an IRIX client mounts the same
directory (i.e the directory shows up as "nfs" and not "nfs2" in the mount
table on the IRIX client).

Could it be that IRIX only supports NFSv3 with TCP and not UDP (I didn't
try TCP mounting on the Linux client) ?

Thanks,
-- 
  Steffen Persvold   | Scalable Linux Systems |   Try out the world's best
 mailto:sp@scali.com |  http://www.scali.com  | performing MPI implementation:
Tel: (+47) 2262 8950 |   Olaf Helsets vei 6   |      - ScaMPI 1.13.8 -
Fax: (+47) 2262 8951 |   N0621 Oslo, NORWAY   | >320MBytes/s and <4uS latency


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: IRIX NFS server and Linux NFS client
  2002-04-11 10:22   ` Steffen Persvold
@ 2002-04-11 12:09     ` Trond Myklebust
  2002-04-11 18:13     ` Thomas Duffy
  1 sibling, 0 replies; 6+ messages in thread
From: Trond Myklebust @ 2002-04-11 12:09 UTC (permalink / raw)
  To: Steffen Persvold; +Cc: nfs, linux-kernel, trond.myklebust

>>>>> " " == Steffen Persvold <sp@scali.com> writes:

     > I forgot to mention that NFSv3 works when an IRIX client mounts
     > the same directory (i.e the directory shows up as "nfs" and not
     > "nfs2" in the mount table on the IRIX client).

     > Could it be that IRIX only supports NFSv3 with TCP and not UDP
     > (I didn't try TCP mounting on the Linux client) ?

Have you applied

  http://www.fys.uio.no/~trondmy/src/2.4.18/linux-2.4.18-seekdir.dif

in order to work around the glibc-2.x readdir bugs?

Cheers,
  Trond

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: IRIX NFS server and Linux NFS client
  2002-04-11 10:22   ` Steffen Persvold
  2002-04-11 12:09     ` Trond Myklebust
@ 2002-04-11 18:13     ` Thomas Duffy
  2002-04-12  3:22       ` Steffen Persvold
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Duffy @ 2002-04-11 18:13 UTC (permalink / raw)
  To: Steffen Persvold, linux-kernel

On Thu, 11 Apr 2002 03:23:15 -0700, Steffen Persvold wrote:

> On Thu, 11 Apr 2002, Steffen Persvold wrote:
> 
>> Hi all,
>>
>> Is there any reason why my Linux NFS client (kernel 2.4.18
>> nfs-utils-0.3.1-13.7.2.1 from RedHat 7.2) is not able to mount a
>> directory exported from an IRIX server in NFSv3 (not sure which version
>> of IRIX yet, if this is important I will find out). NFSv2 works fine,
>> but if I try to force NFSv3 I get "Connection refused".

What version of IRIX are you using?

There was a fix put into IRIX in the 6.5.12/13 timeframe that made it
more compatible with Linux.  Make sure you are updated to at least that
release.

-tduffy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: IRIX NFS server and Linux NFS client
  2002-04-11 18:13     ` Thomas Duffy
@ 2002-04-12  3:22       ` Steffen Persvold
  2002-04-12  3:44         ` Thomas Duffy
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Persvold @ 2002-04-12  3:22 UTC (permalink / raw)
  To: Thomas Duffy; +Cc: linux-kernel

On Thu, 11 Apr 2002, Thomas Duffy wrote:

> On Thu, 11 Apr 2002 03:23:15 -0700, Steffen Persvold wrote:
>
> > On Thu, 11 Apr 2002, Steffen Persvold wrote:
> >
> >> Hi all,
> >>
> >> Is there any reason why my Linux NFS client (kernel 2.4.18
> >> nfs-utils-0.3.1-13.7.2.1 from RedHat 7.2) is not able to mount a
> >> directory exported from an IRIX server in NFSv3 (not sure which version
> >> of IRIX yet, if this is important I will find out). NFSv2 works fine,
> >> but if I try to force NFSv3 I get "Connection refused".
>
> What version of IRIX are you using?
>
> There was a fix put into IRIX in the 6.5.12/13 timeframe that made it
> more compatible with Linux.  Make sure you are updated to at least that
> release.
>

Hmm It's IRIX 6.4 and unfortunately the server can''t be upgraded. Is
there a ChangeLog somewhere (for IRIX) which describes the changes you
mention a bit more in detail ? I looked at the SGI homepage, but I didn't
seem to find
it.

Thanks,
 --
  Steffen Persvold   | Scalable Linux Systems |   Try out the world's best
 mailto:sp@scali.com |  http://www.scali.com  | performing MPI implementation:
Tel: (+47) 2262 8950 |   Olaf Helsets vei 6   |      - ScaMPI 1.13.8 -
Fax: (+47) 2262 8951 |   N0621 Oslo, NORWAY   | >320MBytes/s and <4uS latency


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: IRIX NFS server and Linux NFS client
  2002-04-12  3:22       ` Steffen Persvold
@ 2002-04-12  3:44         ` Thomas Duffy
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Duffy @ 2002-04-12  3:44 UTC (permalink / raw)
  To: Steffen Persvold; +Cc: Linux Mailing List

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

On Thu, 2002-04-11 at 20:22, Steffen Persvold wrote:

> Hmm It's IRIX 6.4 and unfortunately the server can''t be upgraded. Is
> there a ChangeLog somewhere (for IRIX) which describes the changes you
> mention a bit more in detail ? I looked at the SGI homepage, but I didn't
> seem to find
> it.

AHHH.  IRIX 6.4...yuck.  All bets are off for that one.  IRIX 6.3 and
6.4 were probably the worst releases ever (said in comic guy voice :). 
6.3 was a one-off to support the o2 and 6.4 was a one-off to support the
Origin 2xxx series.  I would *highly* recommend upgrading to 6.5.x.

For one, NFS v3 was not very mature in the 6.4 days.  I would stick to
NFS v2 if you cannot upgrade the OS.  But *please* upgrade the OS :)

-tduffy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-04-12  3:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <15540.60384.355250.346480@notabene.cse.unsw.edu.au>
2002-04-11  7:34 ` IRIX NFS server and Linux NFS client Steffen Persvold
2002-04-11 10:22   ` Steffen Persvold
2002-04-11 12:09     ` Trond Myklebust
2002-04-11 18:13     ` Thomas Duffy
2002-04-12  3:22       ` Steffen Persvold
2002-04-12  3:44         ` Thomas Duffy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox