1833873 Members
1963 Online
110063 Solutions
New Discussion

NFS

 
SOLVED
Go to solution
Mridul Dutta
Advisor

NFS

Hi Friends..

I am new in HP-UX. I have some doubts in NFS/NIS. Questions are as follows ..please help me

Q 1) what is the diff between NFS 2 and NFS 3
Q 2) what is diff between direct mapping and indirect mapping in NFS.
Q 3 ) what is automounter and autofs

Thanks n Regards

Mridul
6 REPLIES 6
Senthil Kumar .A_1
Honored Contributor
Solution

Re: NFS

Hi,

Difference between..direct and indirect mapping..

http://docs.hp.com/en/5991-1153/ch02s05.html#bghbfahb

Others searching....

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Jeff_Traigle
Honored Contributor

Re: NFS

A major difference between NFS 2 and 3 is that v2 is UDP only. NFS over TCP was introduced with v3.
--
Jeff Traigle
James A. Donovan
Honored Contributor

Re: NFS

A1) I think the major difference between V2 and V3 is that V3 supports NFS over TCP. Earlier versions only supported NFS over UDP

A2) see the automount man page ('man automount') for a description of indirect and direct maps.

A3) autofs is basically a newer version of automounter.
Remember, wherever you go, there you are...
Senthil Kumar .A_1
Honored Contributor

Re: NFS

Hi again,

Here goes..

Diff b/w nfs v2 and v3

http://www.hummingbird.com/support/nc/nfs/allplatforms/other6.html?cks=y

Advantages of AutoFS over Automounter..

http://docs.hp.com/en/5991-1153/ch02s06.html#bbjeacjd

regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Nguyen Anh Tien
Honored Contributor

Re: NFS

Advantages of version 3 over NFS version 2 are:

NFS version 3 supports 64-bit file offset, whereas version 2 is limited to 32 bits. A file offset of 32 bits can address a maximum file size of 2 GBytes. NFS version 3 supports a maximum file size of 128 GBytes.

Version 3 supports asynchronous I/O using kernel buffer cache management that provides data safety.

File handle size up to 64 bits can be used.

Cache management is improved.
HP is simple
dipesh_2
Regular Advisor

Re: NFS


Hi,

1) only diff. between nfs2 and nfs3 is - nfs2 support over udp and nfs3 supports over tcp.

2) Direct mapping and indirect mapping ('http://docs.hp.com/en/5991-1153/ch02s05.html#bghbfahb')

3) autofs is newer version of automount