- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Force NFS to version 2 on 11.23 IA64
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
06-08-2011 10:51 AM
06-08-2011 10:51 AM
Force NFS to version 2 on 11.23 IA64
The server is a Solaris machine with ZFS and there is a bug that only affects 11.23. The solution provided by Sun is to use NFSv2 or upgrade to 11.31. I cannot upgrade the machine so my only option is to use NFSv2. Other machines are accessing the NFS volume so I cannot change the NFS server to use version 2.
When I mount the volumes they are mounting as version 3. I added the vers=2 option but that seems to be ignored.
I've tried mounting the volumes using automount, fstab and manually but the result is always the same.
Thanks
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-08-2011 11:56 AM
06-08-2011 11:56 AM
Re: Force NFS to version 2 on 11.23 IA64
Here is a suggestion. Turn the VERSMIN and VERSMAX parameters to 2 in /etc/default/nfs . See if it takes only NFS v2 after the appropriate services are started and stopped.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-2011 07:27 AM
06-09-2011 07:27 AM
Re: Force NFS to version 2 on 11.23 IA64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-2011 10:34 AM
06-09-2011 10:34 AM
Re: Force NFS to version 2 on 11.23 IA64
What version of solaris are you using? I assume 10.
The file /etc/default/nfs should be on the solaris machine already.
And by default has the following, so default settings should work:
# Sets the minimum version of the NFS protocol that will be registered
# and offered by the server. The default is 2.
#NFS_SERVER_VERSMIN=2
Just for the sake of it.
Did you also do the following on the Solaris box?
# svcadm restart nfs/server
Also try doing showmount -e
Hope it helps,
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-13-2011 05:50 AM
06-13-2011 05:50 AM
Re: Force NFS to version 2 on 11.23 IA64
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-13-2011 08:31 AM
06-13-2011 08:31 AM
Re: Force NFS to version 2 on 11.23 IA64
mount -F nfs -o vers=2 server:/vol /sever/vol
After it mounts, the mount command shows defaults,dev=7600000a as the options.
The server is Solaris 10 with ZFS as the volume type and I cannot change that since it is sharing many volumes to many clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-13-2011 08:47 AM
06-13-2011 08:47 AM
Re: Force NFS to version 2 on 11.23 IA64
Dave
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP