Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:38 AM
03-17-2006 03:38 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:43 AM
03-17-2006 03:43 AM
SolutionDifference between..direct and indirect mapping..
http://docs.hp.com/en/5991-1153/ch02s05.html#bghbfahb
Others searching....
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:45 AM
03-17-2006 03:45 AM
Re: NFS
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:45 AM
03-17-2006 03:45 AM
Re: NFS
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:47 AM
03-17-2006 03:47 AM
Re: NFS
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 01:14 PM
03-19-2006 01:14 PM
Re: NFS
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 04:08 PM
03-19-2006 04:08 PM
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