blob: fad76f2706504c3d3048f3414bd904ee621a01d8 (
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
38
39
40
41
42
43
44
45
46
47
|
<!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><b>Pre-requisite</b></p>
<ul>
<li> Your backend machines can be either Gluster Storage Software Appliance, Gluster Virtual Storage Appliance, or CentOS 5.6 running GlusterFS v3.2.3 or higher.
</ul>
<p>To install the backend packages on each and every node of your cluster, perform the following steps:</p>
<ol>
<li>Download Gluster Management Gateway repository configuration file (<FONT FACE = "Courier">glustermg.repo</FONT>) and the Gluster Management Gateway Backend RPM (<FONT FACE = "Courier">glustermg-backend-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>
<ul>
<li>You must enable port 24729 (UDP) for auto discovery of servers.
<li>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.
<li>Paravirtual VMs on Xen are not supported.
</ul>
</body>
</html>
|