diff options
author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-19 16:58:07 +0530 |
---|---|---|
committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-19 16:59:00 +0530 |
commit | 7a84412ff29f0c0491d8f01528eedf2774bb1eeb (patch) | |
tree | 393bf5aaa09a5952800fc79762d0574419bc0fa4 | |
parent | 91828e674deeb6b7979bd3ace6029698763c02ce (diff) |
Updated help files
42 files changed, 216 insertions, 46 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html b/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html index 8770be32..ee9a0a54 100644 --- a/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html +++ b/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html @@ -9,18 +9,14 @@ <body> <h1>About Gluster Management Console</h1> -Gluster Management Console is a Java application that provides a single -point of control to build, manage, and maintain your Gluster storage -cluster. You can use Gluster Management Console's single GUI interface -to perform the administrative tasks required to create and maintain an -integrated environment. +Gluster Management Console is a Java application that provides a single point of control to build, manage, and maintain your Gluster storage cluster. -<p>You can use the Gluster Management Console to:</p> +You can use theconsole's GUI interface to perform the administrative tasks required to create and maintain an integrated environment. <p>You can use the Gluster Management Console to:</p> <ul> - <li>add servers - <li>create volumes - <li>monitor the system - <li>manage logs - <li>import and export server configurations -</body> + <li>Create a Gluster Storage Cluster + <li>Expand your cluster + <li>Monitor systems in your cluster + <li>Manage logs +</ul> + </body> </html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html b/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html new file mode 100644 index 00000000..bf52fc5c --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html @@ -0,0 +1,14 @@ +<!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>Main Topic</title>
+</head>
+
+<body>
+<h1>Gluster Management Gateway</h1>
+Gluster Management Gateway provides simple and powerful ReST APIs for managing your Gluster Storage Cluster. It also hosts the Gluster Management Console binaries, which can be invoked from a browser using the Java Webstart. Gluster Management Console uses the ReST APIs for performing the administrative tasks on the Gluster Storage Cluster.
+<p><p><img src="../images/GMG_Architecture.jpg" alt="GlusterFS Architecture" />
+</body>
+</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/access_gmc_jws.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/access_gmc_jws.html new file mode 100644 index 00000000..3f1b483f --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/access_gmc_jws.html @@ -0,0 +1,25 @@ +<!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>
+<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>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/alerts.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/alerts.html new file mode 100644 index 00000000..bf825135 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/alerts.html @@ -0,0 +1,22 @@ +<!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 2</title>
+</head>
+
+<body>
+<h1>Alerts</h1>
+Alerts page enables you to quickly define alerts for typical alarm conditions found in your cluster environment. For example, low disk space is frequently a problem on managed machines. You can generate alerts for the critical conditions in your cluster by defining threshold conditions. An alert is generated when it reaches the threshold conditions that you set against server resources. These alerts are real-time data collected from your resources and are displayed in the <b>Cluster Summary</b> tab.
+<ol>
+<li>CPU utilization
+<li>Memory utilization
+<li>Disk-space utilization
+<li>Server offline
+<li>Brick offline
+</ol>
+<p>To know more on how you can set the thresholds conditions, refer
+to <a href="">Setting Alerts Preferences</a>.
+</body>
+</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_client.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_client.html index 21f98b39..6acb7402 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_client.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_client.html @@ -8,6 +8,17 @@ <body>
<h1>Checking the Minimum Requirements of Client Machines</h1>
-Please enter your text here.
+
+<p>Verify the following:</p>
+<ul>
+<li>Processor - 1.4GHz CPU
+<li>Memory - 2 GB RAM
+<li>Disk - 100 MB
+<li>Operating Systems: Windows XP/Vista/7, Linux, Mac OS X
+<li>Oracle JRE 1.6+
+</ul>
+<h2>Web Browser Requirements</h2>
+<p>Using the JRE installer, you can configure your browser for Java Web Start. Also, ensure that you have configured your browser to open .jnlp files using the Java Web Start application or javaws exe located in the bin folder of your JRE installation.</p>
+<p> When you access the Gluster Management Console, Java Web Start downloads all required .jar files from the gateway server and launches the console’s GUI. During this process, web start may display a certificate warning mentioning that the application is signed by Gluster, Inc., which is authentic, but it requires full permissions as the application contains features that require registering information on the client’s hard disk such as exporting the security keys from gateway. You can accept this warning and select <b>Always Trust Content from this Provider</b> on your browser to avoid getting this warning every time you launch the application.</p>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_gmg.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_gmg.html index c09c50e5..07c3ab52 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_gmg.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/check_req_gmg.html @@ -8,6 +8,16 @@ <body>
<h1>Checking Gluster Management Gateway Minimum Requirements</h1>
-Please enter your text here.
+Gluster Management Gateway is installed on a central server using the Linux package (e.g. rpm for CentOS) published by Gluster. Before you install Gluster Management Gateway, you must verify that your environment matches the minimum requirements described in this section.
+<p>You must verify that your central server matches the minimum requirements listed below:</p>
+<ul>
+<li>Memory: 2 GM RAM
+<li>Processor: 2 (2.4 GHz each) recommended
+<li>Disk Space: 10 GB
+<P>The following packages must be installed:</P>
+<li>Java SE runtime version 1.6 – openjdk => 1.6.0.0
+<li>tomcat5 => 5.5.23
+<li>wget
+</ul>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html index c32a4805..f057bf15 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html @@ -10,22 +10,22 @@ <h1>CIFS Services</h1>
The Common Internet File System (CIFS), also known as Server Message
Block (SMB), is a network protocol whose most common use is sharing
-files on a Local Area Network (LAN). The protocol allows a client to
-manipulate files just as if they were on the local computer. Operations
-such as read, write, create, delete, and rename are all supported -
-the only difference being that the files are not on the local computer
-and are actually on a remote server.
-<p>The CIFS protocol works by sending packets from the client to the
-server. Each packet is typically a basic request of some kind, such as
-open file, close file, or read file. The server then receives the
-packet, checks to see if the request is legal, verifies the client has
-the appropriate file permissions, and finally executes the request and
-returns a response packet to the client. The client then parses the
-response packet and can determine whether or not the initial request was
-successful.</p>
-<p>The CIFS protocol is most commonly used with Microsoft operating
-systems. Windows For Workgroups was the first Microsoft operating system
-to use CIFS, and each Microsoft operating system since then has been
-able to function as both a CIFS server and client.</p>
+files on a Local Area Network (LAN). It operates as an application-layer network protocol to provide shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network. It also provides an authenticated inter-process communication mechanism. Most usage of SMB involves computers running Microsoft Windows operating system.
+
+<p>CIFS can be used as an access protocol by Microsoft Windows users to access files in a GlusterFS volume. Users will be able to perform regular file system operations such as creating files, read/write data to files, deletion of data through CIFS.</p>
+
+<h2>Configuring the CIFS Service</h2>
+<p>To configure CIFS, you must create a text file consisting of a list of servers (hostnames or IP addresses).</p>
+<p><b>Note:</b> You can configure CIFS on a fresh install or on an existing installation on the server which you have installed Gluster Management Gateway after adding the server to the cluster.</p>
+<p>Run the following command on the gateway server to configure CIFS:</p>
+<p><FONT FACE = "Courier">$ grun.py <server list>.txt setup_cifs_config.py</FONT></p>
+<h2>Creating CIFS Users</h2>
+<p>You must create users and their password to enable them to use the CIFS access protocol.</p>
+<p>To create CIFS users, run the following on the gateway server:</p>
+<p><FONT FACE = "Courier">$ add_user_cifs_all.py <server list> <user list> <password></FONT></p>
+<h2>Removing CIFS Users</h2>
+<p>You can delete users and their password.</p>
+<p>To delete CIFS users, run the following on the gateway server:</p>
+<p><FONT FACE = "Courier">$ delete_user_cifs_all.py <server list> <user list></FONT></p>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html new file mode 100644 index 00000000..74ae05b6 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg.html @@ -0,0 +1,27 @@ +<!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>Installing the Gluster Management Gateway</h1>
+<p><b>Note:</b> For checking the GlusterFS minimum requirements, refer to the <a href= "http://www.gluster.com/community/documentation/index.php/Gluster_3.2:_Checking_Minimum_Requirements">Gluster 3.2 Filesystem Installation Guide, Checking Minimum Requirements</a>.</p>
+<P>You can install the Gluster Management Gateway through the following command:</P>
+<ol>
+<li>Open a terminal and type the following command
+<p><FONT FACE = "Courier"># rpm -ivh glustermg-1.0.0-1.x86_64.rpm</FONT>
+<li>Start the Gluster Management Gateway by executing the following service
+<p><FONT FACE = "Courier"># service tomcat5 start</FONT>
+</ol>
+<p><b>Note:</b>
+<ul>
+<li>You can install the Gluster Management Gateway packages on a Gluster Storage Server. However, this can impact performance of the GlusterFS processes on this machine hence this is not recommended.
+<li>The Gluster Management Gateway is shipped with a self-signed SSL certificate, by default. While this ensures that the communication between the console and gateway is encrypted and safe, some browsers may throw security warnings mentioning that the site is not secure. It is highly recommended that you install your own SSL certificate issued by a valid certifying authority in the tomcat5 configuration for the 8443 port.
+<li>Enable port 8443 on the Gateway as the Management Console connects to it over SSL on this port
+</ul>
+<p>Gateway generates SSH keys during installation. These keys are stored in the following location <FONT FACE = "Courier">/opt/glustermg/keys</FONT>. These keys are used for communication with the storage servers. However, in AWS environment, SSH communication is done using the private key provided by Amazon. Hence, the AWS genegrated private key (.pem file) must be stored in <FONT FACE = "Courier">/opt/glustermg/keys</FONT> and the file must be named as <FONT FACE = "Courier">gluster.pem</FONT></p>
+</body>
+</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html new file mode 100644 index 00000000..60240dd9 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/install_gmg_backend.html @@ -0,0 +1,26 @@ +<!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>Installing Gluster Management Gateway Backend Packages</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 (e.g. rpm for CentOS) published by Gluster.
+<p>The minimum requirements for installing the backend package:</p>
+<ul>
+<li>chkconfig
+<li>python = > 2.4.3
+<li>perl = > 5.8.8
+<li>rrdtool-perl = > 1.2.27
+<li>appliance-base = >1.3 (published by Gluster)
+<li>sudo
+<li>crontabs
+</ul>
+<p>To install the backend packages on each and every node of your cluster run the following command:
+<p><FONT FACE = "Courier"># rpm -ivh cluster glustermg-backend-1.0.0-1.x86_64.rpm</FONT></p>
+<p><b>Note:</b> 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.</p>
+</body>
+</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/resetting_pwd.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/resetting_pwd.html new file mode 100644 index 00000000..c86fb4dd --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/resetting_pwd.html @@ -0,0 +1,18 @@ +<!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 2</title>
+</head>
+
+<body>
+<h1>Resetting the Password</h1>
+If you have managed to get locked out of your Gluster Management Console, you will be able to reset the password if you are the administrator of the Tomcat server.
+<p><b>Note:</b> Ensure to stop the tomcat5 service before running this script.</p>
+<p>You can reset the password by running the following tool on your tomcat server:</p>
+<p><FONT FACE = "Courier">/opt/glustermg/1.0.0/scripts/gmg-reset-password.sh</FONT></p>
+<p>The tool resets the password to the default system password “syst3m”.</p>
+
+</body>
+</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2 (3).html b/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2 (3).html index 5ece5749..d443ce80 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2 (3).html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2 (3).html @@ -2,8 +2,8 @@ <html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Sub Topic 2</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Sub Topic 2</title>
</head>
<body>
diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-alerts .jpg b/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-alerts .jpg Binary files differnew file mode 100644 index 00000000..d57c6adc --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-alerts .jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-charts.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-charts.jpg Binary files differnew file mode 100644 index 00000000..7ae6ca8c --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-charts.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-gluster .jpg b/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-gluster .jpg Binary files differnew file mode 100644 index 00000000..06702e7b --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC-Preferences-gluster .jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_1.0_Display_log_criteria.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_1.0_Display_log_criteria.jpg Binary files differindex 1571cf9f..9284e314 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_1.0_Display_log_criteria.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_1.0_Display_log_criteria.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Alerts.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Alerts.jpg Binary files differnew file mode 100644 index 00000000..1ae4e0aa --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Alerts.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Bricks_Tab.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Bricks_Tab.jpg Binary files differnew file mode 100644 index 00000000..1653d58b --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Bricks_Tab.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Charts.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Charts.jpg Binary files differnew file mode 100644 index 00000000..b6d8edb0 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Charts.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Cluster_Summary_tab.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Cluster_Summary_tab.jpg Binary files differindex ba539658..67f15598 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_Cluster_Summary_tab.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Cluster_Summary_tab.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Create_Volume.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Create_Volume.jpg Binary files differindex c3d7011f..2f8ecfca 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_Create_Volume.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Create_Volume.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Change_Pwd.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Change_Pwd.jpg Binary files differnew file mode 100644 index 00000000..27ed8be4 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Change_Pwd.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Window.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Window.jpg Binary files differindex 2832ee3c..7b684567 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Window.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Login_Window.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Disk.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Disk.jpg Binary files differnew file mode 100644 index 00000000..12a53350 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Disk.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summ.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summ.jpg Binary files differnew file mode 100644 index 00000000..62169ee8 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summ.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summary_tab.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summary_tab.jpg Binary files differindex 0344f1bf..32f417df 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summary_tab.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Summary_tab.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Tab.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Tab.jpg Binary files differnew file mode 100644 index 00000000..c9901a5a --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Server_Tab.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Toolbar.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Toolbar.jpg Binary files differnew file mode 100644 index 00000000..1eeb7a0c --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Toolbar.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Options.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Options.jpg Binary files differindex 8e582d40..4775a814 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Options.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Options.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Summary.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Summary.jpg Binary files differindex 45307a44..88a1db3d 100644 --- a/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Summary.jpg +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_Summary.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_properties.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_properties.jpg Binary files differnew file mode 100644 index 00000000..c31f4a09 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Volume_properties.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_Volumes_tab.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_Volumes_tab.jpg Binary files differnew file mode 100644 index 00000000..40d732ce --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_Volumes_tab.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMC_stop_vol_Multiple.jpg b/src/com.gluster.storage.management.console.help/html/images/GMC_stop_vol_Multiple.jpg Binary files differnew file mode 100644 index 00000000..99f3895f --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMC_stop_vol_Multiple.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GMG_Architecture.jpg b/src/com.gluster.storage.management.console.help/html/images/GMG_Architecture.jpg Binary files differnew file mode 100644 index 00000000..2c606b59 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GMG_Architecture.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/GlusterMC_Architecture.jpg b/src/com.gluster.storage.management.console.help/html/images/GlusterMC_Architecture.jpg Binary files differnew file mode 100644 index 00000000..33f9cc94 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/GlusterMC_Architecture.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/Preferences-alerts .png b/src/com.gluster.storage.management.console.help/html/images/Preferences-alerts .png Binary files differnew file mode 100644 index 00000000..d7cefac3 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/Preferences-alerts .png diff --git a/src/com.gluster.storage.management.console.help/html/images/Preferences-charts.png b/src/com.gluster.storage.management.console.help/html/images/Preferences-charts.png Binary files differnew file mode 100644 index 00000000..89cabb06 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/Preferences-charts.png diff --git a/src/com.gluster.storage.management.console.help/html/images/Preferences-gluster .png b/src/com.gluster.storage.management.console.help/html/images/Preferences-gluster .png Binary files differnew file mode 100644 index 00000000..f279b9fb --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/Preferences-gluster .png diff --git a/src/com.gluster.storage.management.console.help/html/images/java-web-start.jpg b/src/com.gluster.storage.management.console.help/html/images/java-web-start.jpg Binary files differnew file mode 100644 index 00000000..2a445b60 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/java-web-start.jpg diff --git a/src/com.gluster.storage.management.console.help/html/images/login-dialog.png b/src/com.gluster.storage.management.console.help/html/images/login-dialog.png Binary files differnew file mode 100644 index 00000000..50051b96 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/images/login-dialog.png diff --git a/src/com.gluster.storage.management.console.help/tocconcepts.xml b/src/com.gluster.storage.management.console.help/tocconcepts.xml index a875feaf..23a9c2a0 100644 --- a/src/com.gluster.storage.management.console.help/tocconcepts.xml +++ b/src/com.gluster.storage.management.console.help/tocconcepts.xml @@ -4,7 +4,9 @@ <toc label="Concepts" link_to="toc.xml#concepts"> <topic label="Gluster FileSystem" href="html/concepts/gluster_fs.html"> <topic label="Common Cluster Terminologies" href="html/concepts/common_terms.html" /> - </topic> + </topic> + <topic href="html/concepts/about_gmg.html" label="About Gluster Management Gateway"> + </topic> <topic label="About Gluster Management Console" href="html/concepts/about_gmc.html"> </topic> </toc> diff --git a/src/com.gluster.storage.management.console.help/tocgettingstarted.xml b/src/com.gluster.storage.management.console.help/tocgettingstarted.xml index 6f2aa577..9927e270 100644 --- a/src/com.gluster.storage.management.console.help/tocgettingstarted.xml +++ b/src/com.gluster.storage.management.console.help/tocgettingstarted.xml @@ -1,10 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> <?NLS TYPE="org.eclipse.help.toc"?> -<toc label="Getting Started" link_to="toc.xml#gettingstarted"> - <topic label="Exploring Gluster Management Console" href="html/gettingstarted/explore_gmc.html" /> - <topic label="Monitoring Resources" href="html/gettingstarted/monitor_resources.html" /> - <topic label="Change Administrator's Password" href="html/gettingstarted/change_password.html" /> +<toc label="Getting Started" link_to="toc.xml#gettingstarted"> + <topic label="Preparing to Install Gluster Management Gateway"> + <topic href="html/gettingstarted/check_req_gmg.html" label="Checking the Gluster Management Gateway Minimum Requirements"> + </topic> + <topic href="html/gettingstarted/install_gmg.html" label="Installing the Gluster Management Gateway"> + </topic> + <topic href="html/gettingstarted/install_gmg_backend.html" label="Installing Gluster Management Gateway Backend Packages"> + </topic> + </topic> + <topic label="Setting up the Gluster Management Console"> + <topic href="html/gettingstarted/check_req_client.html" label="Checking the Minimum Requirements on the Client Machine"> + </topic> + <topic href="html/gettingstarted/access_gmc_jws.html" label="Accessing the Gluster Management Console Using Java Web Start"> + </topic> + </topic> + <topic href="html/gettingstarted/explore_gmc.html" label="Exploring Gluster Management Console"> + <topic href="html/gettingstarted/monitor_resources.html" label="Monitoring Cluster Resources"> + </topic> + <topic href="html/gettingstarted/alerts.html" label="Alerts"> + </topic> + <topic label="Preferences"> + </topic> + <topic label="Security Keys"> + </topic> + <topic href="html/gettingstarted/change_password.html" label="Changing Administrator’s Password"> + </topic> + <topic href="html/gettingstarted/resetting_pwd.html" label="Resetting the Password"> + </topic> + <topic href="html/gettingstarted/cifs_service.html" label="CIFS Services"> + </topic> + </topic> <topic href="html/gettingstarted/manage_cluster.html" label="Managing Clusters"> </topic> <topic href="html/gettingstarted/manage_servers.html" label="Managing Servers"> diff --git a/src/com.gluster.storage.management.console.help/toctasks.xml b/src/com.gluster.storage.management.console.help/toctasks.xml index ff7dc1f0..ac9e511c 100644 --- a/src/com.gluster.storage.management.console.help/toctasks.xml +++ b/src/com.gluster.storage.management.console.help/toctasks.xml @@ -2,14 +2,6 @@ <?NLS TYPE="org.eclipse.help.toc"?> <toc label="Tasks" link_to="toc.xml#tasks"> - <topic label="Setting the Gluster Management Console"> - <topic href="html/tasks/deploy_gmc_dedicated_host.html" label="Deploying Gluster Management Console on a Dedicated Host"> - </topic> - <topic href="html/tasks/starting_gmc.html" label="Starting the Gluster Management Gateway"> - </topic> - <topic href="html/tasks/access_gmc_jws.html" label="Accessing the Gluster Management Console Using Java Web Start"> - </topic> - </topic> <topic label="Cluster"> <topic href="html/tasks/create_cluster.html" label="Create Cluster"> </topic> |