Differences between revisions 4 and 5
Revision 4 as of 2011-02-01 19:49:56
Size: 1222
Editor: ?skizzhg
Comment: cluster nodes can be created with debconf package, not in a conference ;)
Revision 5 as of 2011-03-13 10:28:05
Size: 1343
Comment: added link to it translation
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#language en
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/UpdateCluster|Italiano]] -~
----

Translation(s): English - Italiano


update-cluster is a package for managing a central list of machines and using that list to generate machine lists for other software. Provided commands include:

  • update-cluster-add and update-cluster-remove to maintain the XML cluster nodes list in /etc/update-cluster/cluster.xml by default (runtime options allow you to have multiple such files)

  • update-cluster-regenerate automatically builds machine lists for each package, e.g. running "update-cluster-regenerate jmon" rebuilds /etc/jmonrc

Currently the following packages use update-cluster to maintain their own machines lists:

  • jmon , a distributed resource monitor (CPU, memory, swap)

  • mpich , an implementation of MessagePassingInterface

  • mosix , which turns a cluster into a virtual multiprocessor machine with shared memory

  • update-cluster-hosts , which maintains a section of the /etc/hosts file

  • rarpd , used to boot diskless Sun boxes

  • dsh , distributed shell used to easily run commands on multiple machines

The initial list of cluster nodes can be created using debconf.