On Monday 17 September 2012 13:51, Marja van Waes wrote: > If you don't use this option, but you do install in parallel, what do > you use instead? Does your alternative only work on identical systems?
I use a single command line for parrallel upgrades, that can be used for parallel package installation. === ssh root@comp1 -t "/usr/sbin/urpmi --auto-update" && ssh root@comp2 -t "/usr/sbin/urpmi --auto-update" && ssh root@comp3 -t "/usr/sbin/urpmi --auto-update" === If you have disabled root login, add sudo just before the urpmi command. (btw, I use ssh keys for auth and enforce "without-password".) Just replace "--auto-update" with "name of package" for installation. I use a similar line for managing updates on three Debian servers. -- Johnny A. Solbu PGP key ID: 0xFA687324
signature.asc
Description: This is a digitally signed message part.
