From d314b052f837db9a45a6aac8b8da003ae7d51fca Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Tue, 23 Aug 2011 20:44:44 +0530 Subject: Latest help contents --- .../html/gettingstarted/install_gmg_backend.html | 27 ++++++++++++++-------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html') diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html index d67f251b..a1ed4b59 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html @@ -9,20 +9,29 @@ type="text/css" media="screen" /> -

Installing Gluster Management Gateway Backend Packages

-Gluster Management Gateway communicates with every node of your cluster using the backend package. This package must be installed on each and every node of your cluster using the Linux package (e.g. rpm for CentOS) published by Gluster. -

The minimum requirements for installing the backend package:

+

Installing Gluster Management Gateway Backend Package

+Gluster Management Gateway communicates with every node of your cluster using the backend package. This package must be installed on each and every node of your cluster using the Linux package published by Gluster. +

To install the backend packages on each and every node of your cluster, perform the following steps:

+
    +
  1. Download the Gluster Management Gateway repository configuration file (glustermg.repo) and the Gluster Management Gateway RPM (glustermg-1.0.0-1.x86_64.rpm) from the location provided by Gluster. : +

    Note: glustermg.repo has been created and tested with CentOS 5.6. It may work with other versions of CentOS, however it has not been extensively tested. +

  2. Save the file in the following location on your machine: +

    /etc/yum.repos.d/ +

  3. Run the following command to install the glustermg-backend dependencies: +

    rpm -ivh glustermg-backend-1.0.0-1.x86_64.rpm +

  4. The following backend packages are installed if not installed earlier:
    • chkconfig -
    • python = > 2.4.3 -
    • perl = > 5.8.8 -
    • rrdtool-perl = > 1.2.27 -
    • appliance-base = >1.3 (published by Gluster) +
    • python v2.4.3 +
    • perl v5.8.8 +
    • rrdtool-perl v1.2.27 +
    • appliance-base v1.3
    • sudo
    • crontabs +
    • samba3 +
    • libxml2 v2.6
    -

    To install the backend packages on each and every node of your cluster run the following command: -

    # rpm -ivh cluster glustermg-backend-1.0.0-1.x86_64.rpm

    +

Note: In case CIFS only, the Samba services must be configured to run on port 445 which needs to be enabled and open on all the storage servers in your cluster.

\ No newline at end of file -- cgit