- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mounting problems.
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
01-27-2005 07:05 AM
01-27-2005 07:05 AM
NFS mounting problems.
On the second server, AutoFS is running and won't mount the directory. Even trying a "mount -F nfs server1:/tmp/e /tmp/test" results in "nfs mount: mount_nfs: mount: /tmp/test: No such file or directory" which seems a little odd - /tmp/test definitly exists on the second server. The second server has the FDQN of the first server in the hosts file.
All IP addresses and hosts names are verifiable via nslookup and ping.
I'm not sure how, but some combination of messing with the hosts file and different mount options (i.e. mount vs. cd /net/server1) results in a Permission Denied, rather than the "mount directory not found".
I've been through about 20 threads on here and haven't found a resolution.
Isn't there something about NFS not being able to mount a host name longer than 30 characters or something? (My actual host name is longer than 30 characters).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 07:12 AM
01-27-2005 07:12 AM
Re: NFS mounting problems.
chmod 777 the directory and see if that makes a difference.
If not change perms back.
Next, consider checking that DNS resolution is working right. That could cause this problem.
You might get more info in the syslog.log file to help diagnose.
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
01-27-2005 07:14 AM
01-27-2005 07:14 AM
Re: NFS mounting problems.
Try this in /etc/exportfs,
/tmp/e -o rw=esppt.somedomain.com
Do "showmount -e your_nfs_server_name" to check if the filesystem is being exported.
do "showmount -a" on the nfs server to check if it got mounted.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 07:22 AM
01-27-2005 07:22 AM
Re: NFS mounting problems.
submit blah bhah".
Sanjay.. -o caused exportfs to exit with an error message "unknown option: o". showmount -e server1 works and shows the correct file systmes on the server and the client!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 07:28 AM
01-27-2005 07:28 AM
Re: NFS mounting problems.
internally, the site where the client is is known as one domain name and it's known by another externally. The server was referencing the external name, but needed to know the internal name. An entry in the hosts file fixed the problem. Post another message Steven and I'll shoot you some more points.
Thanks!
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 07:36 AM
01-27-2005 07:36 AM
Re: NFS mounting problems.
I think there was a typo mistake in my earlier post,
try this,
/tmp/e - rw=esppt.somedomain.com
There is a space betweeb "-" and "rw".
Hope this helps.
Regds