Re: how to use Net::OpenSSH::Parallel

2012-04-26 Thread pomkar65
Hi i am here learning Net::OpenSSH::Parallel and Schedule::Cron modules in perl. i am searching for examples. i want a perfect example on this two modules. Is there anybody help me in learning this modules by example please... Thanks, Omkar -- To unsubscribe, e-mail: beginners-unsubscr...@perl

Re: how to use Net::OpenSSH::Parallel

2011-11-07 Thread Rajeev Prasad
Subject: Re: how to use Net::OpenSSH::Parallel On Sep 14, 11:57 pm, rp.ne...@yahoo.com (Rajeev Prasad) wrote: > trying to use this module now. but i guess i have a very basic issue: > > currently i am running following in a loop for all hosts (and a inner loop > for all command

Re: how to use Net::OpenSSH::Parallel

2011-09-19 Thread salvador fandino
On Sat, Sep 17, 2011 at 6:15 PM, Rajeev Prasad wrote: > Hi Salva, > Thx for responding. I need to SSH into several nodes and run some commands > there and capture the modified output to a file on local node from where the > script is run. The easiest way to do that with Net::OpenSSH::Parallel is

Re: how to use Net::OpenSSH::Parallel

2011-09-18 Thread Rajeev Prasad
: Saturday, September 17, 2011 12:21 PM Subject: Re: how to use Net::OpenSSH::Parallel On Sep 17, 2011 12:16 PM, "Rajeev Prasad" wrote: > > On Sep 14, 11:57 pm, rp.ne...@yahoo.com (Rajeev Prasad) wrote: > > trying to use this module now. but i guess i have a very basic issue

Re: how to use Net::OpenSSH::Parallel

2011-09-17 Thread shawn wilson
On Sep 17, 2011 12:16 PM, "Rajeev Prasad" wrote: > > On Sep 14, 11:57 pm, rp.ne...@yahoo.com (Rajeev Prasad) wrote: > > trying to use this module now. but i guess i have a very basic issue: > > > > currently i am running following in a loop for all hosts (and a inner loop for all commands for a ho

Re: how to use Net::OpenSSH::Parallel

2011-09-17 Thread Rajeev Prasad
On Sep 14, 11:57 pm, rp.ne...@yahoo.com (Rajeev Prasad) wrote: > trying to use this module now. but i guess i have a very basic issue: > > currently i am running following in a loop for all hosts (and a inner loop > for all commands for a host): > >     my ($MFSSH) = Net::OpenSSH->new($HOST, >    

Re: how to use Net::OpenSSH::Parallel

2011-09-16 Thread salva
On Sep 14, 11:57 pm, rp.ne...@yahoo.com (Rajeev Prasad) wrote: > trying to use this module now. but i guess i have a very basic issue: > > currently i am running following in a loop for all hosts (and a inner loop > for all commands for a host): > >     my ($MFSSH) = Net::OpenSSH->new($HOST, >    

how to use Net::OpenSSH::Parallel

2011-09-14 Thread Rajeev Prasad
trying to use this module now. but i guess i have a very basic issue: currently i am running following in a loop for all hosts (and a inner loop for all commands for a host):     my ($MFSSH) = Net::OpenSSH->new($HOST,                             user => $USER,                             pass