[Mageia-discuss] [Mageia-dev] installing in parallel

Johnny A. Solbu cooker at solbu.net
Mon Sep 17 15:12:03 CEST 2012


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 at comp1 -t "/usr/sbin/urpmi --auto-update" && ssh root at comp2 -t "/usr/sbin/urpmi --auto-update" && ssh root at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: </pipermail/mageia-discuss/attachments/20120917/e098dfa7/attachment.asc>


More information about the Mageia-discuss mailing list