`cifs sessions *` will dump the sessions, as well as the files that are in use in the session. Also, the lock_dump command should work over rsh if you execute it like:
rsh filer "priv set advanced; lock_dump -f; priv set"
Hope that helps.
Brian Moyers Sr. Software Engineer, Infrastructure BEA Systems (415) 402-7416 bmoyers@bea.com
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com]On Behalf Of Drew O'Donnell Sent: Monday, July 15, 2002 9:14 AM To: 'toasters@mathworks.com' Subject: CIFS Open Files
We have an issue with open CIFS files on one of our filers. I would like an easy way see who has a specific file open and how to kick them out. Currently I use lock_dump command, but for some reason this will not run through RSH, so I can not redirect the results to a text file that I can search. Help, Please.... Drew