This command closes a particular open file handle.
NOTE: This command is available starting with VAST Cluster 5.4.1.
Before using this command:
Run
openfilesquery list-open-filesto obtain the file ID of the file for which you want to list open handles.Run
openfilesquery query-open-file-handlesto retrieve a list of open handles for the file ID.Run
openfilesquery list-open-file-handlesto obtain the ID of the file handle that you want to close.
Usage
openfilesquery close-open-file-handle --file-handle-id IDRequired Parameters
| The ID of the open file handle you want to close. The file handle ID can be obtained from the ID field of |
Example
To close file handle with ID 7:
vcli: admin> openfilesquery close-open-file-handle --file-handle-id 7