LCMC
Linux Cluster Management Console by Rasto Levrinc

... "Far beyond what a sysadmin is used to" - Doug
spacer

The LCMC is a 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

  1. You don't need Java on the cluster servers only on your desktop. (you may need to install Perl on the servers)
  2. Download the LCMC-1.7.9.jar file or download a package for your OS/distro here: Sourceforge
  3. Start it: java -jar LCMC-1.7.9.jar, or run "lcmc" if you installed a package.
  4. You can specify more available memory: java -jar -Xmx1024m LCMC-1.7.9.jar
  5. It connects to the cluster via SSH.
  6. If you use it without DRBD, you have to click "Skip" button on couple of places.
  • Github: https://github.com/rasto/lcmc
  • Clusters From Scratch, the LCMC version Single HTML HTML PDF epub
  • LCMC user guide HTML PDF
  • or you can try the Java Web Start or LCMC applet right now
  • LCMC is also available in Japanese and Italian
  • You can make also a donation for this software.
Follow @rasto_levrinc

Videos

Video, MySQL with Pacemaker and DRBD

LCMC with Pacemaker and DRBD Video

LCMC: DRBD Proxy

LCMC with a Production Cluster video

Japanese LCMC Video

Old DRBD MC Video

Japanese DRBD MC Video

Notes

  • code if you want to run it as an applet:
       <applet archive="LCMC-applet-1.7.9.jar"
               code="lcmc.LCMCApplet"
               name=LCMCApplet
               
               
               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.7.9.jar -h host1 host2 ... or lcmc -h host1 host2 ...

Links

  • Sourceforge: sourceforge.net/projects/lcmc/
  • Changelog: lcmc.sourceforge.net/changelog
  • Donate to LCMC: sourceforge.net/p/lcmc/donate
  • Old releases: sourceforge.net/projects/lcmc/files/all-releases/
  • Wiki: www.clusterlabs.org/wiki/LCMC
  • Pacemaker: www.clusterlabs.org
  • DRBD: www.drbd.org
  • IRC: Freenode channels #clusterlabs and #drbd
    • spacer

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.