diff options
author | Zordrak <slackbuilds@tpa.me.uk> | 2010-04-18 01:05:22 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:20 +0200 |
commit | 146828eb2ebe72dda2a0553cd98d66b9fb4daa18 (patch) | |
tree | 73215a4abddb5908e803a4d807f800349b585cc9 /system/openais/README | |
parent | 8e699975b529cbd9757bf9f2eaae58046cd988a1 (diff) | |
download | slackbuilds-146828eb2ebe72dda2a0553cd98d66b9fb4daa18.tar.gz |
system/openais: Added (OpenAIS Standards Based Cluster Framework)
Diffstat (limited to 'system/openais/README')
-rw-r--r-- | system/openais/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/openais/README b/system/openais/README new file mode 100644 index 0000000000..9066f403ba --- /dev/null +++ b/system/openais/README @@ -0,0 +1,20 @@ +openais (OSI Certified impl of Application Interface Specification) + +The OpenAIS Standards Based Cluster Framework is an OSI Certified +implementation of the Service Availability Forum Application +Interface Specification (AIS). The Application Interface +Specification is a software API and policies which are used to +develop applications that maintain service during faults. Restarting +and failover of applications is also provided for those deploying +applications which may not be modified. + +The OpenAIS software is built to operate on the Corosync Cluster +Engine (http://www.corosync.org) which allows any third party to +implement plugin cluster services using the infrastructure provided. + +In order to have a functioning High Availability software stack, +before running this SlackBuild, build AND install, each in order, +the following other SlackBuilds. + +Requires: libnet, libesmtp, clusterglue, clusterresourceagents, +and corosync all available at SlackBuilds.org. |