blob: b03253725c2be4253c7ea53b416a0d35fcc3d43f (
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
|
<!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>Create Cluster</title>
</head>
<body>
<h1>Create Cluster</h1>
You can use Gluster Management Console to create and manage virtual
machines and resources on GlusterFS. To create a cluster, perform the
following steps.
<ol>
<li>Open your web browser.
<li>Type the following URL in your web browser:</li>
<p><FONT FACE = "Courier">http://server-name:webserver-port/glustermg/gluster-management-console.jnlp</FONT></p>
<p><b>Gluster Management Console</b> login window is displayed.</p>
<p><img src="../images/GMC_Login_Window.jpg" alt="Login Window" />
<li>Type the user name and password in the login window and click
<b>Login</b>.
<p><b>Select Cluster</b> window is displayed.</p>
<p><img src="../images/GMC_Create_Cluster.jpg"
alt="Create Cluster" />
<li>Select <b>Create</b>. Type the name of the new cluster in the
<b>Cluster Name</b> field.
<li>Click <b>OK</b>. The Gluster Management Console window is displayed with the newly created cluster
</ol>
</body>
</html>
|