summaryrefslogtreecommitdiffstats
path: root/helper_scrips/INFO
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-13 17:09:34 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-13 17:09:34 +0530
commit9f10e75b5cd5ef1dc2a0d166d6de6f8c0ef662a0 (patch)
tree16e7e1b9ebe87d2e4e0c3a37bfa477897ecadc75 /helper_scrips/INFO
parent2bd023293d115a68f5f81376d9ba1378f4ee7808 (diff)
some helper scripts for glusterfs installation and setup
Diffstat (limited to 'helper_scrips/INFO')
-rw-r--r--helper_scrips/INFO15
1 files changed, 15 insertions, 0 deletions
diff --git a/helper_scrips/INFO b/helper_scrips/INFO
new file mode 100644
index 0000000..1f09a1b
--- /dev/null
+++ b/helper_scrips/INFO
@@ -0,0 +1,15 @@
+helper_scripts/download_and_install.sh ----> it downloads the specified version of glusterfs (both main release as well as qa release), builds it and installs it. The prefix for the installation can be given as the argument, otherwise it installs in the default directory. If the tarball or the untarred directory of the specified glusterfs version is already present in the present directory, it uses them to install.
+
+=============================================================================================================================================
+
+helper_scrips/rpm_qa_download_install.sh -----> downloads the rpms for the specified qa release and installs them. An option whether to upgrade to the specified version or install from scratch to the specified version can be provided as the command line argument.
+
+=============================================================================================================================================
+
+herper_scripts/clean_glusterd.sh
+helper_scripts/clean_logs.sh
+helper_scripts/start_glusterd.sh
+helper_scripts/probe.sh
+
+The above scripts are usable with the passwordless ssh connection setup between the glusterfs servers, which helps in cleaning the logs, probing, cleaning glusterd, starting glusterd etc.
+