summaryrefslogtreecommitdiffstats
path: root/helper_scrips/INFO
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-26 13:58:32 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-26 13:58:32 +0530
commit733df5316f61591ab39265270a1ae1564afd7f67 (patch)
tree26c9bdbe6249ca24092aa80e0e8c28c8ca2d2d2c /helper_scrips/INFO
parentec0a69e378a90fc8ccc09e2234ab3e0f2ce69182 (diff)
helper_scripts/install_parallel_glusterfs: script to install the glusterfs simultaneously on multiple machines
This scripts looks into a file to know the IP address of the machines where glusterfs has to be installed. Then executes the download_and_install.sh script on all the machines. It is assumed that download_and_install.sh script is available on all the machines. glusterfs version is given as the argument.
Diffstat (limited to 'helper_scrips/INFO')
-rw-r--r--helper_scrips/INFO4
1 files changed, 3 insertions, 1 deletions
diff --git a/helper_scrips/INFO b/helper_scrips/INFO
index 1f09a1b..c349fba 100644
--- a/helper_scrips/INFO
+++ b/helper_scrips/INFO
@@ -6,10 +6,12 @@ helper_scrips/rpm_qa_download_install.sh -----> downloads the rpms for the speci
=============================================================================================================================================
-herper_scripts/clean_glusterd.sh
+helper_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.
+=============================================================================================================================================
+helper_scripts/install_parallel_glusterfs.sh --------> executes the download_and_install.sh scripts prallely on multiple machines, such that glusterfs gets installed on multiple machines simultaneously.