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
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
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
: 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
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
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,
>
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,
>
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