- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS version
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-22-2005 03:09 AM
03-22-2005 03:09 AM
How can I force the nfs client to mount the FS in ver 3. I found some file system are mounted on ver 2 and some are mounted ver 3, even thought they are exported from the same server.
Thanks,
Simon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 03:17 AM
03-22-2005 03:17 AM
Re: NFS version
if your clients are on HP-UX 11.x you can use to option "vers=3" for the nfs mount.
see man mount_nfs
on other client OSs you would need to check the appropriate man page or similar.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 03:18 AM
03-22-2005 03:18 AM
Re: NFS version
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=93726
If you force the NFS version as this user tried, take not of the fact that V2 may be requird for certain mounts.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 03:19 AM
03-22-2005 03:19 AM
Re: NFS version
Use
mount -F nfs -o vers=3 hostname:/path/to/dir /mnt_point
You should also make sure the server is not "forcing" a version 2 export as it will override the client request. Also some servers may not support ver 3 - especially if they're old & not up to date on patches.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 03:28 AM
03-22-2005 03:28 AM
Re: NFS version
forgot to mention before, those NFS are mounted during the HA package start, not automount, how can I force them to mount on ver 3.
Thanks again.
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 04:27 AM
03-22-2005 04:27 AM
SolutionEven if the filesystems are mounted using a HA package, you are still using the mount command to mount the filesystem if it is defined in Customer_defined_run_cmds. If it is so, you can use -o vers=3 with the mount command to mount the filesystem using ver 3.
Hope this helps.
Regds