execute commands on multiple solaris servers in parallell

execute commands on multiple solaris servers in parallell

am 21.09.2007 11:42:08 von gerry.brennan

Hi
Is there a utility in sunfreeware.com to execute commands on multiple
solaris servers in parallell

Gerry.

Re: execute commands on multiple solaris servers in parallell

am 21.09.2007 14:09:22 von Glenn Jackman

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

Re: execute commands on multiple solaris servers in parallell

am 21.09.2007 14:45:10 von Miles

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