Linux Replicated High Availability Manager 1.4.2 (DRBD 8.2 based branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Linux Replicated High Availability Manager 1.4.2 (DRBD 8.2 based branch)
# 1  
Old 04-15-2008
Linux Replicated High Availability Manager 1.4.2 (DRBD 8.2 based branch)

The Linux Replicated High Availability Manager (Linuxha.net) allows the creation of clusters for application high availability through data replication. Currently, clusters are limited to two nodes, but multiple applications can be hosted and failed-over between the nodes. The software uses DRBD to provide the data replication facillity. License: GNU General Public License v2 Changes:
Many minor and major bugs have been fixed. The administrators guide documentation has been updated to reflect these changes and several other improvements.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

High availability of a process between two Linux servers

Hello, I would like to create a script that will maintain HA/failover of a process between two servers. I wanted to send a continuous heartbeat message through a script to another server when everything is working fine, if a process has gone down then the same message should be sent another... (4 Replies)
Discussion started by: Mahesh_RPM
4 Replies

2. Red Hat

Samba High Availability issue using luci (HA Manager) on CentOS

Hello, I am working on to setup a Samba High availability on CentOS using luci (HA Manager) and GFS2 using 2 nodes cluster. I am successfully able to configure GFS HA and VIP HA using luci but when trying to add samba server HA, i am in trouble and not able to figure out what is the issue.... (1 Reply)
Discussion started by: sunnysthakur
1 Replies
Login or Register to Ask a Question
DBIx::Class::Storage::DBI::Replicated::Replicant(3pm)	User Contributed Perl Documentation  DBIx::Class::Storage::DBI::Replicated::Replicant(3pm)

NAME
DBIx::Class::Storage::DBI::Replicated::Replicant - A replicated DBI Storage Role SYNOPSIS
This class is used internally by DBIx::Class::Storage::DBI::Replicated. DESCRIPTION
Replicants are DBI Storages that follow a master DBI Storage. Typically this is accomplished via an external replication system. Please see the documents for DBIx::Class::Storage::DBI::Replicated for more details. This class exists to define methods of a DBI Storage that only make sense when it's a classic 'slave' in a pool of slave databases which replicate from a given master database. ATTRIBUTES
This class defines the following attributes. active This is a boolean which allows you to programmatically activate or deactivate a replicant from the pool. This way you can do stuff like disallow a replicant when it gets too far behind the master, if it stops replicating, etc. This attribute DOES NOT reflect a replicant's internal status, i.e. if it is properly replicating from a master and has not fallen too many seconds behind a reliability threshold. For that, use "is_replicating" and "lag_behind_master". Since the implementation of those functions database specific (and not all DBIC supported DBs support replication) you should refer your database-specific storage driver for more information. master Reference to the master Storage. METHODS
This class defines the following methods. debugobj Override the debugobj method to redirect this method call back to the master. ALSO SEE
<http://en.wikipedia.org/wiki/Replicant>, DBIx::Class::Storage::DBI::Replicated AUTHOR
John Napiorkowski <john.napiorkowski@takkle.com> LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.14.2 2010-06-03 DBIx::Class::Storage::DBI::Replicated::Replicant(3pm)