On Fri, Mar 5, 2021 at 11:51 PM Hogue, Robert (Nokia - CA/Ottawa) <robert.ho...@nokia.com> wrote: > > Thank you for the response, I set the logfile for the script. > > exec >/var/www/html/rbim/scripts/results/"$output_file_name"_2 2>&1
That is fine. You just did not mention this in your original mail. > As I mentioned I can run it for 500 ips and all is good but when I run it on > 2000 ips the ones that passed with 500 not show some timing out and not > providing the command output I send with ssh. Does it matter which IPs you start with? E.g. instead of starting with 1..2000, start with 501..2000,1..500 Is it exactly the same that fail? Does GNU Parallel complete? What does GNU Parallel put in --joblog? /Ole