LCMC
Linux Cluster Management Console by Rasto Levrinc
LCMC is a Java GUI application that configures, manages and visualizes
high-availability clusters. Specifically it manages clusters that use one
or more of these components: Pacemaker, Corosync, Heartbeat, DRBD, KVM, XEN
and LVM.
Download and Instructions
You don't need Java on the cluster servers only on your desktop. (you may need to install Perl on the servers)
It is recommended to be run with SUN Java, OpenJDK 1.6 is a bit slow.
OpenJDK 7 is/will be ok.
code if you want to run it as an applet:
<applet archive="LCMC-applet-1.3.9.jar"
code="lcmc.LCMCApplet"
name=LCMCApplet
height="100%"
width="100%"
vspace=0
hspace=0>
<param name="params" value="-c cluster-name -h 192.168.1.2 192.168.1.3/>
</applet>
You can quickly connect to the existing cluster with
java -jar LCMC-1.3.9.jar -h host1 host2 ...
or lcmc -h host1 host2 ...