Parallel Question Issue

2021-03-04 Thread Hogue, Robert (Nokia - CA/Ottawa)
Hi, I am running the below parallel when I run it again 500 targets in this case commands that ssh to host and grabs information. I runs fine. parallel --timeout 800% --tag linux_boxes_ssh "$passwords" "$file_with_targets" If I run it against 10,000 targets a lot of them do not right the

Re: Parallel Question Issue

2021-03-04 Thread Rob Sargent
There's a per job delay, if that helps. On 3/4/21 1:27 PM, Hogue, Robert (Nokia - CA/Ottawa) wrote: Hi, I am running the below parallel when I run it again 500 targets in this case commands that ssh to host and grabs information. I runs fine. parallel --timeout 800% --tag linux_boxes_ssh ::

Re: Parallel Question Issue

2021-03-04 Thread Rob Sargent
Some how the manual has become hidden from googling. The best is still https://www.gnu.org/software/parallel/parallel.html It looks like your script does an ssh. Let parallel do that for you (sshlogin file) then your script just runs, doesn't have to On 3/4/21 1:27 PM, Hogue, Robert (Nokia -