From 1142b0e41de39010de7845cf70d71dbb001fc1dc Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Fri, 25 Nov 2011 20:13:35 +0530 Subject: Renamed projects / packages com.gluster.* to org.gluster.* --- .../html/gettingstarted/install_gmg_backend.html | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html (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 deleted file mode 100644 index fad76f27..00000000 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - -Sub Topic - - - -

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. -

Pre-requisite

- - -

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

-
    -
  1. Download Gluster Management Gateway repository configuration file (glustermg.repo) and the Gluster Management Gateway Backend RPM (glustermg-backend-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 v2.4.3 -
    • perl v5.8.8 -
    • rrdtool-perl v1.2.27 -
    • appliance-base v1.3 -
    • sudo -
    • crontabs -
    • samba3 -
    • libxml2 v2.6 -
    -
-

Note: -

- - \ No newline at end of file -- cgit