Installing the Gluster Management Gateway

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

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

  2. Save the file in the following location on your machine:

    /etc/yum.repos.d/

  3. Run the following command to install Gluster Management Gateway:

    # yum groupinstall glustermg

  4. The following packages are installed if not installed earlier:
  5. 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: