On Wed, Jan 18, 2012 at 5:31 AM, charith wrote:
> Hi All,
>
> I create following bash script to run some block of commands on remote
> server
> and get information but I try to do same using Perl but I couldn't
> make it so any one can suggest way to get done this using perl ? (please
> withou
Hi All,
I create following bash script to run some block of commands on remote
server
and get information but I try to do same using Perl but I couldn't
make it so any one can suggest way to get done this using perl ? (please
without using any modules)
my .sh...
Take a look at the CPAN module Net::SSH.
Example
use strict;
use Net::SSH qw(ssh ssh_cmd);
my @dirlist = remote_cmds("ls'");
mimi
2008/8/19 Irfan J Sayed (isayed) <[EMAIL PROTECTED]>
> Hi All,
>
> Can somebody have the sample Perl script which will fire the "ls"
> command on remote linux ma
Hi All,
Can somebody have the sample Perl script which will fire the "ls"
command on remote linux machine and give the exit status whether it is
success or failure.
OR can somebody please guide me step by step how to achieve this
Please help.
Regards
Irf.
-Original Message-
From: Michael Dube [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 11:19 AM
To: Perl Beginners List
Subject: Remote command execution on NT and Solaris?
I have just begun a project that will involve automated state setting on
multiple machines across multiple
---Original Message-
From: Michael Dube [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 11:19 AM
To: Perl Beginners List
Subject: Remote command execution on NT and Solaris?
I have just begun a project that will involve automated state setting on
multiple machines across multiple platf
ruct each
of the other systems to run their initialization script.
Is there a PERL module available which will facilitate remote command
execution for NT and Solaris?
Any suggestions on the best way to do this?
Thanks,
Mike