blob: ff18004ae49a69aa1fc65d055f44ed7b01a71eca (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<link rel="stylesheet" href="../css/builder-gluster/style.css"
type="text/css" media="screen" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Sub Topic</title>
</head>
<body>
<h1>Accessing the Gluster Management Console Using Java Web Start</h1>
<p>To start Gluster Management Console using Java web start, perform the following steps.
<ol>
<li>Open your web browser.
<p>Ensure that your web browser has cookies and Javascript enabled.</p>
<li>Type the following URL in your web browser:
<p><FONT FACE = "Courier">https://server-name:8443/glustermg/</FONT></p>
<p>Gluster Management Console login window is displayed</p>
<p><img src="../images/GMC_Login_Window.jpg" alt="Login Window" />
<li>Type the following default user name and password in the login window:
<p>Username: gluster</p>
<p>Password: syst3m</p>
<p><b>Note:</b> In Mac OS, it is not possible to identify the CPU architecture through Java script. The system provides links to all possible combinations, click on the appropriate link to launch the application.</p>
<li>When you access the application for the first time, the console requests you to change this password.
<p><img src="../images/GMC_Change_Password.jpg" alt="Change Default Password" /></p>
<li>Type your current default password in the <b>Old Password</b> field.
<p>The default system-assigned password is syst3m.</p>
<li>Type your new password in the <b>New Password</b> field.
<li>Retype your new password in the <b>Confirm Password</b> field.
<li>Click <b>Change</b>. The system displays <b>Change Password</b> window
indicating that the password was successfully changed.
<p><img src="../images/GMC_Change_Password_Confirm.jpg" alt="Password Changed Successfully" /></p>
<li>Click <b>OK</b>. The <b>Select Cluster</b> window is
displayed. You can now create a new cluster or register an existing
cluster. For more information on creating or registering clusters,
refer to <a href="manage_cluster.html">Managing Clusters</a>.
</ol>
<p><b>Note:</b> You can change the password at any time by
accessing <b>Edit</b> > <b>Change Password</b>.
</body>
</html>
|