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_backend.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html') 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 new file mode 100644 index 00000000..60240dd9 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html @@ -0,0 +1,26 @@ + + + + + +Sub Topic + + + +

Installing Gluster Management Gateway Backend Packages

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

The minimum requirements for installing the backend package:

+ +

To install the backend packages on each and every node of your cluster run the following command: +

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

+

Note: 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.

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