execute commands on multiple solaris servers in parallell
am 21.09.2007 11:42:08 von gerry.brennanHi
Is there a utility in sunfreeware.com to execute commands on multiple
solaris servers in parallell
Gerry.
Hi
Is there a utility in sunfreeware.com to execute commands on multiple
solaris servers in parallell
Gerry.
At 2007-09-21 05:42AM, "gerry.brennan@gmail.com" wrote:
> Hi
> Is there a utility in sunfreeware.com to execute commands on multiple
> solaris servers in parallell
Try expect.
--
Glenn Jackman
"You can only be young once. But you can always be immature." -- Dave Barry
On Sep 21, 4:42 am, gerry.bren...@gmail.com wrote:
> Hi
> Is there a utility in sunfreeware.com to execute commands on multiple
> solaris servers in parallell
>
> Gerry.
If you can automatically log in with ssh, you can set this up
yourself. I manged to write a simple script that uses ssh to execute
commands on AIX, HP-UX and Linux (in parallel).
Miles