summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.help/html/tasks
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-04 13:21:23 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-04 13:21:23 +0530
commitcbf33ecd9cfdb138b543e7f67cdce775455e1915 (patch)
tree77d53fac05d701bf67e954e872d5a7b311a8daa1 /src/com.gluster.storage.management.console.help/html/tasks
parenta86d36ea9d61a3a16097bb6f95c3261c7ae4267b (diff)
Updating help contents
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/tasks')
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/add_brick.html24
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/add_servers.html22
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/configure_gmc.html15
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/create_volume.html31
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/delete_brick.html29
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/logging.html12
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/start_vol.html23
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/stop_vol.html20
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic.html45
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic3.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic4.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic5.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic6.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/tune_vol_opt.html20
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/volumes.html38
15 files changed, 319 insertions, 12 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
new file mode 100644
index 00000000..6621d479
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/add_brick.html
@@ -0,0 +1,24 @@
+<!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>Adding a Brick</h1>
+You can expand a volume, as required, by adding new bricks to an existing volume.
+<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 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>.
+ <p>The Add Brick window is displayed.</p>
+ <p><img src="../images/GMC_add_brick.jpg" width="585" height="400"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" alt="Add Brick to Volume Confirmation"/></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/add_servers.html b/src/com.gluster.storage.management.console.help/html/tasks/add_servers.html
new file mode 100644
index 00000000..760ed812
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/add_servers.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>Main Topic</title>
+</head>
+
+<body>
+<h1>Add a Server</h1>
+Gluster Management Console enables you to manage your storage cluster with ease. This section describes how you can manage your server.
+<ul>
+<li>Add a new server to the storage cluster
+<li>Reboot the server, as required
+<li>Shut down the server, as required
+<li>Format a disk
+<li>Migrate a disk
+<li>Delete a server, as required
+</ul>
+
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/configure_gmc.html b/src/com.gluster.storage.management.console.help/html/tasks/configure_gmc.html
new file mode 100644
index 00000000..39a57dd8
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/configure_gmc.html
@@ -0,0 +1,15 @@
+<!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>Configuring the Gluster Management Console</h1>
+Gluster Managment Console enable you to manage you storage cluster. This section describes how you can configure the GMC with your cloud storage environment.
+
+<h2>Need more Info here</h2>
+</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
new file mode 100644
index 00000000..bc2d498a
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html
@@ -0,0 +1,31 @@
+<!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>Creating Volumes</title>
+</head>
+
+<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.<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.
+
+<p>The Create Volume window is displayed.
+<p><img src="../images/GMC_1.0_Create_Vol.jpg"alt="Volume Created Successfuly"/></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>Bricks will be created on all the disks of the cluster when you create a volume, by default. Click Customize, 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 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&rsquo;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 volume once created.
+<li>Click Create Volume. The console displays Create Volume window to indicate that the volume was successfully created.
+ <p><img src="../images/GMC_1.0_vol_success.jpg"alt="Volume Created Successfuly"/></p>
+ <li>Click OK.
+</ol>
+ </body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/delete_brick.html b/src/com.gluster.storage.management.console.help/html/tasks/delete_brick.html
new file mode 100644
index 00000000..ad2b3059
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/delete_brick.html
@@ -0,0 +1,29 @@
+<!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>Delete a Brick</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 delete 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>Delete Bricks</b>.
+<li>If the volume is currently running, you are asked to confirm before deleting a brick.
+<p><img src="../images/Delete-brick.png" width="585" height="400" alt="Delete Brick"/></p>
+<li>If you wish to delete the brick permanently, click <b>Remove Bricks, Delete Data</b>.
+<li>If you wish to keep the data but delete the brick, click <b>Remove Bricks, Keep Data</b>.
+<p>The <b>Delete Brick</b> window is displayed indicating that the volume was deleted successfully.</p>
+ <b>[Insert Screenshot]</b>
+<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/logging.html b/src/com.gluster.storage.management.console.help/html/tasks/logging.html
new file mode 100644
index 00000000..79e32a25
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/logging.html
@@ -0,0 +1,12 @@
+<!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>Logging into the Management Console</h1>The GMC console is a GUI application accessible at http://localhost:8080/glustergmc -console when you start the server.
+</body>
+</html> \ No newline at end of file
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
new file mode 100644
index 00000000..0b427eee
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/start_vol.html
@@ -0,0 +1,23 @@
+<!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>Start a Volume</h1>
+You can start a volume that is currently stopped, as required.
+<p>To start a volume, perform the following steps:</p>
+<ol>
+<li> Choose from the menu, toolbar, or right click and select the Volume and select Start Volume.
+<p>Alternatively, you can select the Volume node and from the right pane select the volumes that you need to start or click All to select all volumes.
+<li>The Create Volume window appears indicating that the volume (or volumes) were successfully started.
+<p><img src="../images/GMC_1.0_vol_success.jpg"alt="Volume Created Successfuly"/></p>
+<li>Click OK.
+
+</ol>
+
+</body>
+</html> \ No newline at end of file
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
new file mode 100644
index 00000000..c91fc600
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/stop_vol.html
@@ -0,0 +1,20 @@
+<!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>Stopping a Volume </h1>
+You can stop 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>You can stop a volume that is currently running, as required. To stop a volume, perform the following steps.
+<ol>
+<li>1. Choose from the menu, toolbar, or right click and select and select Stop Volume. If the volume is currently running, you are asked to confirm before stopping a volume.
+<li>Select Stop Volume.
+<p> The following dialog appears indicating that the volume (or volumes) were successfully stopped.</p>
+<p> Insert Screenshot.
+</ol>
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html
index 8a61c501..21ded1cd 100644
--- a/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html
@@ -1,13 +1,34 @@
-<!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>Sub Topic</h1>
-Please enter your text here.
-</body>
+<!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>Displaying a Log</h1>
+You can display the server logs using the Management Console.
+
+The following table describes the information displayed when viewing logs:<table>
+
+ <tr>
+ <td>Date </td>
+ <td>The date of the log entry</td>
+ </tr>
+ <tr>
+ <td>Time </td>
+ <td>The time of the log entry</td>
+ </tr>
+ <tr>
+ <td>Type </td>
+ <td>The type of the log entry; either Normal or Error</td>
+ </tr>
+ <tr>
+ <td>Details </td>
+ <td>Details about the log entry</td>
+ </tr>
+</table>
+<p>
+</body>
</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic3.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic3.html
new file mode 100644
index 00000000..6dccc35e
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic3.html
@@ -0,0 +1,13 @@
+<!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>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic4.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic4.html
new file mode 100644
index 00000000..6dccc35e
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic4.html
@@ -0,0 +1,13 @@
+<!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>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic5.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic5.html
new file mode 100644
index 00000000..6dccc35e
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic5.html
@@ -0,0 +1,13 @@
+<!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>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic6.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic6.html
new file mode 100644
index 00000000..6dccc35e
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic6.html
@@ -0,0 +1,13 @@
+<!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>Sub Topic</h1>
+Please enter your text here.
+</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
new file mode 100644
index 00000000..d885664a
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/tune_vol_opt.html
@@ -0,0 +1,20 @@
+<!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>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>Click Add. Choose the volume options from the drop down list and enter the Options value.
+ </ol>
+ <p>To read more about the volume options, refer to the Gluster Filesystem Administration Guide, Section 8.1 Tuning Volume Options.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/volumes.html b/src/com.gluster.storage.management.console.help/html/tasks/volumes.html
new file mode 100644
index 00000000..84532085
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/volumes.html
@@ -0,0 +1,38 @@
+<!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>Creating Volumes to Simplify Administration</h1>
+A volume is a logical collection of bricks where each brick is an export directory on a server in the trusted storage pool. Most of the gluster management operations happen on the volume.
+
+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.
+<p><b>Assigning Volume Names</b></p>
+
+<p>You can name your volumes anything you choose, subject to a few restrictions:
+<ul>
+<li>Volume names can be up to ?? characters in length. The maximum length for volume names is 32 characters.
+ <p>It is best to assign volume names that indicate the type of data they contain, and to use similar names for volumes with similar contents. It is also helpful if the volume name is similar to (or at least has elements in common with) the name of the directory at which it is mounted. Understanding the pattern then enables you accurately to guess what a volume contains and where it is mounted.</p>
+</ul>
+<p><b>Types of Volumes</b></p>
+<p>Volumes of the following types can be created in your storage environment:</p>
+<ul>
+<li>Plain Distributed - Distributes files throughout the bricks in the volume.
+<li>Distributed Striped - Distributes data across striped bricks in the volume.
+<li>Distributed Mirror - Creates a mirrored volume with all files replicated. <p><b>Note:</b> You must have at least two servers to activate this feature.</p></ul>
+<p>This section describes the various talks enabling you to manage your volumes on the storage cluster:
+<ul>
+<li>Create a new volume (featuring a single global namespace)
+<li>Start a volume that is currently stopped
+<li>Stop a volume that is currently running
+<li>Delete a volume from your storage environment
+
+</ul>
+
+
+</body>
+</html> \ No newline at end of file