Revision: 8210
http://sourceforge.net/p/bigdata/code/8210
Author: dmekonnen
Date: 2014-05-06 19:02:38 +0000 (Tue, 06 May 2014)
Log Message:
-----------
Internal documentation text.
Modified Paths:
--------------
branches/DEPLOYMENT_BRANCH_1_3_1/src/resources/bin/HARestore
Modified: branches/DEPLOYMENT_BRANCH_1_3_1/src/resources/bin/HARestore
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/src/resources/bin/HARestore 2014-05-06 18:56:06 UTC (rev 8209)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/src/resources/bin/HARestore 2014-05-06 19:02:38 UTC (rev 8210)
@@ -1,5 +1,16 @@
#!/bin/bash
+#
+# This script has been developed for the "systap-aws-bigdata-ha" cluster deployment package.
+#
+# The HARestore script will recreate the Bigdata HA journal file from log and snapshot files.
+# The intended use of the script is to restore a journal file that resides on an ephemeral
+# storage media following a system reboot. The script should not be executed while Bigdata
+# is running.
+#
+# HARestore takes no arguments and assumes the Bigdata journal filename convention: "bigdata-ha.jnl".
+#
+
source /etc/default/bigdataHA
SERVICE_DIR="$FED_DIR/$FEDNAME/$LOGICAL_SERVICE_ID/HAJournalServer"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|