in reply to Re: Read, SFTP Put and Move Files from a "Busy" NFS FileSystem
in thread Read, SFTP Put and Move Files from a "Busy" NFS FileSystem
Hello longjohnsilver,
Just to add something minor here but I think useful.
Since as you said the node is LinuxOS I would also check if the file is processed (opened) before moving it. It might not have finished being written before you move it.
print "file $file is opened\n" if `lsof $file`;Hope this helps, BR.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Read, SFTP Put and Move Files from a "Busy" NFS FileSystem
by RonW (Parson) on Jan 12, 2019 at 00:26 UTC | |
Re^3: Read, SFTP Put and Move Files from a "Busy" NFS FileSystem
by soonix (Chancellor) on Jan 12, 2019 at 07:50 UTC | |
by kschwab (Vicar) on Jan 12, 2019 at 16:46 UTC | |
by salva (Canon) on Jan 13, 2019 at 16:26 UTC | |
by kschwab (Vicar) on Jan 13, 2019 at 17:09 UTC | |
Re^3: Read, SFTP Put and Move Files from a "Busy" NFS FileSystem
by afoken (Chancellor) on Jan 12, 2019 at 15:48 UTC | |
Re^3: Read, SFTP Put and Move Files from a "Busy" NFS FileSystem
by longjohnsilver (Acolyte) on Jan 12, 2019 at 15:07 UTC |