diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-23 20:44:44 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-23 20:44:44 +0530 |
| commit | d314b052f837db9a45a6aac8b8da003ae7d51fca (patch) | |
| tree | 0932d229623efb7204dc4ca271b68d4e5a38fa2e /src/com.gluster.storage.management.console.help/html/tasks | |
| parent | 7818bc9924b823d0bd3fb9ced5db2c1afcaeae41 (diff) | |
Latest help contents
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/tasks')
16 files changed, 118 insertions, 104 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/add_brick.html b/src/com.gluster.storage.management.console.help/html/tasks/add_brick.html index 00207885..de0dc6ea 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/add_brick.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/add_brick.html @@ -10,26 +10,23 @@ type="text/css" media="screen" /> <body>
<h1>Adding Bricks</h1>
-You can expand a volume, as required, by adding new bricks to an
-existing volume.
+You can expand a volume, as required, by adding new bricks to an existing volume. To add a brick to an existing volume, perform the following steps.
<p><b>Note: </b>You need to add at least one brick to a distributed
-volume, two (or multiples of two) bricks to mirrored distributed
-volumes, and four (or multiples of four) bricks to striped distributed
+volume, two (or multiples of two) bricks to replicated
+volumes, and four (or multiples of four) bricks to striped
volumes when expanding your storage space.
<p>To add a brick to an existing volume, perform the following
steps.</p>
<ol>
- <li>Choose from the menu, toolbar, or right click and select the
- Volume and select <b>Add Bricks</b>.
+ <li>Select the volume from the left pane, choose from the menu, toolbar, or right click and select <b>Add Bricks</b>.
<p>The <b>Add Brick</b> window is displayed.</p>
- <p style="height: 351px; width: 596px; "><img src="../images/GMC_add_brick.jpg" width="585" height="400"
- alt="Add Brick" /></p>
+ <p><img src="../images/GMC_1.0_Add_Brick.jpg" alt="Add Brick" /></p>
<li>Select the bricks that you want to add to the current volume.
Click <b>Add</b> to add a specific brick or Click <b>Add All</b> to add
all the available bricks.
<li>Click <b>Finish</b>. The <b>Add Brick(s)to Volume</b> window
appears indicating that the brick(s) is successfully added.
- <p><img src="../images/GMC_add_brick_confirm.jpg"
+ <p><img src="../images/GMC_1.0_Add_Brick_confirm.jpg"
alt="Add Brick to Volume Confirmation" /></p>
<li>Click <b>OK</b>.
</ol>
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/add_servers.html b/src/com.gluster.storage.management.console.help/html/tasks/add_servers.html index d71cdfb4..b554a1dc 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/add_servers.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/add_servers.html @@ -9,7 +9,7 @@ type="text/css" media="screen" /> </head>
<body>
-<h1>Adding Servers</h1>
+<h1>Adding Servers to a Cluster</h1>
Gluster Management Console discovers servers across the environment. You
can add servers manually or from the discovered list of servers to your
cloud environment to expand the amount of available storage.
@@ -18,6 +18,7 @@ steps:</p> <ol>
<li>Choose from the menu, toolbar, or right click on the
Discovered Server node and select <b>Add Server</b>.
+ <p>You can also choose multiple discovered servers or select <b>All</b> from the <b>Discovered Servers</b> tab and select <b>Add Sever</b>.</p>
<p><img src="../images/GMC_1.0_Discovered_Server_Add.jpg" alt="Add Servers" />
<li>The console displays the <b>Add Server(s) to Cluster</b>
window to indicate that the server was successfully added to the
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/create_cluster.html b/src/com.gluster.storage.management.console.help/html/tasks/create_cluster.html index b0325372..a2e0dff8 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/create_cluster.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/create_cluster.html @@ -9,24 +9,17 @@ type="text/css" media="screen" /> </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
+<h1>Creating a Cluster</h1>
+ 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>
+ <li>Launch the application and log in with a valid password.
+ <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
+ <li>Click <b>OK</b>. The Gluster Management Console window is displayed with the newly created cluster.
</ol>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html b/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html index 398be2e4..814835ec 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html @@ -10,44 +10,38 @@ type="text/css" media="screen" /> <body>
<h1>Creating a Volume</h1>
-You can use the Management Console to create and start new volumes
-featuring a single global namespace. When creating a new volume, you can
-select the servers that will comprise the volume and, optionally,
-specify whether the volume is to be distributed, distributed mirrored,
-or distributed stripedPlease enter your text here.
+You can create new volumes in your storage environment, as needed. When creating a new volume, you must specify the bricks that comprise the volume and specify whether the volume is to be distributed, replicated, or striped.
<p>To create a volume, perform the following steps:
<ol>
<li>Choose from the menu, toolbar, or right click and select the
- Volume and select Create Volume.
+ Volume and select <b>Create Volume</b>.
- <p>The Create Volume window is displayed.
+ <p>The <b>Create Volume</b> window is displayed.
<p><img src="../images/GMC_Create_Volume.jpg" alt="Create Volume" /></p>
- <li>Enter the name of the volume in the Name field.
- <li>Select the type of the volume from the Type drop-down list.
- You can choose the type as either Plain Distribute, Distributed Mirror,
- or Distributed Stripe.
+ <li>Type the name of the volume in the <b>Name</b> field.
+ <li>Select the type of the volume from the <b>Type</b> drop-down list.
+ You can choose the type as either <b>Distribute</b>, <b>Replicate</b>,
+ or <b>Stripe</b>.
<li>Bricks will be created on all the disks of the cluster when
- you create a volume, by default. Click Customize, to select and add
+ you create a volume, by default. Click <b>Customize</b>, to select and add
specific bricks to your volume.
- <li>Select the Access Protocol for the new volume. You can select
- GlusterFS, NFS, or CIFS checkbox.
- <li>If you choose CIFS, specify the user name and password to use
+ <li>Select the <b>Access Protocol</b> for the new volume by selecting <b>GlusterFS</b>, <b>NFS</b>, or <b>CIFS</b> checkbox.
+ <li>If you choose <b>CIFS</b>, specify the user name and password to use
from Windows clients to connect to the volume.
<p>You need to use user-based authentication for CIFS exports,
hence you must specify the user’s who can access the volume as a
comma-separated list in the Users field.
- <li>Specify the volume access control as a comma-separated list of
- IP addresses or hostnames in the Access Control field.
- <p>You can use wildcard to specify ranges of addresses. Typing an
- asterisk (*) specifies all IP addresses. You need to use IP-based
- authentication for Gluster Filesystem and NFS exports.</p>
- <li>Select the Start Volume check box to automatically start the
+
+ <p>For more information about configuring CIFS, refer <a href="cifs_service.html">CIFS
+ Services</a>.<li>In the<b> Allow Access From</b> field, specify the volume access control as a comma-separated list of IP addresses or hostnames.
+ <p>You can use wildcards to specify ranges of addresses. Typing an asterisk (*) specifies all IP addresses or hostnames. You need to use IP-based authentication for Gluster Filesystem and NFS exports.</p>
+ <li>Select the <b>Start Volume</b> check box to automatically start the
volume once created.
- <li>Click Create Volume. The console displays Create Volume window
+ <li>Click <b>Create Volume</b>. The console displays Create Volume window
to indicate that the volume was successfully created.
<p><img src="../images/GMC_Create_Volume_success.jpg"
alt="Volume Created Successfuly" /></p>
- <li>Click OK.
+ <li>Click <b>OK</b>.
</ol>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/delete_volume.html b/src/com.gluster.storage.management.console.help/html/tasks/delete_volume.html index 17a313e8..aaefc783 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/delete_volume.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/delete_volume.html @@ -14,18 +14,18 @@ You can delete a volume or multiple volumes from your storage environment, as re <p>To delete a volume, perform the following steps.</p>
<ol>
<li>Choose from the menu, toolbar, or right click and select the Volume and select <b>Delete Volume</b>.
- <p>The <b>Delete Volume</b> window appears. If the volume is
- currently running, you are asked to confirm before proceeding with the
+ <p>The <b>Delete Volume</b> window appears. You are asked to confirm before proceeding with the
volume deletion
<p><img src="../images/GMC_Delete_Vol.jpg" alt="Delete Volume" /></p>
<p>In case of multiple volumes, the Delete Volume window is displayed as shown below.</p>
<p><img src="../images/GMC_Delete_Vol_multiple.jpg" alt="Delete Multiple Volumes" /></p>
<li>If you wish to delete the volume permanently, click <b>Delete Volume and Data</b>.
<li>If you wish to keep the data but delete the volume, click <b>Delete Volume, Keep Data</b>.
+ <p>The bricks directories of the volume will be renamed to <FONT FACE = "Courier"><olddirectory>_<timestamp></FONT>.
<p>The <b>Delete Volume</b> window is displayed indicating that the volume
was deleted successfully.</p>
<p><img src="../images/GMC_Delete_Vol_success.jpg" alt="Delete Volume" /></p>
- <p>In case of multiple volumes, the Delete Volume window is displayed as follows.</p>
+ <p>In case of multiple volumes, the <b>Delete Volume</b> window is displayed as follows.</p>
<p><img src="../images/GMC_Delete_Vol_multiple_success.jpg" alt="Delete Multiple Volumes" /></p>
<li>Click <b>OK</b>.
</ol>
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/display_log.html b/src/com.gluster.storage.management.console.help/html/tasks/display_log.html index 3bf88f41..4575fd18 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/display_log.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/display_log.html @@ -13,14 +13,13 @@ type="text/css" media="screen" /> You can download the log file of your resource based on search criteria such as warning,error, alerts, and so on. <p>To display log based on a search criteria, perform the following steps.</p> <ol> -<li>Choose Volumes and click the <b>Volume Logs</b> tab. -<li>Select the volume for which you want to display the logs. +<li>Select the volume for which you want to display the log and click the <b>Volume Logs</b> tab. <li>In the <b>Scan Last</b> field, type the number of messages to scan. <li>Select All or select bricks from <b>Filter on Bricks</b> drop down list. -<li>Select the From date, Time, and To date and click <b>Go</b>. -<li>Select the search criteria by typing the criteria in the <b>Filter String</b> field. -<p>For example, in the window below the search criteria chosen is Warning. Hence, all the warning messages are displayed.<p> +<li>Select the <b>From date</b>, <b>Time</b>, and <b>To date</b> and click <b>Fetch Logs</b>. +<p>The volume log messages for the selected criteria is displayed</p> <p><img src="../images/GMC_1.0_Display_log_criteria.jpg" alt="Volume Logs with Warning Search Criteria" /></p> +<p>The logs fetched from the servers can be filtered further by typing a value in the <b>Filter String</b> field. </ol> </body> </html> diff --git a/src/com.gluster.storage.management.console.help/html/tasks/download_log.html b/src/com.gluster.storage.management.console.help/html/tasks/download_log.html index d647cfd8..4d36b0c4 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/download_log.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/download_log.html @@ -13,10 +13,11 @@ type="text/css" media="screen" /> <p>You can download the server logs to your local machine to analyze and archive, as required.</p> <p>To download logs, perform the following steps.</p> <ol> +<li>Select the volume for which you want to download the logs <li>From the Gluster menu or toolbar, select <b>Download Logs</b>. <li>A window is displayed allowing you to choose the download location on your machine. <li>Choose the location, and click <b>Save</b>. -<p>The logs for the selected volume are downloaded to the location you specified in a .tar.gz file format.</p> +<p>The logs for the selected volume are downloaded to the location you specified in a <FONT FACE = "Courier">.tar.gz</FONT> file format.</p> </ol> </body> </html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/migrate_brick.html b/src/com.gluster.storage.management.console.help/html/tasks/migrate_brick.html index c705e783..b5202f25 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/migrate_brick.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/migrate_brick.html @@ -10,19 +10,20 @@ type="text/css" media="screen" /> <body> <h1>Migrating Bricks</h1> -<p>You can migrate the data from one brick to another, as needed, while the volume is online and available.You can migrate disks, that is, move data from one disk to another within your cluster. You might want to do this, for example, when upgrading a disk to another with a larger capacity.</p> -<p>When migrating a disk, the Gluster Management Console allows you to select both the source and destination bricks. After initiating a disk migration, the <b>Task</b> tab displays the status of the migration, and allows you to cancel the migration, if necessary.</p> +<p>You can migrate the data from one brick to another, as needed, while the cluster is online and available.
+You can migrate bricks, that is, move data from one brick to another within your cluster. You might want to do this, for example, when upgrading a disk to another with a larger capacity.
+</p> +<p>When migrating a disk, the Gluster Management Console allows you to select both the source and destination bricks. After initiating a disk migration, the <b>Task</b> tab displays the status of the migration. You can stop, pause, resume, or commit the migration by selecting the appropriate icon from the toolbar.</p> <p>To migrate volume data from one brick to another, perform the following steps.</p> <ol> -<li>Select <b>Migrate Bricks</b> by choosing from the menu, toolbar, or right click and select the volume. +<li>Select <b>Migrate Bricks</b> by choosing from the menu, toolbar, or right click when you select the volume. <p>The <b>Migrate Brick</b> window is displayed.</p> <p><img src="../images/GMC_Migrate_Brick.jpg" alt="Migrate Brick"/> -<li>Type the source volume in the <b>From Disk</b> field. -<li>Type the destination volume in the <b>To Disk</b> field. +<li>Select the source brick from the <b>From Brick</b> table. +<li>Select the destination brick from the <b>To Brick</b> table. <li>Click <b>Finish</b>. The Brick Migration window appears indicating that the brick was successfully migrated. <p><img src="../images/GMC_Migrate_Brick_success.jpg" alt="Migrate Brick Success"/> -<li>The <b>Volumes</b> tab displays the migration status of the volume (updated automatically every few minutes). -<li>In the <b>Task</b> tab, click <b>Cancel</b> to cancel the volume migration or click Pause to pause the process, if required. +<li>The <b>Tasks</b> tab displays the migration status (updated periodically). </ol> </body> diff --git a/src/com.gluster.storage.management.console.help/html/tasks/rebalance_vol.html b/src/com.gluster.storage.management.console.help/html/tasks/rebalance_vol.html index 57d85404..63bf3050 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/rebalance_vol.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/rebalance_vol.html @@ -14,11 +14,11 @@ You can rebalance a volume, as required. After adding bricks, you need to rebala <p>To rebalance a volume, perform the following steps:</p>
<ol>
<li>Choose from the menu, toolbar, or right click to select the volume. Select <b>Rebalance Volume</b>.
-<p>The <b>Rebalance Volume</b> window appears indicating that the volume rebalance was successfully started.</p>
+<p>The <b>Rebalance Volume</b> window is displayed indicating that the volume rebalance is successfully started.</p>
<p><img src="../images/GMC_rebalance_vol.jpg" alt="Rebalance Volume" /></p>
<li>Click <b>OK</b>.
<li>Select the cluster from the left pane and choose the <b>Task</b> tab to check the volume rebalance status.
-<li>If you wish to temporarily stop the rebalance process, click <b>Pause</b> from the menu bar. Click <b>Resume</b>, to continue and complete the process.
+<li>If you wish to stop rebalance of a volume, click <b>Stop</b> from the menu bar.
</ol>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/register_cluster.html b/src/com.gluster.storage.management.console.help/html/tasks/register_cluster.html index 2265a961..eac9f4a8 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/register_cluster.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/register_cluster.html @@ -9,19 +9,15 @@ type="text/css" media="screen" /> </head>
<body>
-<h1>Register Cluster</h1>
+<h1>Registering a Cluster</h1>
To register 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>.
+ <li>Launch the application and log in with a valid password.
<p><b>Select Cluster</b> window is displayed.</p>
<p><img src="../images/GMC_Register_Cluster.jpg" alt="Register Cluster" />
<li>Select <b>Register</b>. Type the name of the cluster and server name in the respective fields.
- <li>Click <b>OK</b>. The Gluster Management Console window is displayed with the newly registered cluster
+ <p>Note: Ensure that you type an online server name in the <b>Server Name</b> field.</p>
+ <li>Click <b>OK</b>. The Gluster Management Console will register the cluster with the gateway, fetch all the management information such as servers and volume resources and display them in the console.
</ol>
</body>
</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/remove_brick.html b/src/com.gluster.storage.management.console.help/html/tasks/remove_brick.html new file mode 100644 index 00000000..a05c83ec --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/tasks/remove_brick.html @@ -0,0 +1,41 @@ +<!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>Sub Topic</title>
+</head>
+
+<body>
+<h1>Removing Bricks</h1>
+You can shrink volumes, as needed, while the cluster is online and
+available. For example, you might need to remove a brick that has become
+inaccessible in a distributed volume due to hardware or network failure.
+<p><b>Note:</b> Data residing on the brick that you are removing
+will no longer be accessible; only the configuration information is
+removed - you can continue to access the data directly from the brick,
+as necessary.
+<p>To remove bricks from an existing volume, perform the following
+steps.</p>
+<ol>
+ <li>Choose from the menu, toolbar, or right click and select the
+ Volume and select <b>Remove Bricks</b>.
+ <li>If the volume is currently running, you are asked to confirm
+ before deleting a brick.
+ <p><img src="../images/GMC_1.0_Remove_Bricks.jpg" alt="Remove Brick" /></p>
+ <li>If you wish to remove the brick permanently, click <b>Remove
+ Bricks, Delete Data</b>.
+ <li>If you wish to keep the data but remove the brick, click <b>Remove
+ Bricks, Keep Data</b>.
+ <p>The selected bricks directories will be renamed to <FONT FACE = "Courier"><olddirectory>_<timestamp></FONT>.
+ <li> The <b>Remove Brick from Volume</b> window is displayed indicating that the
+ volume was deleted successfully.
+ <p><img src="../images/GMC_1.0_Remove_Bricks_success.jpg" alt="Remove Brick" /></p>
+ <li>Click <b>OK</b>.
+</ol>
+
+
+</body>
+</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/remove_server.html b/src/com.gluster.storage.management.console.help/html/tasks/remove_server.html index cf5d87a0..a2edd86a 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/remove_server.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/remove_server.html @@ -9,22 +9,22 @@ type="text/css" media="screen" /> </head>
<body>
-<h1>Removing Servers</h1>
+<h1>Removing Servers from a Cluster</h1>
You can remove the server, as required.
<p>To remove a server, perform the following steps:</p>
<ol>
<li>Choose from the menu, toolbar, or right click on the selected
- Server and select <b>Remove Server</b>.
- <li>If the server is currently running, you are asked to confirm
- before removing a server.
+ server and select <b>Remove Server</b>.
+ <p>You can also choose multiple servers or select <b>All</b> from the <b>Servers</b> tab and select <b>Remove Sever</b></p>
+ <p>You are asked to confirm before removing a server.
<p><img src="../images/GMC_Remove_server.jpg"
alt="Remove Server Confirmation" />
<li>Click <b>Yes</b>. The console displays the following window to
indicate that the server was successfully removed.
<p><img src="../images/GMC_Remove_server_success.jpg"
alt="Remove Server" />
- <li>Click <b>OK</b>. The removed server is listed under Discovered
- Server node
+ <li>Click <b>OK</b>. The removed server is listed under <b>Discovered
+ Server</b> node
</ol>
.
</body>
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/select_cluster.html b/src/com.gluster.storage.management.console.help/html/tasks/select_cluster.html index d8aea996..1dbd96a4 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/select_cluster.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/select_cluster.html @@ -9,21 +9,16 @@ type="text/css" media="screen" /> </head>
<body>
-<h1>Select Cluster</h1>
+<h1>Selecting a Cluster</h1>
+<p>The select cluster option is enabled after you create or register a cluster.</p>
To select 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>.
+ <li>Launch the application and log in with a valid password.
<p><b>Select Cluster</b> window is displayed.</p>
<p><img src="../images/GMC_Select_Cluster.jpg" alt="Select Cluster" />
<li>Select the cluster name from the <b>Cluster
Name</b> drop down list.
- <li>Click <b>OK</b>.The <b>Progress Information</b> window is displayed.
+ <li>Click <b>OK</b>.The <b>Progress Information</b> window is displayed is displayed while the console fetches the management information for the selected cluster.
<p><img src="../images/GMC_Select_Cluster_progess.jpg" alt="Select Cluster Progress Information" />
<li>The Gluster Management Console window displays the selected cluster.
</ol>
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/start_vol.html b/src/com.gluster.storage.management.console.help/html/tasks/start_vol.html index 97f6789e..4b3e76d6 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/start_vol.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/start_vol.html @@ -15,13 +15,11 @@ You can start a volume or multiple volumes that are currently stopped. <ol> <li>Choose from the menu, toolbar, or right click and select the volume and select <b>Start Volume</b>. - <p>Alternatively, you can select the Volume node and from the right - pane select the volumes that you need to start or click <b>All</b> to select - all volumes. - <li>The Create Volume window appears indicating that the volume + <p>Alternatively, from the left pane you can choose the <b>Volumes</b> node and select the volumes that you need to start in <b>Volumes</b> tab or click <b>All</b> to select all volumes and select <b>Start Volume</b>. + <li>The <b>Start Volume</b> window appears indicating that the volume (or volumes) were successfully started. <p><img src="../images/GMC_start_vol_success.jpg" alt="Volume started Successfuly" /></p> - <p>If you have selected multiple volumes, the Start Volume window appears indicating the volumes were started successfully.</p> + <p>If you have selected multiple volumes, the <b>Start Volume</b> window appears indicating the volumes were started successfully.</p> <p><img src="../images/GMC_start_vol_Multiple.jpg" alt="Multiple Volumes Started Successfuly" /></p> <li>Click <b>OK</b>. </ol> diff --git a/src/com.gluster.storage.management.console.help/html/tasks/stop_vol.html b/src/com.gluster.storage.management.console.help/html/tasks/stop_vol.html index 091b73e7..c97d1d91 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/stop_vol.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/stop_vol.html @@ -10,18 +10,17 @@ type="text/css" media="screen" /> <body> <h1>Stopping Volumes</h1> -You can stop volumes, as needed, while the server is online and available. For example, you might need to remove a brick that has become inaccessible in a distributed volume due to hardware or network failure. <p> To stop a volume, perform the following steps:</p> <ol> - <li>Choose from the menu, toolbar, or right click to select the volume. Select Stop Volume. - <p>If the volume is currently running, you are asked to confirm before stopping a volume.</p> + <li>Choose from the menu, toolbar, or right click to select the volume. Select <b>Stop Volume</b>. + <p>You are asked to confirm before stopping a volume.</p> <p><img src="../images/Stop_Vol.jpg" alt="Stop Volume"/></p> - <li>Select Yes to stop the Volume. - <p>The Stop Volume window appears indicating that the volume was successfully stopped.</p> + <li>Click <b>Yes</b> to stop the Volume. + <p>The <b>Stop Volume</b> window appears indicating that the volume was successfully stopped.</p> <p><img src="../images/Stop_Vol_confirm.jpg" alt="Stop Volume"/></p> - <p>If you have selected multiple volumes, the Stop Volume window appears indicating the volumes were stopped successfully.</p> + <p>If you have selected multiple volumes, the <b>Stop Volume</b> window appears indicating the volumes were stopped successfully.</p> <p><img src="../images/Stop_Vol_multiple_confirm.jpg" alt="Stop Multiple Volumes"/></p> - <li> Click OK. + <li> Click <b>OK</b>. </ol> </body> </html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/tasks/tune_vol_opt.html b/src/com.gluster.storage.management.console.help/html/tasks/tune_vol_opt.html index a659017d..9a48b86e 100644 --- a/src/com.gluster.storage.management.console.help/html/tasks/tune_vol_opt.html +++ b/src/com.gluster.storage.management.console.help/html/tasks/tune_vol_opt.html @@ -10,15 +10,14 @@ type="text/css" media="screen" /> <body>
<h1>Tuning Volume Options</h1>
-You can set volume options, as needed, while the cluster is online and
-available.
<p>To tune volume options, perform the following steps.</p>
<ol>
- <li>Select the volume that you need to add Volume Options.
- <li>Click the Volume Options tab.
+ <li>Select the volume for which you need to tune volume options.
+ <li>Click the <b>Volume Options</b> tab.
<p><img src="../images/GMC_Volume_Options.jpg" alt="Volume Options"/></p>
- <li>Click Add. Choose the volume options from the drop down list
- and enter the Options value.
+ <li>Click <b>Add</b>. Choose the volume option from <b>Option Key</b> drop down list
+ and type the value in the <b>Option Value</b> field.
+ <p>You can edit the value of an existing option by selecting the <b>Option Value</b> field</p>
</ol>
<p>To read more about the volume options, refer to the <A HREF="http://www.gluster.com/community/documentation/index.php/Gluster_3.2:_Tuning_Volume_Options" TARGET="_blank">Gluster
Filesystem Administration Guide, Section 8.1 Tuning Volume Options</A>.
|
