diff options
| author | Selvasundaram <selvam@gluster.com> | 2011-08-24 16:15:51 +0530 |
|---|---|---|
| committer | Selvasundaram <selvam@gluster.com> | 2011-08-24 16:15:51 +0530 |
| commit | 2c4bb8a610406a5b4641c462f0f058c533d0f075 (patch) | |
| tree | 29def9970b7b38c6bf92eefa7e0b49f20342d1f4 /src/com.gluster.storage.management.console.help/html/gettingstarted | |
| parent | 9c177b3418443c44cfb13b44f24c508e2d90e7e0 (diff) | |
| parent | 9f70d6a534e74739de4affa261ca9137784f9a12 (diff) | |
Merge branch 'master' of github.com:gluster/console
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted')
| -rw-r--r-- | src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html | 2 | ||||
| -rw-r--r-- | src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html index 306df66b..e1e7a798 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html @@ -34,7 +34,7 @@ type="text/css" media="screen" /> <li>You can install the Gluster Management Gateway packages on a Gluster Storage Server. However, this can impact performance of the GlusterFS processes on this machine hence this is not recommended.
<li>The Gluster Management Gateway is shipped with a self-signed SSL certificate, by default. While this ensures that the communication between the console and gateway is encrypted and safe, some browsers may throw security warnings mentioning that the site is not secure. It is highly recommended that you install your own SSL certificate issued by a valid certifying authority in the tomcat5 configuration for the 8443 port.
<li>Enable port 8443 on the Gateway as the Management Console connects to it over SSL on this port.
-<li>Gluster Management Gateway communicates with all storage servers through SSH, using their host names. Make sure all of your storage server’s host names are resolvable by the Gateway.
+<li> Gluster Management Gateway communicates with all storage servers through SSH, using their host names. Make sure all of your storage server's host names (fully qualified domain names) are resolvable by the Gateway and by each other. If you have a properly configured DNS setup, this should work seamlessly.
</ol>
</body>
</html>
\ No newline at end of file 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 a1ed4b59..db8c48b3 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 @@ -11,9 +11,14 @@ type="text/css" media="screen" /> <body>
<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><b>Pre-requisite</b></p>
+<ul>
+<li>Ensure that you have installed GlusterFS v3.2.3 or higher on all the nodes of your cluster.
+</ul>
+
<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. :
+<li>Download 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>
|
