This command closes open filehandles. To list open filehandles, run cluster list-open-protocol-handles.
Usage
cluster close-protocol-handle --file-path FILE_PATH --session-id SESSION_ID --session-handle-unique-id SESSION_HANDLE_UNIQUE_ID [--share SHARE] [--cluster-id ID] [--tenant-name TENANT_NAME]
Required Parameters
|
Specify the full file path without providing |
|
Specifies the session ID. This is listed as session_id in the output of cluster list-open-protocol-handles. |
|
Specifies the unique ID of the session handle you want to close. This is listed as unique_id in the output of cluster list-open-protocol-handles. |
Options
Example
vcli: admin> cluster close-protocol-handle --file-path test.txt --share test2 --session-id 0x1c00200000002 --session-handle-unique-id 0x1c0020000000b Filehandle was closed successfully
Comments
0 comments
Article is closed for comments.