blob: a1ed4b5966a41800d099bcb7061d7a6e62ecc144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="../css/builder-gluster/style.css"
type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Sub Topic</title>
</head>
<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>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. :
<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>
<li>Run the following command to install the glustermg-backend dependencies:
<p><FONT FACE = "Courier">rpm -ivh glustermg-backend-1.0.0-1.x86_64.rpm</FONT>
<li>The following backend packages are installed if not installed earlier:
<ul>
<li>chkconfig
<li>python v2.4.3
<li>perl v5.8.8
<li>rrdtool-perl v1.2.27
<li>appliance-base v1.3
<li>sudo
<li>crontabs
<li>samba3
<li>libxml2 v2.6
</ul>
</ol>
<p><b>Note:</b> 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.</p>
</body>
</html>
|