On 2010.03.26 18:44, Ivan De Masi wrote:
What I'm looking for is a piece of software to do "zypper up" for example on 15, 20, or 2000 machines at the same time in a controlled way (building groups of machines before that or so). Now I have to log in via ssh on every machine and do my
# zypper lp # zypper lu # zypper up
an so on...
Shure - if my scripting know how would be better I would write my own mechanism for automating these steps an add some more...
There are several tools for that. The simplest solution is to use one of those here: - dsh (distributed shell) - dsh (dancer's shell) - pdsh (included in standard repository)
If you need to evaluate the result of the commands you need another tool or at least a bit of scripting.