- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount error: Unknown authentication flavor #39...
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
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
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
05-09-2013 03:24 PM
05-09-2013 03:24 PM
Hi,
I was trying to mount a Windows share (hosted on Windows Server 2008) on my HP UX server.
"showmount -e" returns correct info. However, the mount command returns this error:
nfs mount: get_fh: Unknown authentication flavor #390004 for win_nfs_server:/nfshare
On Windows side, the Service for NFS is using User Name Mapping (Active Directory Lookup is not used).
Thanks,
Teresa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2013 02:12 PM
05-10-2013 02:12 PM
Re: nfs mount error: Unknown authentication flavor #390004 for Windows server 2008 nfs share
Which version of HP-UX are you using? (What does the "uname -a" command report?)
The authentication flavor numbers are managed by IANA. Here is the official table:
http://www.iana.org/assignments/rpc-authentication-numbers/rpc-authentication-numbers.xml
According to that, flavor #390004 is krb5i.
HP-UX 11.31 should be able to do that with NFS, but HP-UX 11.23 or older may not be able to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2013 08:45 AM
05-13-2013 08:45 AM
Re: nfs mount error: Unknown authentication flavor #390004 for Windows server 2008 nfs share
Hi MK,
We are on B.11.11. We have no problems to mount NFS share on SFU 3.5 which resides on Windows Server 2003.
Thanks,
Teresa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2013 10:13 AM
05-13-2013 10:13 AM
SolutionI was able to mount from HP UX after I changed one of the settings on "Server for NFS" on the Windows Server 2008:
Right click on Server For NFS-> Properties -> uncheck the option of "Enable NFS server 3 Support" -> Apply and restart the service.
Thanks,
Teresa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2014 07:37 AM
06-24-2014 07:37 AM
Re: nfs mount error: Unknown authentication flavor #390004 for Windows server 2008 nfs share
Using NFS by forcing the version to 2 will cause a several limitation on your file system, file ca not be greater than 4GB...
You can just uncheck the "integry and authentication Krb5i" on windows NFS server settings and retry.