in reply to Run multiple alert monitoring perl scripts on several Linux machines hosting multiple oracle DB

Hello aravind.kalla,

Welcome to the Monastery. I would agree with the fellow Monk hippo for my point of view I would use Net::OpenSSH::Parallel.

Some time ago another monk asked a "similar" question, by similar I mean that the solution to this question is 60%-70% of your solution, here is a full example with code on how to implement that Re: multiple machines disk space alert.

If this is still not enough to get you started then read this How do I post a question effectively? and modify your question accordingly.

Hope this helps, BR.

Seeking for Perl wisdom...on the process of learning...not there...yet!
  • Comment on Re: Run multiple alert monitoring perl scripts on several Linux machines hosting multiple oracle DB
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: Run multiple alert monitoring perl scripts on several Linux machines hosting multiple oracle DB
by aravind.kalla (Novice) on Dec 15, 2017 at 11:19 UTC
    I tried for several servers to run a Linux command on multiple machines...it works. But I am also looking to run perl scripts on multiple machines, which fails when passed as part of commands, is there any way to run perl scripts parallely.

      In your first post you say you're trying to monitor multiple oracle instances per server, for hundreds of servers. Are you now saying that in addition to this you need to run perl scripts on stored on each host? Some clarity in your requirements may help, meanwhile have you see MCE?