I have a process that runs ok on the local file system, but hang on filer
strace show that the last thing is tryong to do is acquire a lock
17:27:24 access("/netapp/file", W_OK) = 0 <0.000013>
17:27:24 fstat64(13, {st_mode=S_IFREG|0755, st_size=741376, ...}) = 0 <0.000007>
17:27:24 fcntl64(13, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}
and it hangs
on filer run the lock status -h and sm_mon -l <hostname> ...nothing
yet....there is a hostname in /etc/sm/monitor file
What is wrong?