From 9f10e75b5cd5ef1dc2a0d166d6de6f8c0ef662a0 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 13 Sep 2011 17:09:34 +0530 Subject: some helper scripts for glusterfs installation and setup --- helper_scrips/INFO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 helper_scrips/INFO (limited to 'helper_scrips/INFO') 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. + -- cgit