I am running a Linux server (kernel 2.4.18 with XFS support) that uses
NFS to connect to a back-end NAS device running Windows 2000 and MS
Services for UNIX.
I mount the NFS partition through /etc/fstab with the options
rw,rsize=8192,wsize=8192,async,tcp,hard,intr
I am using NFS as backend storage for a Lotus Domino server, and after
both the NAS device and Linux box are rebooted everything works great
(if a little slowly).
The Domino server can access some pretty huge (20Gb) databases across
the NFS link and all is dandy.
However, after a period of time all seems to go wrong and the Domino
server returns error saying:
The database is in use by another user...blah blah blah.
The logging on the NAS device notes that an attempt to lock the
database file in question failed (no more logging than that).
All I can do is restart the NFS service on the NAS device and and the
re-mount on the client.
Does anyone have any advice on what the problem might be here?
TIA
Mike