screwloose
MIS
Is there a way to use Perl to create a parallel command that would execute a program across multiple servers in parallel.
I have spent 5 years on IBM’s SP2 system that has parallel commands that run on all servers simultaneously and precludes one from having to log into each system to run a command. Also, if I have to copy a file to each server I can use ‘pcp’ parallel copy.
The reason I want this is because the company has bought 45 Solaris SPARC servers and I do not want to log into every server. As of now, I have a script that executes telnet and runs a command, but it takes about 10 seconds for each telnet, login, password, run command, disconnect.
So let me know if this is possible with Perl – and how. I use ksh for most everything and my Perl is left to one liners.
Thanks.
I have spent 5 years on IBM’s SP2 system that has parallel commands that run on all servers simultaneously and precludes one from having to log into each system to run a command. Also, if I have to copy a file to each server I can use ‘pcp’ parallel copy.
The reason I want this is because the company has bought 45 Solaris SPARC servers and I do not want to log into every server. As of now, I have a script that executes telnet and runs a command, but it takes about 10 seconds for each telnet, login, password, run command, disconnect.
So let me know if this is possible with Perl – and how. I use ksh for most everything and my Perl is left to one liners.
Thanks.