This command lists open SMB file handles.
Usage
view list_open_smb_handles --file-path [--share] [--cluster-id] [--tenant-name]
Required Parameters
|
Specify the full file path without providing |
Options
Example
vcli: admin> view list_open_smb_handles --file-path test.txt --share test2 File handle +--------------------+----------+----------------+---------------+-------------------------+------------------------------+ | ehandle | clone_id | delete_pending | has_any_lease | lease_break_in_progress | number_open_protocol_handles | +--------------------+----------+----------------+---------------+-------------------------+------------------------------+ | 0x1996f19bff406ddd | 0x0 | False | True | False | 2 | +--------------------+----------+----------------+---------------+-------------------------+------------------------------+ Open protocol handles +-----------------+-----------------+-----------+--------------+-------------+-----------+------------+---------------------+ | session_id | unique_id | client_ip | share_access | access_mask | has_lease | is_durable | username | +-----------------+-----------------+-----------+--------------+-------------+-----------+------------+---------------------+ | 0x1c00200000002 | 0x1c0020000000b | 192.0.2.0 | R+W+D | 0x80120089 | True | True | some_user | | 0x1c00200000002 | 0x1c0020000000f | 192.0.2.0 | R+W+D | 0x80120089 | True | True | some_user | +-----------------+-----------------+-----------+--------------+-------------+-----------+------------+---------------------+
Comments
0 comments
Article is closed for comments.