Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: deven_01 on August 12, 2005, 12:38:12 PM

Title: NFS problem
Post by: deven_01 on August 12, 2005, 12:38:12 PM
Hello friend
 I configured NFs properly, ut i got following error during mounting
 mount to NFS server '192.168.0.197' failed: server is down
 where 192.168.0.197 is my nfs server
Title: NFS problem
Post by: Ricky on August 12, 2005, 05:02:07 PM
Are you sure that NFS service is started on your server ?
Title: NFS problem
Post by: dragoncity99 on August 13, 2005, 09:11:26 AM
Is your portmap service running?

If portmap is running, is nfsd (nfs daemon) running?

If nfsd can't run, is ur configuration file named "exports" have some typo error?
Title: NFS prolem
Post by: deven_01 on August 13, 2005, 11:01:42 AM
My server runnin properly
 I do following
 $service nfs start
 $service portmap start
 $rpcinfo -p
  it gives following as output
  program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32769  status
    100024    1   tcp  32768  status
which indicates the portmap & nfs running properly
 But when i given following command on client machine \
 $rpcinfo -p mynfsdomain it gives following error
 rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused
Title: nfs
Post by: Abhishek_Jain on October 06, 2005, 06:19:55 PM
hi,
  check whether nfs daemon is running on port 2049 on your server
Title: NFS problem
Post by: gauravbajaj on October 07, 2005, 06:42:42 AM
Ok
Do one thing : give this command
#service portmapper status

Send me the output of this command

After that give this
#service portmapper restart

After that mount ur NFS Share ..If still pb come .. then just uninstall the portmapper and re-install it again....

After that it will work...

Gaurav