Hello guys,
I have a frontend server running connected to a backend NFS server.
Sometimes the frontend server loses its ip addresses on re0 and is unable to renew its ip. I tried reconnecting the cables, netif restart and nothing.
This usually happens when frontend is writing data to backend NFS. Sometimes the frontend server freezes and sometimes it goes offline (maybe its frozen because of some NFS problem)
What advice could you guys give ?
I am pretty sure this is related to NFS.
frontend server /etc/fstab has:
The backend NFS server has no problems.
I have a frontend server running connected to a backend NFS server.
Sometimes the frontend server loses its ip addresses on re0 and is unable to renew its ip. I tried reconnecting the cables, netif restart and nothing.
This usually happens when frontend is writing data to backend NFS. Sometimes the frontend server freezes and sometimes it goes offline (maybe its frozen because of some NFS problem)
What advice could you guys give ?
I am pretty sure this is related to NFS.
frontend server /etc/fstab has:
Code:
192.168.1.22:/mnt/nfs/_data01 /mnt/data/_data01 nfs rw,intr,bg,nolockd,late 0 0
192.168.1.22:/mnt/nfs/_data02 /mnt/data/_data02 nfs rw,intr,bg,nolockd,late 0 0
The backend NFS server has no problems.