Ssh – How to disconnect users from a file stored on a NAS

emcfile-servernetwork-attached-storagenetwork-sharessh

We recently migrated our file servers from a Windows file server to an EMC VNXe NAS device.

Previously, when a user needed into a critical file that someone else had open and the situation warranted, I'd log into the file server and disconnect any unwanted users from the file.

How is this done in a NAS device such as mine?

UPDATE to clarify what I do and do not have:

The VNXe system has a web management interface that allows management of the disks, shares, users, access, pools, authentication, system status, updates, etc.

It does not have the ability to view file-level share contents.

There is also SSH on the device, but it's been a while since I used a Linux CLI and I don't know where to begin doing this particular task in a Linux CLI.

Best Answer

The solution is pretty much the same as with a Windows Server-based network storage system: In Computer Management Console connect to the VNXe NAS using the Connect To Another Computer option.

Most of the various Computer Management controls will not work, but under System Tools - Shared Folders, Shares, Sessions, and Open Files will work here just the same as using a Windows Server-based network storage drive. You can view open files, user sessions connected, and unlock files as necessary.

No WebUI, rusty *nix skills? No problem.

Related Topic