NFS stopped working after reboot

Status
Not open for further replies.

wacko

Cadet
Joined
May 29, 2013
Messages
1
Hi,

I had a power outage today and after the FreeNAS server came back online my NFS share was inaccessible. The webgui continues to work and I can ssh into the server no problem. I can also access the server via AFP and CIFs without any issues, it only seems to be related to NFS. I do not know what could have changed, the server at previous times has been rebooted without affecting the shares in any negative way.

Code:
[root@magneto] ~# showmount -e
RPC: Timed out
showmount: can't do exports rpc
[root@magneto] ~# service rpcbind forcestatus
rpcbind is running as pid 2034.
[root@magneto] ~# service nfsd forcestatus
nfsd is running as pid 6108 6109.



I have tried deleting the NFS share and re-adding it again, and can do a showmount for 30 seconds or so before it stops working. Restarting NFS also has the same effect

Code:
[root@magneto] ~# showmount -e
Exports list on localhost:
/mnt/space                         192.168.0.0 



From the connecting machine

Code:
root@eleanor:~$ rpcinfo -p 192.168.0.20
   program vers proto   port  service
    100000    4   tcp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    2   tcp    111  portmapper
    100000    4   udp    111  portmapper
    100000    3   udp    111  portmapper
    100000    2   udp    111  portmapper
    100000    4     7    111  portmapper
    100000    3     7    111  portmapper
    100000    2     7    111  portmapper
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100024    1   udp    670  status
    100024    1   tcp    670  status
    100021    0   udp    661  nlockmgr
    100021    0   tcp    951  nlockmgr
    100021    1   udp    661  nlockmgr
    100021    1   tcp    951  nlockmgr
    100021    3   udp    661  nlockmgr
    100021    3   tcp    951  nlockmgr
    100021    4   udp    661  nlockmgr
    100021    4   tcp    951  nlockmgr
    100005    1   udp   1015  mountd
    100005    3   udp   1015  mountd
    100005    1   tcp   1015  mountd
    100005    3   tcp   1015  mountd



Any help in figuring out what has gone wrong will be greatly appreciated.

Thanks.
 
Status
Not open for further replies.
Top