Determinig the command run on a host from host output #387
Unanswered
erkan-arslan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider we run commands on different hosts with ParallelSSHClient and client.run_command like;
HostA -> Command01 --Arg01
HostA -> Command01 --Arg02
HostB -> Command01 --Arg01
HostB -> Command01 --Arg02
from output structure I am able to undestand which host's output I am dealing with. But, from same host, I am not able to track which command output it is. Since the output formats of the command01 is similar with Arg01 and Arg02 flags, I am not able to differentiate it. But, in order to feed correct info to DB I must know the flag used.
Best regards,
How can I determine/understand both host and command from host output?
Beta Was this translation helpful? Give feedback.
All reactions