diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-11 20:56:08 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-11 20:56:08 +0530 |
| commit | 15222c97d166a1899d73b298e228a6c8e4447c8d (patch) | |
| tree | f95fbf1e794328c5e2d08599b741ec9afa1235ce /src/com.gluster.storage.management.console.help/html/concepts | |
| parent | 08940e6174d977e5dd8113a89d77408c67bfe441 (diff) | |
Updated help files
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/concepts')
3 files changed, 63 insertions, 29 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 c1b178a2..8770be32 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 @@ -2,21 +2,25 @@ <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <title>Main Topic</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 +"> +<title>Main Topic</title> </head> <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.
-
+<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. + <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 - + <li>add servers + <li>create volumes + <li>monitor the system + <li>manage logs + <li>import and export server configurations </body> </html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html b/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html index 2dcdfecc..8329c41c 100644 --- a/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html +++ b/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html @@ -2,26 +2,52 @@ <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=UTF-8"> +<title>Sub Topic 2</title> </head> <body> <h1>Common Cluster Terminologies</h1> <p><b>Network</b></p> -<p>A network is a collection of interconnected computers able to communicate with each other and transfer information back and forth.</p> +<p>A network is a collection of interconnected computers able to +communicate with each other and transfer information back and forth.</p> <p><b>Distributed File Systems</b></p> -<p>A file system is a collection of files and the facilities (programs and commands) that enable users to access the information in the files. All computing environments have file systems. A distributed file system takes advantage of the interconnected nature of the network by storing files on more than one computer in the network and making them accessible to all of them. In other words, the responsibility for file storage and delivery is "distributed" among multiple machines instead of relying on only one.</p> +<p>A file system is a collection of files and the facilities +(programs and commands) that enable users to access the information in +the files. All computing environments have file systems. A distributed +file system takes advantage of the interconnected nature of the network +by storing files on more than one computer in the network and making +them accessible to all of them. In other words, the responsibility for +file storage and delivery is "distributed" among multiple machines +instead of relying on only one.</p> <p><b>File Server Machines</b></p> -<p>File server machines store the files in the distributed file system, and a server process running on the file server machine delivers and receives files.</p> - <p><b>Volumes</b></p> - <p>A volume is a conceptual container for a set of related files that keeps them all together on one file server machine partition. Volumes can vary in size, but are (by definition) smaller than a partition. - -You can maintain maximum system efficiency by moving volumes to keep the load balanced evenly among the different machines. If a partition becomes full, the small size of individual volumes makes it easy to find enough room on other machines for them. -Each volume corresponds logically to a directory in the file tree and keeps together, on a single partition, all the data that makes up the files in the directory (including possible subdirectories). By maintaining (for example) a separate volume for each user's home directory, you keep all of the user's files together, but separate from those of other users. This is an administrative convenience that is impossible if the partition is the smallest unit of storage.</p> - <p><b>Mount Points</b></p> - <p> The previous section discussed how each volume corresponds logically to a directory in the file system: the volume keeps together on one partition all the data in the files residing in the directory. The directory that corresponds to a volume is called its root directory, and the mechanism that associates the directory and volume is called a mount point. A mount point is similar to a symbolic link in the file tree that specifies which volume contains the files kept in a directory. A mount point is not an actual symbolic link; its internal structure is different. - - +<p>File server machines store the files in the distributed file +system, and a server process running on the file server machine delivers +and receives files.</p> +<p><b>Volumes</b></p> +<p>A volume is a conceptual container for a set of related files +that keeps them all together on one file server machine partition. +Volumes can vary in size, but are (by definition) smaller than a +partition. You can maintain maximum system efficiency by moving volumes +to keep the load balanced evenly among the different machines. If a +partition becomes full, the small size of individual volumes makes it +easy to find enough room on other machines for them. Each volume +corresponds logically to a directory in the file tree and keeps +together, on a single partition, all the data that makes up the files in +the directory (including possible subdirectories). By maintaining (for +example) a separate volume for each user's home directory, you keep all +of the user's files together, but separate from those of other users. +This is an administrative convenience that is impossible if the +partition is the smallest unit of storage.</p> +<p><b>Mount Points</b></p> +<p>The previous section discussed how each volume corresponds +logically to a directory in the file system: the volume keeps together +on one partition all the data in the files residing in the directory. +The directory that corresponds to a volume is called its root directory, +and the mechanism that associates the directory and volume is called a +mount point. A mount point is similar to a symbolic link in the file +tree that specifies which volume contains the files kept in a directory. +A mount point is not an actual symbolic link; its internal structure is +different. </body> </html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/concepts/gluster_fs.html b/src/com.gluster.storage.management.console.help/html/concepts/gluster_fs.html index 8cb695b5..cdfb8dcc 100644 --- a/src/com.gluster.storage.management.console.help/html/concepts/gluster_fs.html +++ b/src/com.gluster.storage.management.console.help/html/concepts/gluster_fs.html @@ -2,12 +2,16 @@ <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <title>Sub Topic</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Sub Topic</title> </head> <body> <h1>Introducing Gluster Filesystem (GlusterFS)</h1> -GlusterFS is an open source, clustered file system capable of scaling to several petabytes and handling thousands of clients. GlusterFS can be flexibly combined with commodity physical, virtual, and cloud resources to deliver highly available and performant enterprise storage at a fraction of the cost of traditional solutions. -<p>GlusterFS clusters together storage building blocks over Infiniband RDMA and/or TCP/IP interconnect, aggregating disk and memory resources and managing data in a single global namespace. GlusterFS is based on a stackable user space design, delivering exceptional performance for diverse workloads.</p><p>GlusterFS is designed for today's high-performance, virtualized cloud environments. Unlike traditional data centers, cloud environments require multi-tenancy along with the ability to grow or shrink resources on demand. Enterprises can scale capacity, performance, and availability on demand, with no vendor lock-in, across on-premise, public cloud, and hybrid environments.<p>GlusterFS is the heart of all of Glusters commercial offerings, and is in production at thousands of enterprises spanning media, healthcare, government, education, web 2.0, and financial services.</p></body> +GlusterFS is an open source, scale-out file system capable of scaling to several petabytes and handling thousands of clients. GlusterFS assembles storage building blocks, aggregating disk and memory resources and managing data in a single global namespace. GlusterFS is based on a stackable user space design and can deliver exceptional performance for diverse workloads<p>The GlusterFS modular architecture allows administrators to stack modules to match user requirements, as needed. For example, administrators can use GlusterFS to quickly configure a standalone server system and later expand the system as their business needs grow.</p> +<p><b>Virtualized Cloud Environments </b></p> +<p>GlusterFS is designed for today's high-performance, virtualized cloud environments. Unlike traditional data centers, cloud environments require multi-tenancy along with the ability to grow or shrink resources on demand. GlusterFS incorporates cloud capabilities into the core architecture. +<p>Every module in GlusterFS is treated as a volume. GlusterFS further adds an elastic volume manager (the glusterd daemon) and a console manager (the gluster command line interface). Using the console manager, administrators can dynamically expand, shrink, rebalance, and migrate volumes, among other operations. The command line interface additionally provides an interactive shell (with auto-completion) along with scripting capabilities suitable for automation.</p> +<p><img src="../images/GlusterFS_3.2_Architecture.png" alt="GlusterFS Architecture" /> +</body> </html>
\ No newline at end of file |
