stumbled on a hidden file lock today. oplocks are set to On on the FAS2050, Ontap version 7.3.1.1
In windows server management console, file doesn't list as open for reading or writing. In filer console, locks status at the filer or folder level don't show a lock on the file, as in:
Prolific> lock status -f /vol/projects/00001ma-pm
No locks
but if i check at the file level,
Prolific> lock status -f /vol/projects/00001ma-pm/file.xlsx
========013e0239:01038182
CIFS path=\00001ma-pm\Morphpm-global.xlsx(/vol/projects/00001ma-pm/file.xlsx) host=x.x.x.x() owner=user state=GRANTED mode=RdWr-denyW oplock=None
CIFS path=\00001ma-pm\Morphpm-global.xlsx(/vol/projects/00001ma-pm/file.xlsx) host=x.x.x.x() owner=user pid=65279 offset=2147483539 len=1 excl=yes state=GRANTED
CIFS path=\00001ma-pm\Morphpm-global.xlsx(/vol/projects/00001ma-pm/file.xlsx) host=x.x.x.x() owner=user pid=65279 offset=2147483539 len=1 excl=yes state=GWAITING
CIFS path=\00001ma-pm\Morphpm-global.xlsx(/vol/projects/00001ma-pm/file.xlsx) host=x.x.x.x() owner=user pid=65279 offset=2147483559 len=1 excl=yes state=GRANTED
CIFS path=\00001ma-pm\Morphpm-global.xlsx(/vol/projects/00001ma-pm/file.xlsx) host=x.x.x.x() owner=user pid=65279 offset=2147483599 len=1 excl=yes state=GRANTED
to break the lock, i used
Prolific> lock break -f /vol/projects/00001ma-pm/file.xlsx
just wanted to share this because i couldn't find any pointers to this on the supprot or community site, and support couldn't find any documentation on it, and from a little googling, sounds like this might happen often with office2007.
Marty Doscher