1753971 Members
8002 Online
108811 Solutions
New Discussion юеВ

Re: NFS not working

 
SOLVED
Go to solution
singh sanjeev
Trusted Contributor

Re: NFS not working

check on the client that your NFS file system being exported or not:
on client
#showmount -e

Sanjeev Singh
Mike Miller_8
Regular Advisor

Re: NFS not working

Dumb question but do you have NFS enabled ?
P Muralidhar Kini
Honored Contributor

Re: NFS not working

Hi Rajesh,

Is the problem resolved ?

Can this also be a permission issue.
Looks like problem similar to
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1436470

Regards,
Murali
Let There Be Rock - AC/DC
Deeos
Regular Advisor

Re: NFS not working

Hi rajesh,

do following step:

#exportfs -aF nfs
#more /etc/xtab
file whether entries are availalbe for which mount points are being exported.

you can also put showmount -e command to check your exported mount point

#/sbin/init.d/nfs.server stop
#/sbin/init.d/nfs.server start



on the client side...........


check showmount -a commoand to view available nfs mount points in your client server.

#bdf
to check all mount points

if you are still facing problem, then let me know!


Regards
Deeos


Deepak