Operating System - HP-UX
1827207 Members
2451 Online
109716 Solutions
New Discussion

Re: Unable to mount nfs on client system.

 
Viswanadhan
Regular Advisor

Unable to mount nfs on client system.

Hi Admins,

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.

6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: Unable to mount nfs on client system.

>Client#mount -F nfs Server:/docs /u06
>Permission denied

You need to go to Server and see how you exported /docs/.
Look at /etc/exports & /etc/xtab.
Viswanadhan
Regular Advisor

Re: Unable to mount nfs on client system.

Hi,

And how to check that port 2049, 1110 is opend or blocked, through any specific command.

Im dought on port blocking.

Regards,
Viswa.
Prashanth.D.S
Honored Contributor

Re: Unable to mount nfs on client system.

Hi,

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
Viswanadhan
Regular Advisor

Re: Unable to mount nfs on client system.

Hi Dennis,

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.
Viswanadhan
Regular Advisor

Re: Unable to mount nfs on client system.

Thanks to all.
Dennis Handly
Acclaimed Contributor

Re: Unable to mount nfs on client system.

>Now i have mounted on slient 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