blob: 517d70e8d6b15af8db4994c99ea2cca02c77dad0 (
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
|
<!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">http://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>
</ol>
<p>For more information on how you can change the password, refer to <a href="change_password.html">Changing Administrator´s Password</a>
</body>
</html>
|