From 15222c97d166a1899d73b298e228a6c8e4447c8d Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Thu, 11 Aug 2011 20:56:08 +0530 Subject: Updated help files --- .../html/gettingstarted/change_password.html | 46 ++++++++++--------- .../html/gettingstarted/check_req_client.html | 4 +- .../html/gettingstarted/check_req_gmg.html | 4 +- .../html/gettingstarted/cifs_service.html | 26 +++++++++-- .../html/gettingstarted/configure_cifs.html | 10 ++-- .../html/gettingstarted/explore_gmc.html | 24 ++++++---- .../html/gettingstarted/gmc_install_overview.html | 4 +- .../html/gettingstarted/gmg_install_overview.html | 4 +- .../html/gettingstarted/manage_bricks.html | 14 ++++-- .../html/gettingstarted/manage_cluster.html | 16 +++++-- .../html/gettingstarted/manage_logs.html | 21 +++++---- .../html/gettingstarted/manage_servers.html | 17 +++++-- .../html/gettingstarted/manage_volumes.html | 53 +++++++++++++--------- .../html/gettingstarted/monitor_resources.html | 29 ++++++++---- .../html/gettingstarted/setting_the_gmc.html | 4 +- 15 files changed, 173 insertions(+), 103 deletions(-) (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted') diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/change_password.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/change_password.html index 7669805f..7073c977 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/change_password.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/change_password.html @@ -2,32 +2,36 @@ - - Main Topic + +Main Topic

Changing the Administrator’s Password

-Gluster Management Console assigns a default password (gluster) to control access to the Management Console. When you access the application for the first time, the console requests you to change this password -

To change the default administrator’s password, perform the following steps.

+Gluster Management Console assigns a default password (gluster) to +control access to the Management Console. When you access the +application for the first time, the console requests you to change this +password +

To change the default administrator’s password, perform the +following steps.

    -
  1. Open your web browser. -
  2. Type the following URL in your web browser: -

    http://server-name:webserver-port/glustermg/gluster-management-console.jnlp in your browser.

    -

    A login window is displayed.

    -

    Change Default Password

    -
  3. Type your current password in the Old Password field. -

    The default system-assigned password is syst3m.

    -
  4. Type your new password in the New Password field. -
  5. Retype your new password in the Confirm Password field. -
  6. Click Change. The system displays Change Password window indicating that the password was successfully changed. -

    Password Changed Successfully

    -
  7. Click OK. +
  8. Open your web browser. +
  9. Type the following URL in your web browser: +

    + http://server-name:webserver-port/glustermg/gluster-management-console.jnlp + in your browser.

    +

    A login window is displayed.

    +

    Change Default Password

    +
  10. Type your current password in the Old Password field. +

    The default system-assigned password is syst3m.

    +
  11. Type your new password in the New Password field. +
  12. Retype your new password in the Confirm Password field. +
  13. Click Change. The system displays Change Password window + indicating that the password was successfully changed. +

    Password Changed Successfully

    +
  14. Click OK.
-

Resetting the Passowrd

-If you -ew script available as /opt/glustermg/1.0.0/scripts/gmg-reset-password.sh - -

\ 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 c2a0c04f..21f98b39 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 @@ -2,8 +2,8 @@ - - Main Topic + +Main Topic 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 646bfd67..c09c50e5 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 @@ -2,8 +2,8 @@ - - Main Topic + +Main Topic 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 777a82e7..c32a4805 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 @@ -2,14 +2,30 @@ - - Sub Topic + +Sub Topic

CIFS Services

-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. -

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.

-

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.

+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. +

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.

+

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.

\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/configure_cifs.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/configure_cifs.html index b93b0c8f..1b39f66a 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/configure_cifs.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/configure_cifs.html @@ -2,12 +2,14 @@ - - Main Topic + +Main Topic -

Configuring

Configuring CIFS Services on Your Cluster

-The SMB/CIFS server is configured via the file-servers.xml file in the WEB-INF\classes\alfresco folder +

Configuring

+

Configuring CIFS Services on Your Cluster

+The SMB/CIFS server is configured via the file-servers.xml file in the +WEB-INF\classes\alfresco folder \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/explore_gmc.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/explore_gmc.html index b03d92fd..8f0159ec 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/explore_gmc.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/explore_gmc.html @@ -2,20 +2,26 @@ - - Exploring Gluster Management Console + +Exploring Gluster Management Console

Exploring Gluster Management Console

-

Gluster Storage Platform offers an advanced yet simple-to-use GUI-based user interface to manage your clustered storage environment. This section describes the main sections of the user interface and explains the type of functions you can perform using each section.

-

Gluster Management Console

+

This section describes the main sections of the user interface and +explains the type of functions you can perform using each section.

+

Note: You can use Gluster Management Console to set up different cloud environments; but can only manage one cloud in one login session. +

Gluster Management Console

\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/gmc_install_overview.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/gmc_install_overview.html index 283f8165..6679de30 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/gmc_install_overview.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/gmc_install_overview.html @@ -2,8 +2,8 @@ - - Main Topic + +Main Topic diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/gmg_install_overview.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/gmg_install_overview.html index 5663b2d0..e5e844a1 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/gmg_install_overview.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/gmg_install_overview.html @@ -2,8 +2,8 @@ - - Main Topic + +Main Topic diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_bricks.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_bricks.html index dca7b703..6e054d99 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_bricks.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_bricks.html @@ -2,13 +2,19 @@ - - Sub Topic 2 + +Sub Topic 2

Managing Bricks

-Brick is the basic unit of storage, represented by an export directory on a server in the storage cluster. You can expand, shrink, and migrate volume of you cluster, as required, by adding new bricks, deleting bricks, and migrating bricks. -

Note: You need to add at least one brick to a distributed volume, multiples of two bricks to mirrored distributed volumes, multiples of four bricks to striped distributed volumes when expanding your storage space.

+Brick is the basic unit of storage, represented by an export directory +on a server in the storage cluster. You can expand, shrink, and migrate +volume of you cluster, as required, by adding new bricks, removing +bricks, and migrating bricks. +

Note: You need to add at least one brick to a distributed +volume, multiples of two bricks to mirrored distributed volumes, +multiples of four bricks to striped distributed volumes when expanding +your storage space.

\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_cluster.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_cluster.html index afed53f3..20ff3ee4 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_cluster.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_cluster.html @@ -2,15 +2,21 @@ - - Main Topic + +Main Topic

Managing Clusters

-A cluster is a group of linked computers, working together closely thus in many respects forming a single computer. Gluster Management Console enables you to create, register and select cluster. +A cluster is a group of linked computers, working together closely thus +in many respects forming a single computer. Gluster Management Console +enables you to create, register and select cluster.

Cluster Summary

-

The console enables you to monitor your cluster resources from the Summary tab. To display the summary of your cluster, click the cluster node from the left pane of the console window. The summary of the selected cluster is displayed in the right pane of the console window. -

Cluster Summary +

The console enables you to monitor your cluster resources from +the Summary tab. To display the summary of your cluster, click the +cluster node from the left pane of the console window. The summary of +the selected cluster is displayed in the right pane of the console +window. +

Cluster Summary \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_logs.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_logs.html index 9544d1e5..4c5f86cc 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_logs.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_logs.html @@ -2,20 +2,23 @@ - - Managing Logs + +Managing Logs

Managing Logs

-You can use the Logs tab of your Management Console to download the gateway, server, volumes, and UI logs to your local machine to analyze and archive. +You can use the Logs tab of your Management Console to download the +gateway, server, volumes, and UI logs to your local machine to analyze +and archive.

Typically, the log file includes:

-

The default location for this log file is <need this information>.

+
  • Installation messages +
  • Removal messages +
  • Configuration messages +
  • Informational messages + +

    The default location for this log file is <need this +information>.

    \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_servers.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_servers.html index 999c984c..483f24ef 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_servers.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_servers.html @@ -2,15 +2,22 @@ - - Main Topic + +Main Topic

    Managing Your Servers

    -A server is a computer or device on a network that manages network resources. It is a group of linked computers, working together closely thus in many respects forming a single computer. You can add a new server to the storage cluster to expand the amount of available storage. +A server is a computer or device on a network that manages network +resources. It is a group of linked computers, working together closely +thus in many respects forming a single computer. You can add a new +server to the storage cluster to expand the amount of available storage.

    Server Summary

    -

    The console enables you to monitor your servers in your cluster from the Summary tab. To display the summary of your cluster, click the Server node from the left pane of the console window. The summary of the servers in your cluster is displayed in the right pane of the console window.

    -

    Server Summary +

    The console enables you to monitor your servers in your cluster +from the Summary tab. To display the summary of your cluster, click the +Server node from the left pane of the console window. The summary of the +servers in your cluster is displayed in the right pane of the console +window. It also displays the Tasks and Alerts.

    +

    Server Summary \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_volumes.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_volumes.html index 61e30f7b..1687b8c4 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_volumes.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/manage_volumes.html @@ -2,36 +2,45 @@ - - Managing Volumes + +Managing Volumes

    Managing Volumes

    -

    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. The volume is the designated unit of administration in GlusterFS, so managing them is a large part of the administrator's duties. This section explains how to manage the volumes stored on file server machines.

    You can use Volumes to do the following:

    -

    Assigning Volume Names

    - -

    You can name your volumes anything you choose, subject to a few restrictions: +

    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. The volume is the +designated unit of administration in GlusterFS, so managing them is a +large part of the administrator's duties. This section explains how to +manage the volumes stored on file server machines. +

    You can use Volumes to do the following:

    +

    Volume Summary

    +

    The console also enables you to monitor the volumes in your cluster from the Summary tab. To display the summary of your volumes, +click the Volume node from the left pane of the console window. The summary of the volumes is displayed in the right pane of the console +window. It also displays Tasks and Alerts of all the volumes. +

    Volume Summary +

    Types of Volumes

    -

    Volumes of the following types can be created in your storage environment:

    +

    Volumes of the following types can be created in your storage +environment:

    -

    Volume Summary

    -

    The console also enables you to monitor the volumes in your cluster from the Summary tab. To display the summary of your volumes, click the Volume node from the left pane of the console window. The summary of the volumes is displayed in the right pane of the console window. It also displays Running Tasks and Alerts of all the volumes. -

    Volume Summary \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/monitor_resources.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/monitor_resources.html index 60ae0098..f9bf5615 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/monitor_resources.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/monitor_resources.html @@ -2,20 +2,31 @@ - - Main Topic + +Main Topic

    Monitoring Cluster Resources

    -Gluster Management Console enables you to monitor your cluster resources such as through Summary Tab. -You can monitor resources such as CPU usage, Alerts, Tasks, Network usage and so on. -

    To monitor resources in your cluster, perform the following steps.

    +Gluster Management Console enables you to monitor your cluster resources +such as through Summary Tab. You can monitor resources such as CPU +usage, Alerts, Tasks, Network usage and so on. +

    To monitor resources in your cluster, perform the following +steps.

      -
    1. Select your resource at the node level. For example, choose your cluster. The Summary tab displays the historical graphical representations of your clusters key resources such as CPU, memory, network usage, and disk utilization by day, week, or month. In case of Network usage, the graph will be displayed for the selected network from the drop down list. -

      Note: At any point of time, the Summary tab will show views that are applicable to the resource selected from the navigation tree in the left pane.

      -

      Volume Created Successfuly

      -
    2. Click to expand other resource nodes such as Volume, Bricks, and Server to display the respective details, as required. +
    3. Select your resource at the node level. For example, choose + your cluster. The Summary tab displays the historical graphical + representations of your clusters key resources such as CPU, memory, + network usage, and disk utilization by day, week, or month. In case of + Network usage, the graph will be displayed for the selected network + from the drop down list. +

      Note: At any point of time, the Summary tab will show views that + are applicable to the resource selected from the navigation tree in the + left pane.

      +

      Volume Created Successfuly

      +
    4. Click to expand other resource nodes such as Volume, Bricks, + and Server to display the respective details, as required.
    \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_the_gmc.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_the_gmc.html index 18a8f857..02d5c8c6 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_the_gmc.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_the_gmc.html @@ -2,8 +2,8 @@ - - Main Topic + +Main Topic -- cgit