06-16-04 10:57 PM
Hi Folks,
I have to administrate a group of 20 AIX4.3.3.0 Workstation.
I need a tool who "spread" my commands which I type in one shell using
ssh to all the ppcs I want at the same time.
I know I can do this like
for i in 3 4 5 6
do
ssh ppc"$i" -T <command>
done
But with this solution I can't respond on a error on a single
workstation.
I have tried pconsole and clusterssh. Both doesn't work on my ppcs.
Any other suggestion? Tools,Skripts, whatever
With kindly regards and TIA
Jan Fader
[ Post a follow-up to this message ]
|