|
LINBIT Open Source Software - drbd-mc |
|
Download: more LINBIT OSS .. |
DRBD Management Console
=======================
Please note that development has shifted to:
http://lcmc.sf.net
The DRBD Management Console is a Java application that eases the burden of
managing your DRBD and Pacemaker based cluster systems.
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 DMC-0.9.9.jar file.
3. Make sure you use SUN Java.
4. Start it: java -jar DMC-0.9.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.
To get you started, you can watch a teaser:
DRBD MC with a Production Cluster
http://www.youtube.com/watch?v=yjcZqs2YChY
DRBD / Pacemaker Cluster in 10 minutes:
http://www.youtube.com/watch?v=d0jXgrtkVJ4
Japanese:
http://www.youtube.com/watch?v=FXgTBjkR9vA
NOTE: It is recommended to be run with SUN Java, OpenJDK 1.6 is a bit slow.
OpenJDK 7 is/will be ok.
NOTE: code if you want to run it as an applet:
<applet archive="DMC-applet-0.9.9.jar"
code="lcmc.DrbdMCApplet"
name=DrbdMCApplet
height="100%"
width="100%"
vspace=0
hspace=0>
<param name="params" value="--no-plugin-check"/>
</applet>
Copyright
=========
DRBD Management Console
Copyright (C) 2007 - 2011 LINBIT HA-Solutions GmbH.
Copyright (C) 2011 - Rastislav Levrinc
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Old releases: http://oss.linbit.com/drbd-mc-old/
Mailing List
============
There is a drbd-mc mailing list:
http://lists.linbit.com/mailman/listinfo/drbd-mc
|