From 7a84412ff29f0c0491d8f01528eedf2774bb1eeb Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Fri, 19 Aug 2011 16:58:07 +0530 Subject: Updated help files --- .../html/gettingstarted/install_gmg.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html (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 new file mode 100644 index 00000000..74ae05b6 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html @@ -0,0 +1,27 @@ + + + + + +Sub Topic + + + +

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:

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

+

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

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