Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] How to roll out condor for installation on tens of PCs
- Date: Wed, 25 Mar 2009 08:47:02 +0000
- From: Alan Woodland <alan.woodland@xxxxxxxxx>
- Subject: Re: [Condor-users] How to roll out condor for installation on tens of PCs
2009/3/24 Ahmed Hussain <ahussain03@xxxxxxxxx>:
> Hi,
>
> I would like to install Condor on more than 100 PCs.
>
> Any easy way to roll it out?
We tend to manage roll outs by building disk images which get
distributed over the network the next time a node gets updated (and
may contain a lot more changes/updates than just condor)
Typically we build one image per "class" of node, where class is some
function of role, hardware and platform.
System imager (http://wiki.systemimager.org) is a good starting point.
Alan