- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS issues
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
10-09-2006 10:12 AM
10-09-2006 10:12 AM
I am using Ignite-UX and am having issues with NFS. On the client, I cannot mount the directory from the server. The directory is correctly exported.
ignclnt:/#:mount ignsvr:/var/opt/ignite/recovery/archives/ignclnt /tmp/test
Permission denied
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 10:38 AM
10-09-2006 10:38 AM
Re: NFS issues
there is a message in /var/adm/syslog/syslog.log that may explain further.
Either ownership permissions does not permit it or the limits in /etc/exports on the server is blocking it.
Also TCP wrappers, which I recently learned how to properly use on the RHCE can block access by network/hostnamme etc.
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
10-09-2006 11:22 AM
10-09-2006 11:22 AM
Re: NFS issues
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 03:02 AM
10-10-2006 03:02 AM
Re: NFS issues
I am trying to add a system for recovery (make_net_recovery) in Ignite-UX, and it's having problems mounting its filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 03:15 AM
10-10-2006 03:15 AM
Re: NFS issues
On the client, verify the exported filesystems from the server:
showmount -e ignsvr
Assuming that shows what you're expecting,
ssh ignsvr # Login
tty # Note the tty number
who -R | grep ${tty} # Note the hostname.
Verify the hostname matches what you're using in the exports if you're using host based access lists on the exports.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 12:39 AM
10-11-2006 12:39 AM
Re: NFS issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 07:07 AM
10-11-2006 07:07 AM
Re: NFS issues
If you've exhausted all of the normal troubleshooting options (i.e. make sure all the daemons are running, make sure the filesystem is exported properly, make sure the client is in any access lists for the filesystem, etc.) and you're still not able to get the filesystem to mount then you should try enabling debug logging for the rpc.mountd daemon on the server and repeat the failed operation. The resulting log file will give us a lot more information about why the server is rejecting the mount request.
To enable debug rpc.mountd logging, use ps to find the running rpc.mountd daemon and send that daemon a SIGUSR2 (i.e. kill -17
Please post the debug rpc.mountd logfile here so that I can examine the contents and hopefully determine why the server is rejecting the mount request.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
