summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-23 20:44:44 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-23 20:44:44 +0530
commitd314b052f837db9a45a6aac8b8da003ae7d51fca (patch)
tree0932d229623efb7204dc4ca271b68d4e5a38fa2e /src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html
parent7818bc9924b823d0bd3fb9ced5db2c1afcaeae41 (diff)
Latest help contents
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html')
-rw-r--r--src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html27
1 files changed, 18 insertions, 9 deletions
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" />
</head>
<body>
-<h1>Installing Gluster Management Gateway Backend Packages</h1>
-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.
-<p>The minimum requirements for installing the backend package:</p>
+<h1>Installing Gluster Management Gateway Backend Package</h1>
+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.
+<p>To install the backend packages on each and every node of your cluster, perform the following steps:</p>
+<ol>
+<li>Download the Gluster Management Gateway repository configuration file (<FONT FACE = "Courier">glustermg.repo</FONT>) and the Gluster Management Gateway RPM (<FONT FACE = "Courier">glustermg-1.0.0-1.x86_64.rpm</FONT>) from the location provided by Gluster. :
+<p><b>Note:</b> <FONT FACE = "Courier">glustermg.repo</FONT> has been created and tested with CentOS 5.6. It may work with other versions of CentOS, however it has not been extensively tested.
+<li>Save the file in the following location on your machine:
+<p><FONT FACE = "Courier">/etc/yum.repos.d/</FONT>
+<li>Run the following command to install the glustermg-backend dependencies:
+<p><FONT FACE = "Courier">rpm -ivh glustermg-backend-1.0.0-1.x86_64.rpm</FONT>
+<li>The following backend packages are installed if not installed earlier:
<ul>
<li>chkconfig
-<li>python = > 2.4.3
-<li>perl = > 5.8.8
-<li>rrdtool-perl = > 1.2.27
-<li>appliance-base = >1.3 (published by Gluster)
+<li>python v2.4.3
+<li>perl v5.8.8
+<li>rrdtool-perl v1.2.27
+<li>appliance-base v1.3
<li>sudo
<li>crontabs
+<li>samba3
+<li>libxml2 v2.6
</ul>
-<p>To install the backend packages on each and every node of your cluster run the following command:
-<p><FONT FACE = "Courier"># rpm -ivh cluster glustermg-backend-1.0.0-1.x86_64.rpm</FONT></p>
+</ol>
<p><b>Note:</b> 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.</p>
</body>
</html> \ No newline at end of file