I keep seeing these errors:
ncelab: *N,DLWTLK: Pausing until a exclusive lock can be established on library X
ncelab: *F,DLNOLK: Failed to get a exclusive lock on library X
Where X is a library residing on our NFS server. However, we pre-compile all the libraries once and the general idea is that they should be kept constant and not changed. Is there a way to prevent this locking operation and just open the library read-only? Or is it possible to increase the timeout for the pause or just queue on lock?
Thanks!