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.html | 31 +++++++++++++++------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html') 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 08ce1e1d..306df66b 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 @@ -10,20 +10,31 @@ type="text/css" media="screen" />

Installing the Gluster Management Gateway

-

Note: For checking the GlusterFS minimum requirements, refer to the Gluster 3.2 Filesystem Installation Guide, Checking Minimum Requirements.

-

You can install the Gluster Management Gateway through the following command:

+ +

To install the Gluster Management Gateway, perform the following steps:

    -
  1. Open a terminal and type the following command -

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

  2. Start the Gluster Management Gateway by executing the following service -

    # service tomcat5 start +

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

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

    /etc/yum.repos.d/ +

  5. 5. Run the following command to install Gluster Management Gateway: +

    # yum groupinstall glustermg +

  6. The following packages are installed if not installed earlier: +
      +
    • Java SE runtime version 1.6 – OpenJDK v1.6.0.0 +
    • Tomcat v5.5.23 or higher +
    • wget +
    +
  7. Run the following command to install Gluster Management Gateway. +

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

+

Gateway generates SSH keys during installation. These keys are stored in the following location /opt/glustermg/keys. These keys are used for communication with the storage servers. However, in Amazon Web Services (AWS) environment, SSH communication is done using the private key provided by Amazon. Hence, the AWS genegrated private key (.pem file) must be stored in /opt/glustermg/keys and the file must be named as gluster.pem

Note: -

-

Gateway generates SSH keys during installation. These keys are stored in the following location /opt/glustermg/keys. These keys are used for communication with the storage servers. However, in AWS environment, SSH communication is done using the private key provided by Amazon. Hence, the AWS genegrated private key (.pem file) must be stored in /opt/glustermg/keys and the file must be named as gluster.pem

+
  • Enable port 8443 on the Gateway as the Management Console connects to it over SSL on this port. +
  • 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. + \ No newline at end of file -- cgit