From 36c7b73ba78f0939ed4baa049d33fa78ce3faa22 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Wed, 31 Aug 2011 15:13:22 +0530 Subject: Latest help files --- .../html/gettingstarted/access_gmc_jws.html | 9 +++++++-- .../html/gettingstarted/check_req_client.html | 2 +- .../html/gettingstarted/check_req_gmg.html | 8 +++++--- .../html/gettingstarted/cifs_service.html | 11 +++++------ .../html/gettingstarted/explore_gmc.html | 2 +- .../html/gettingstarted/install_gmg.html | 21 +++++++++++++++------ .../html/gettingstarted/install_gmg_backend.html | 10 +++++++--- .../html/gettingstarted/manage_cluster.html | 10 +++++----- .../html/gettingstarted/manage_volumes.html | 2 +- .../html/gettingstarted/setting_alerts_prefs.html | 6 +++--- .../html/gettingstarted/setting_charts_prefs.html | 7 +++---- .../html/gettingstarted/setting_gluster_prefs.html | 9 +++------ .../html/gettingstarted/setting_preferences.html | 2 +- .../html/gettingstarted/setting_terminal_prefs.html | 6 ++---- 14 files changed, 59 insertions(+), 46 deletions(-) (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted') 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 index 577882a9..e052a73a 100644 --- 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 @@ -31,8 +31,13 @@ type="text/css" media="screen" />
  • Click Change. The system displays Change Password window indicating that the password was successfully changed.

    Password Changed Successfully

    -
  • Click OK. The Gluster Management Console window is displayed. -

    Note: You can change the password at any time by accessing Edit > Change Password. + +

  • Click OK. The Select Cluster window is + displayed. You can now create a new cluster or register an existing + cluster. For more information on creating or registering clusters, + refer to Managing Clusters. +

    Note: You can change the password at any time by + accessing Edit > Change Password. \ 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 ec93d66a..76a44038 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 @@ -21,7 +21,7 @@

    Web Browser Requirements

    \ 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 866b50ab..fa106b64 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 @@ -11,11 +11,13 @@ type="text/css" media="screen" />

    Checking Gluster Management Gateway Minimum Requirements

    Gluster Management Gateway is installed on a central server using the Linux package published by Gluster. Before you install Gluster Management Gateway, you must verify that your environment matches the minimum requirements described in this section. -

    Note: For checking the GlusterFS minimum requirements, refer to the Gluster 3.2 Filesystem Installation Guide, Checking Minimum Requirements.

    +

    Note: For checking the GlusterFS minimum requirements, refer to the Gluster 3.2 Filesystem Installation Guide, Checking Minimum Requirements.

    You must verify that your central server matches the minimum requirements listed below:

    \ 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 eccaa0f9..21ba31ec 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 @@ -22,22 +22,21 @@ type="text/css" media="screen" />

    To configure CIFS, you must create a text file consisting of a list of servers (hostnames or IP addresses).

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

    Run the following command on the gateway server to configure CIFS:

    -

    $ grun.py <server list file>.txt setup_cifs_config.py

    +

    $ setup_cifs_config_all.py <server list file>

    Note: Ensure that CIFS services are configured on all the servers of your cluster at all times. Any new servers added to the cluster, ensure that you configure CIFS services on them. This enables you to access the CIFS enabled volumes from any of the cluster nodes.

    Creating CIFS Users

    You must create users and their password to enable them to use the CIFS access protocol.

    To create CIFS users, run the following on the gateway server:

    -

    $ add_user_cifs_all.py <server list file> <user list file> <password>

    +

    $ add_user_cifs_all.py <server list file> <user name> <password>

    -

    All users defined in the <user list file> will be created on each and every server defined in <server list file>, will be assigned the same password defined in <password>. -

    Note: Ensure that CIFS users are created on all the servers of your cluster at all times. Any new servers added to the cluster, ensure that you create all the CIFS users on them. +

    The user defined in the <user name> will be created on each and every server defined in <server list file>, will be assigned the same password defined in <password>. +

    Note: Ensure that the CIFS user is created on all the servers of your cluster at all times which includes any new servers added to the cluster.

    Removing CIFS Users

    You can delete users and their password.

    To delete CIFS users, run the following on the gateway server:

    -

    $ delete_user_cifs_all.py <server list> <user list>

    +

    $ delete_user_cifs_all.py <server list> <user name>

    \ 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 48c1f892..8aee7171 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 @@ -25,6 +25,6 @@ explains the type of functions you can perform using each section.

    change password, change settings and refresh the application.
  • Gluster Menu: Helps you to manage your cluster, servers, and volumes. - +For example, if you have selected volumes, the Gluster menu displays all volume related options. \ 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 index e1e7a798..94d26c03 100644 --- 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 @@ -17,7 +17,7 @@ type="text/css" media="screen" />

    Note: glustermg.repo has been created and tested with CentOS 5.6. It may work with other versions of CentOS, however it has not been extensively tested.

  • Save the file in the following location on your machine:

    /etc/yum.repos.d/ -

  • 5. Run the following command to install Gluster Management Gateway: +
  • Run the following command to install Gluster Management Gateway:

    # yum groupinstall glustermg

  • The following packages are installed if not installed earlier: \ 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 index db8c48b3..af04461f 100644 --- 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 @@ -13,12 +13,12 @@ type="text/css" media="screen" /> 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 published by Gluster.

    Pre-requisite

    To install the backend packages on each and every node of your cluster, perform the following steps:

      -
    1. Download Gluster Management Gateway repository configuration file (glustermg.repo) and the Gluster Management Gateway RPM (glustermg-1.0.0-1.x86_64.rpm) from the location provided by Gluster. : +
    2. Download Gluster Management Gateway repository configuration file (glustermg.repo) and the Gluster Management Gateway Backend RPM (glustermg-backend-1.0.0-1.x86_64.rpm) from the location provided by Gluster. :

      Note: glustermg.repo has been created and tested with CentOS 5.6. It may work with other versions of CentOS, however it has not been extensively tested.

    3. Save the file in the following location on your machine:

      /etc/yum.repos.d/ @@ -37,6 +37,10 @@ Gluster Management Gateway communicates with every node of your cluster using th

    4. libxml2 v2.6
    -

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

    +

    Note: +

    \ 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 50d3cb4d..17b7f0a8 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 @@ -15,16 +15,16 @@ 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 +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 +

    Cluster Summary

    After you log into the application successfully, you will be prompted to:

    \ 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 2b372d0f..a37ed7b4 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 @@ -28,7 +28,7 @@ manage the volumes stored on file server machines.

    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 +

    Volume Summary \ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_alerts_prefs.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_alerts_prefs.html index e5f708a9..5673586e 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_alerts_prefs.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_alerts_prefs.html @@ -13,9 +13,9 @@ type="text/css" media="screen" /> Thresholds are the critical conditions that you define in Gluster Management Console.

    To set the thresholds, perform the following steps:

      -
    1. Choose Edit > Settings -

      Preferences window is displayed.

      -
    2. Choose Gluster > Alerts page from the right pane of the Preferences window. +
    3. Choose Edit > Settings > Alerts +

      The Preferences window displays the Alerts page on the right pane of the window.

      +

      Alerts Perferences

    4. Type the value for server CPU threshold limits in the Server CPU Threshold field.
    5. Type the value for server memory usage threshold in the Server Memory Usage Threshold field. diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_charts_prefs.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_charts_prefs.html index bc1199b0..e85d9324 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_charts_prefs.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_charts_prefs.html @@ -11,12 +11,11 @@ type="text/css" media="screen" />

      Setting the Charts Preferences

      You can customize the console and change the way some of the monitoring data is displayed, as described in this section. -

      Note: The default duration for all the charts is a week.

      +

      Note: The default duration for all the charts is a day.

      To set the display of the charts, perform the following:

        -
      1. Choose Edit > Settings -

        The Preferences window is displayed.

        -
      2. Choose Gluster > Charts page from the right pane of the Preferences window. +
      3. Choose Edit > Settings > Charts +

        The Preferences window displays the Charts page on the right pane of the window.

        Charts Perferences

      4. Select the Aggregated CPU Usage chart period from the drop down list.
      5. Select the Aggregated Network Usage chart period from the drop down list. diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_gluster_prefs.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_gluster_prefs.html index 74cb4ba4..16db7708 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_gluster_prefs.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_gluster_prefs.html @@ -13,15 +13,12 @@ type="text/css" media="screen" /> Please enter your text here.

        To set the Gluster perferences, perform the following steps:

          -
        1. Choose Edit > Settings -

          The Preferences window is displayed. -

        2. Choose Gluster page from the right pane of the Preferences window. - - +
        3. Choose Edit > Settings > Gluster +

          The Preferences window displays the Gluster page on the right pane of the window.

          Gluster Perferences

        4. Select Show Cluster Selection Dialog on Login, if you want your cluster name to appear when you launch the application.
        5. Choose your cluster name from Default Cluster to Manage drop down list to manage the default cluster you wish to manage when you launch the application.
        6. -
        7. Type the duration of the data synchronization intervals in the Data Sync Interval field. +
        8. Type the duration (in sec) of the refresh intervals in the Refresh Interval field.
        9. Click Apply.
        10. Click OK to exit the Preferences window. diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_preferences.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_preferences.html index 254fb15d..13f9f54c 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_preferences.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_preferences.html @@ -11,7 +11,7 @@ type="text/css" media="screen" />

          Preferences

          -You can use preferences to configure several aspects of the Gluster Management Console. These include setting preferences for the console, alerts, and charts. +You can use preferences to configure several aspects of the Gluster Management Console. These include setting preferences for the console, alerts, charts, and terminal.
          • Setting Gluster Preferences
          • Setting Alert Preferences diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_terminal_prefs.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_terminal_prefs.html index e48535be..8f381665 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_terminal_prefs.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/setting_terminal_prefs.html @@ -13,10 +13,8 @@ type="text/css" media="screen" />

            You can customize the terminal window as described in this section.

            To set the display of the charts, perform the following:

              -
            1. Choose Edit > Settings -

              Preferences window is displayed.

              -
            2. Choose Terminal from the right pane of the Preferences window. -

              The Preferences window displays the Terminal page on the left pane of the window. +

            3. Choose Edit > Settings > Terminal +

              The Preferences window displays the Terminal page on the right pane of the window.

              Gluster Perferences

            4. Type the limit of terminal buffer lines in the Terminal buffer lines field.
            5. Type the value of the serial timeout in the Serial timeout field.
            6. -- cgit