- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to mount nfs on client system.
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-25-2007 05:48 PM
10-25-2007 05:48 PM
Unable to mount nfs on client system.
Im unable to mount the nfs on client system.
I see require daemons are running on server, and client system.
I donot see /etc/dfs directory. I tried to mount from server as
Server# mount -F nfs server:/docs client:/u06
Error is "mount: absolute path name is required for client:/u06"
Client#mount -F nfs Server:/docs /u06
Permission denied
#
Please guide me on this.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 06:04 PM
10-25-2007 06:04 PM
Re: Unable to mount nfs on client system.
>Permission denied
You need to go to Server and see how you exported /docs/.
Look at /etc/exports & /etc/xtab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 06:12 PM
10-25-2007 06:12 PM
Re: Unable to mount nfs on client system.
And how to check that port 2049, 1110 is opend or blocked, through any specific command.
Im dought on port blocking.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 06:24 PM
10-25-2007 06:24 PM
Re: Unable to mount nfs on client system.
Check if this helps you out..
# grep NFS /etc/services
nfsd 2049/udp # NFS remote file system
nfsd 2049/tcp # NFS remote file system
# netstat -a | grep NFS 2049
grep: can't open 2049
# netstat -a | grep -i nfsd
tcp 0 0 *.nfsd *.* LISTEN
udp 0 0 *.nfsd *.*
udp 0 0 *.nfsd *.*
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 06:26 PM
10-25-2007 06:26 PM
Re: Unable to mount nfs on client system.
I made necessay changes for /etc/exportfs, xtab for server system, and restart nfs service.
Now i have mounted on slient system.
Thanks for help.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 06:36 PM
10-25-2007 06:36 PM
Re: Unable to mount nfs on client system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 06:41 PM
10-25-2007 06:41 PM
Re: Unable to mount nfs on client system.
If our answers were helpful, please read the following about assigning points:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
You can reopen this thread by:
http://forums1.itrc.hp.com/service/forums/helptips.do?#41