- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX NFS - Unable to mount NetWare 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
Forums
Discussions
Discussions
Discussions
Forums
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
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
тАО06-24-2008 08:29 AM
тАО06-24-2008 08:29 AM
I'm replacing an HPUX 10.20 server with new HW running HPUX 11.23. When I try to mount the NetWare NFS server share I get the message "No such file or directory" and am unable to mount.
Automounter is turned off on both HPUX servers.
The command showmount -e netwareserver shows that the filesystems are being exported. I tried creating a new NFS share on the NetWare side and a new mount directory on the HPUX side and get the same error. I tried manually mounting using the IP address of the NetWare server with the same result. I also stopped the NFS services and rebuilt the ioconfig (as I saw in another post) without any improvement.
I have a similar setup at another location and the mounting works OK there. Other than the patch bundle from December 2007 on the 11.23 that is not working, I can't determine any differences.
Any help or suggestions to get the 11.23 system to mount the remote filesystems would be appreciated.
Thanks in Advance,
Henry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 09:00 AM
тАО06-24-2008 09:00 AM
Re: HPUX NFS - Unable to mount NetWare NFS share
mount ... special directory
I assume it is complaining about the "directory" part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 09:08 AM
тАО06-24-2008 09:08 AM
Re: HPUX NFS - Unable to mount NetWare NFS share
Check and verify /etc/exports file, whether its having the server name entry.
Run below command
exportfs -a ( on NFS server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 09:10 AM
тАО06-24-2008 09:10 AM
Re: HPUX NFS - Unable to mount NetWare NFS share
Yes, the directories are in place with 777 rights.
Update:
I checked on the NetWare side (nfsserver logs) and the message that occurs when trying to mount from the new HPUX servers is:
NFS version 3 not supported for path
Is there possibly something in the December patch bundle that disables earlier NFS version connection attempts?
Can the NFS client be configured to use NFS V2 for mounts?
Any other suggestions are welcome.
Thanks in Advance,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 09:23 AM
тАО06-24-2008 09:23 AM
SolutionCross check the mount options you are using on the server that works ?
I learned something new today, I did not know that Netware could export filesystems with UNIX native NFS. Cool, would have expected a need to have a netware client on the UNIX server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 10:19 AM
тАО06-24-2008 10:19 AM
Re: HPUX NFS - Unable to mount NetWare NFS share
I can mount using NFS V2 from the command line after checking the man entry.
Please pardon my ignorance but is there a way to get this into the fstab file with the version 2 option?
Thanks in Advance,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 10:31 AM
тАО06-24-2008 10:31 AM
Re: HPUX NFS - Unable to mount NetWare NFS share
Quick check usually works here.
From Linux or HP-UX
showmount -e hostname
hostname of the NFS server.
This will let you know what is shared if anything.
nmap hostname
From Linux will let you know if the right ports are open.
Taking a look at the syslog of the server system to see errors when you try and mount would be helpful.
/etc/exports can restrict access by hostname or IP address and that needs to be looked at.
Note that NFS implementation on 11.23 is a 3.0 implementation and its radically different than HP-UX 10.20
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
тАО06-24-2008 11:07 AM
тАО06-24-2008 11:07 AM
Re: HPUX NFS - Unable to mount NetWare NFS share
Modified the fstab line to include ",vers=2"
See below.
netwareNFSserver:/exported-dir /mount-point nfs rw,suid,soft,bg,vers=2 0 0
Thanks to everyone for their assistance.
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 11:09 AM
тАО06-24-2008 11:09 AM