This post is more than 5 years old
26 Posts
0
901
October 15th, 2014 03:00
Removing a file lock from a different node
Hi,
To search for a locked file I run
isi_for_array isi smb openfiles list | grep -i " "
Which returns for the file, but the file is usually on a different node than I'm logged on.
Is there a command where I can delete the file without switching to the different node first? Like a isi_for_
Cheers
0 events found
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 15th, 2014 04:00
isi_for_array -n2 "command to execute"
run command on node 2
VinceNoir1
26 Posts
0
October 15th, 2014 04:00
Thanks, that works. I have to use --force as it's asking for a yes/no otherwise, and that's not working.
Cheers