blob: c2a4eafd3b4dcae7920f5cc6cc10aba0acd32029 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<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>
To start Gluster Management Console using Java web start, perform the following steps.
<ol>
<li>Open your web browser.
<p>Make sure that:</p>
<ul>
<li>Your web browser has cookies and Javascript enabled.
</ul>
<li>Type the following URL in your web browser:
<p>http://server-name:webserver-port/glustermg/gluster-management-console.jnlp
<p>Gluster Management Console login window is displayed.</p>
<img src="../images/GMC_Login_Window.jpg" alt="Gluster Management Console"/>
<li>Type the following default user name and password in the login window:
<p>Username: gluster
<p>Password: gluster
</ol>
</body>
</html>
|