Fix installation order in genasys config txt file.
authorAndy Witter <awitter@georgialibraries.org>
Wed, 15 Jan 2014 13:36:06 +0000 (08:36 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 15 Jan 2014 13:36:06 +0000 (08:36 -0500)
GenaSYS.sh

index c5db6a9..9d4d19a 100755 (executable)
@@ -25,8 +25,8 @@
     PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
    SYNOPSIS_="$NAME_"
    REQUIRES_="standard GNU commands, apt, dpkg"
-    VERSION_="1.27"
-       DATE_="2010-09-23; last update: 2014-01-14"
+    VERSION_="1.28"
+       DATE_="2010-09-23; last update: 2014-01-15"
      AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
         URL_="http://evergreen-ils.org"
    CATEGORY_="devel"
@@ -2835,7 +2835,7 @@ echo "nodes in the cluster, extract and run the installation" >> "$NETCFGFILE"
 echo "and reboot each one before starting on the next one." >> "$NETCFGFILE"
 echo "Install in the order listed below." >> "$NETCFGFILE"
 echo >> "$NETCFGFILE"
-echo "lvs logger db brick01-head other-bricks reporter utility sip" >> "$NETCFGFILE"
+echo "lvs logger backup reporter db memcache brick01-head other-bricks sip utility monitor" >> "$NETCFGFILE"
 echo "" >> "$NETCFGFILE"
 echo "_________________________________________________________________________" >> "$NETCFGFILE"
 echo "*** Please secure this file as it contains sensitvive information. ***" >> "$NETCFGFILE"