Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Which version of nfs is UW using (v2/v3)?

13 views
Skip to first unread message
Message has been deleted

boni...@gmail.com

unread,
Sep 17, 2008, 6:54:05 AM9/17/08
to
On 15 Sep, 20:28, Peter Michel <proORGA-Leimen.without-t...@web.de>
wrote:
> Hi,
> how can i check which version of nfs is UW running.
> Most of the NAS now use V3. Is V3 also supporting  version 2?
> Thanks a lot!
> Cheers
> Peter
> Für direkte email rot13 cebBETN-Yrv...@jro.qr
> oder entferne ".without-this" aus der Email-To. Danke!

UnixWare 7.1.4 have NFS V3.

JOhn

Message has been deleted

boni...@gmail.com

unread,
Sep 18, 2008, 3:22:55 AM9/18/08
to
On 17 Sep, 13:26, Peter Michel <proORGA-Leimen.without-t...@web.de>
wrote:

> On Wed, 17 Sep 2008 03:54:05 -0700 (PDT), bonix...@gmail.com wrote:
> >UnixWare 7.1.4 have NFS V3.
>
> >JOhn
>
> Thanks a lot John! Do you know which version of NFS is UW2.1.3
> driving?

Peter,

UnixWare 2.1.3 is VERY old (12+ years) and no longer supported.
If I remember correctly it used NFS V2.

SCO do offer trade-ins to UnixWare 7.1.4 for customers running
UnixWare 2.1.3.

John

Message has been deleted

Andreas Kohl

unread,
Sep 19, 2008, 11:09:41 AM9/19/08
to
Peter Michel schrieb:
> yes i know this - it's OLD but very stable !!!
> It runs since 1986 (UW1->UW2->UW213) without any problems and only a
> few patches and Y2Ks.
AFAIK first release of UnixWare was in early 1993?

Andreas

Tony Lawrence (pcunix)

unread,
Sep 19, 2008, 11:37:15 AM9/19/08
to

Naaw.

Just look at some copyrights..

--
Tony Lawrence
http://aplawrence.com

Message has been deleted

Helge Blischke

unread,
Sep 26, 2008, 1:32:11 PM9/26/08
to
Peter Michel wrote:
> On Mon, 15 Sep 2008 20:28:14 +0200, Peter Michel
>
>>Hi,
>>how can i check which version of nfs is UW running.
>>Most of the NAS now use V3. Is V3 also supporting version 2?
>
>
> Hi!
> I just must come back to my old question, because i didn't get an
> answer until now and i think, there must be people in the field who
> do know that! Doesn't they?
> Make it a little preciser:
> If i have a client using NFS v2 (like UW213) und have in the net a NAS
> which will run NFS v3: will this work for nfs-mounting in r/w-mode?
> Thanks
> Peter
> Für direkte email rot13 cebBETN...@jro.qr

> oder entferne ".without-this" aus der Email-To. Danke!

On your UW box, type
rpcinfo -p | grep nfs

The result should contain something like

100003 2 udp nfs
100003 3 udp nfs
100003 2 tcp nfs
100003 3 tcp nfs

or a subset thereof. The fields in the lines
denote
(1) the RPC program number for NFS (it is always this well defined
value)
(2) the RPC version number (corresponds to the NFS proctcol version
number)
(3) the network protocol
(4) the service name (nfs in this case).

Helge


--
Helge Blischke
Softwareentwicklung

H.Bli...@acm.org

Message has been deleted

Helge Blischke

unread,
Sep 29, 2008, 9:19:20 AM9/29/08
to
Peter Michel wrote:
>>>I just must come back to my old question, because i didn't get an
>>>answer until now and i think, there must be people in the field who
>>>do know that! Doesn't they?
>>>Make it a little preciser:
>>>If i have a client using NFS v2 (like UW213) und have in the net a NAS
>>>which will run NFS v3: will this work for nfs-mounting in r/w-mode?
>
>
>>On your UW box, type
>>rpcinfo -p | grep nfs
>>
>>The result should contain something like
>>
>>100003 2 udp nfs
>>100003 3 udp nfs
>>100003 2 tcp nfs
>>100003 3 tcp nfs
>
>
> Thanks Helge!
> I only see the "100003 2 udp nfs" on my system, so i have NFS v2,
> alright?
> Now, i think that a V2 _and_ a V3 NFS have to run, if i want to
> connect a server via NFS v2 and NFS v3 by different clients. Is this
> correct?
> So i have to check whether both are running on the NAS.
> Cheers

> Peter
> Für direkte email rot13 cebBETN...@jro.qr
> oder entferne ".without-this" aus der Email-To. Danke!

Well, all NFS implementation I know of support all the
lower protocol version as well. Thus, the box you want to
connenct to *must* support NFS v2.

0 new messages