in reply to Multiple Device Logon execute the same command
So you want to write a perl script which reads the list of server name from a file and execute a set of commands in remote server.
Why dn't you try yourself writing a sample script and execute? Here I am giving you the hints to try or search in google.
1.How to read and write a text file in perl?
2.How to execute a command in remote host and extract the output?
So if you could try writing script and if you face any problem please post as, lot of monks are here to help you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Multiple Device Logon execute the same command
by PerlCramps (Novice) on Mar 26, 2015 at 17:35 UTC | |
by vinoth.ree (Monsignor) on Mar 27, 2015 at 14:27 UTC | |
by PerlCramps (Novice) on Apr 03, 2015 at 12:14 UTC | |
by dasgar (Priest) on Apr 03, 2015 at 18:12 UTC | |
|
Re^2: Multiple Device Logon execute the same command
by PerlCramps (Novice) on Mar 06, 2015 at 19:50 UTC |