blob: b0230b9aad68c704ed576534f65f0b04559042c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] [Mageia-dev] installing in parallel
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20installing%20in%20parallel&In-Reply-To=%3C201209171512.08437.cooker%40solbu.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008729.html">
<LINK REL="Next" HREF="008735.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] [Mageia-dev] installing in parallel</H1>
<B>Johnny A. Solbu</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20installing%20in%20parallel&In-Reply-To=%3C201209171512.08437.cooker%40solbu.net%3E"
TITLE="[Mageia-discuss] [Mageia-dev] installing in parallel">cooker at solbu.net
</A><BR>
<I>Mon Sep 17 15:12:03 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel
</A></li>
<LI>Next message: <A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8732">[ date ]</a>
<a href="thread.html#8732">[ thread ]</a>
<a href="subject.html#8732">[ subject ]</a>
<a href="author.html#8732">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Monday 17 September 2012 13:51, Marja van Waes wrote:
><i> If you don't use this option, but you do install in parallel, what do
</I>><i> you use instead? Does your alternative only work on identical systems?
</I>
I use a single command line for parrallel upgrades, that can be used for parallel package installation.
===
ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp1</A> -t "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp2</A> -t "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp3</A> -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>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel
</A></li>
<LI>Next message: <A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8732">[ date ]</a>
<a href="thread.html#8732">[ thread ]</a>
<a href="subject.html#8732">[ subject ]</a>
<a href="author.html#8732">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|