- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connecting to Windows server 2012 R2 NFS share
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
12-04-2020 07:24 AM
12-04-2020 07:24 AM
Connecting to Windows server 2012 R2 NFS share
We currently have an HP-UX V. 11.11 that was connected to a windows server 2008 R2 NFS share utlizing Services for Unix on a Windows server 2003 to map the unix users to our Windows domain users. We have since moved our NFS server to server 2012 R2. We map the share using /etc/fstab with the following line:
servername:/share /tmp/share nfs rw 0 0
The default configuration of windows server 2012 R2 does not allow us to map the share. We have to disable support for NFS V 2.0 and 3.0 for the share to mount. From my reading here: in order to map the unix servers with domain users the minimum supported version for this is 3.0.
When I run rpcinfo -p localhost | grep nfs, I get the following results:
100003 2 TCP 2049 nfs
100003 3 TCP 2049 nfs
100003 2 UDP 2049 nfs
100003 3 UDP 2049 nfs
So it seems like V 3.0 is supported, but will not connect to the windows share. Any ideas???