To close Open files in Isilon
Sometimes we may have to Close open files on Isilon , This is how we can accomplish it
First find all the Open Files using the Following Command:
isi_for_array "isi smb openfiles list"
To Narrow the search we can grep the result as an example
isi_for_array "isi smb openfiles list" | grep -i abc
Once you find the files the 6 digit number is the id for that open file.
To close the open file run the following command
isi_for_array isi smb openfiles close "123456" -f
Hope this helps
Sometimes we may have to Close open files on Isilon , This is how we can accomplish it
First find all the Open Files using the Following Command:
isi_for_array "isi smb openfiles list"
To Narrow the search we can grep the result as an example
isi_for_array "isi smb openfiles list" | grep -i abc
Once you find the files the 6 digit number is the id for that open file.
To close the open file run the following command
isi_for_array isi smb openfiles close "123456" -f
Hope this helps
i am getting the error
ReplyDeleteCould not close file '', id=165: NERR_FileIdNotFound
WHat is the current output ?
Deleteisi_for_array "isi smb openfiles list" | grep -i abc