Skip to main content

Software  >  Rational  >  

Rational Change Management Server data collectors available through IBM Support Assistant and IBM Support Assistant Lite

 News
 
Abstract
This document describes Rational Change Management Server data collectors that are available as part of Rational ClearCase v7.1 & Rational ClearQuest v7.1 Add-on for IBM Support Assistant and IBM Support Assistant Lite for these products. It includes information on what data are gathered, as well as detailed walk through of the IBM Support Assistant Lite UI.
 
Content
The suite of Change Management Server data collectors are now available through IBM Support Assistant Workbench and IBM Support Assistant Lite for the following Rational products :
  • Rational ClearCase v7.1
  • Rational ClearQuest v7.1

The set of collectors available are:

  • General Change Management Server Collector
  • Server Configuration Collector
  • Server Processes Trace Collector

Details of what is collected as well as collector walk through is shown below.


Prerequisites / Installation
Detail: General Change Management Server Collector
Detail: Server Configuration Collector
Detail: Server Processes Trace Collector
Data Collector Completion Options & Uploads


Prerequisites / Installation

These collectors are available as part of IBM Support Assistant Workbench and IBM Support Assistant Lite in the above listing of Rational products.

IBM Support Assistant

IBM Support Assistant (ISA) is a full serviceability workbench that can increases your capacity for self-help by making it easier to access support resources. This includes product information, tools and capability for automated data collection. For more information, see: Features and benefits of IBM Support Assistant.


    Prerequisites
    • You'll need IBM Support Assistant Workbench v4.1.x or higher for this collector to be available.
    • If you do not have ISA workbench available, you need an IBM ID and password to download ISA workbench. Register here if you do not already have one.
    • A copy of ISA workbench is available for download from the Serviceability Workbench Section in the ISA download page .

    Install Add-on
    • Launch ISA workbench. Use the Update > Find New... > Product Add-on to select one of the products listed above.
    • Once you have the product add-on installed, select Collect and Send Data to select and run the available data collectors.

IBM Support Assistant Lite

IBM Support Assistant Lite (ISA Lite) is the customized subset of the ISA workbench that provides only the automated data collection capability. If you do not have ISA workbench installed and need to provide information for our support team, you can use this to quickly gather information. For more information, see: Overview of IBM Support Assistant Lite

    Prerequisites:
    • You need an IBM ID and password to download ISA Lite. Register here if you do not already have one.
    • You need Java JRE 1.4.2 or greater on your machine to run ISA Lite

    Download & Launching ISA Lite:
    1. You can download ISA Lite for Rational ClearCase v7.1 or Rational ClearQuest v7.1 from the Quick Data Collection Section in the ISA download page.
    2. Extract the .zip file in a folder.
    3. In the same folder, cd ISALite
    4. If Java is available in your path , simply run: runISALite.bat or runISALite.sh
    5. If Java is not available on your path, you'll need to set JAVA_HOME first.
      • Windows: set JAVA_HOME=<your full path to Java> This path should point to the bin directory in your Java installation, containing java.exe.
      • Linux/Unix (in ksh): export JAVA_HOME=<your full path to Java>. This path should point to the bin directory in your Java installation, containing java



General Change Management Server Collector
Use this data collector to gather information for general issues relating to change management server . This includes change management server configuration, IBM Installation Manager as well as information related to embedded WAS. Its recommended that you run this with administrator privileges.

Data Collected:
  • If product is not found :
    Folder
      File
    Description
    /CC_V71_NOT_AVAILABLE.txt or
    CQ_V71_NOT_AVAILABLE.txt
    A file to indicate that the collector didn't detect ClearCase / ClearQuest on the machine (via Installation Manager)
  • The following is collected only if appropriate product is found through Installation Manager
    Change Management Server Configuration Data
    FolderFile Description
    /wsadmin_out
    CC_ISALite-71-export.txt or
    CQ_ISALite-71-export.txt
    Executes wsadmin command to retrieve cmprofile information.
    Sample for Linux:
    <product_install>/common/eWAS/bin/wsadmin.sh -profile -profileName cmprofile teamAdminUtils.jacl -c "exportToFile /tmp/export1.txt"
    wsadmin_execution_out.txtOutput from wsadmin execution.
    /dat_files_common_CM_profiles_cmprofile_config_cells*.dat filesCollect all the *.dat files from:
    <product_install>/common/CM/profiles/cmprofile/config/cells/*/stp/*.dat
    /log_files_common_CM_profiles_cmprofile_logs*.*Collect all files from:
    <product_install>/common/CM/profiles/cmprofile/logs/*.*
    WAS information (runs only if <product_install>/eWAS directory was found)
    FolderFile Description
    /WAS_COLLECTION
    <system_date>.jar file output. WAS General Information:
    Executes: <product_install>/eWAS/collector.bat (or sh)
    To examine this file, change the .jar extension to .zip, and extract.
    versionInfo_Long.txtWAS Version Information : -long option
    Executes: <product_install>/common/eWAS/versionInfo.bat (or sh) -long
    versionInfo_maintaincePackages.txtWAS Version Information: -maintenancePackages
    Executes: <product_install>/common/eWAS/versionInfo.bat (or sh) -maintenancePackages
    versionInfo_components.txtWAS Version Information: -components
    Executes: <product_install>/common/eWAS/versionInfo.bat (or sh) -components
    versionReport.htmlWAS Version Report:
    Executes: <product_install>/common/eWAS/genVersionReport.bat (or sh)
    historyReport.htmlWAS History Report:
    Executes: <product_install>/common/eWAS/genHistoryReport.bat (or sh)


Detailed Walk Thru for "General Change Management Server Collector"


    The collector will first inform you what it is going to collect. Click OK, to proceed


    The collector will run to completion and request feedback and ftp options.

    Please continue to Data Collector Completion Options & Uploads for additional information.




Server Configuration Collector
Use this data collector to gather only change management server configuration information.

Data Collected:
This data collector is a subset of the "General Change Management Server Collector", as it only gathers the Change Management Server Configuration Data as stated above.

Detailed Walk Thru for "General Change Management Server Collector"


    The collector will first inform you what it is going to collect. Click OK, to proceed

    The collector will run to completion and request feedback and ftp options.

    Please continue to Data Collector Completion Options & Uploads for additional information.



Server Processes Trace Collector
Use this data collector to enable process trace on the Change Management Server. User will be prompted to recreate the server issue found, and when completed, to continue with the data collection tool to disable trace settings and gather information.
    Trace settings:
    • File modified: <product_install>/common/CM/bin/tslogger.properties
    • Settings to enable trace:
        logger.dc.logging=ON
        logger.dc.trace.level=DEBUG_MAX
    • Settings to disable trace:
        logger.dc.logging=OFF
        logger.dc.trace.level=OFF

    IMPORTANT: This collector WILL re-start CM Server twice in order to enable and disable trace settings.
    • You'll need appropriate administrator access to run this collector.
    • If the trace settings are not disabled, it will impact server performance.


Data Collected
  • If product is not found :
    Folder
      File
    Description
    /CC_V71_NOT_AVAILABLE.txt or
    CQ_V71_NOT_AVAILABLE.txt
    A file to indicate that the collector didn't detect ClearCase / ClearQuest on the machine (via Installation Manager)
  • The following is collected only if appropriate product is found through Installation Manager
    FolderFile Description
    /
    CMServer_StopServer_pre_logging_enable.txtOutput from executing code to stop server.
    Executes: :<product_install>/common/eWAS/bin/stopServer.bat (or sh) server1 -profileName cmprofile
    CMServer_StartServer_logging_enable.txtOutput from executing code to start server with trace setting enabled.
    Executes: <product_install>/common/eWAS/bin/startserver.sh server1 -profileName cmprofile
    CMServer_StopServer_pre_logging_disable.txtOutput from executing code to stop server.
    Executes: :<product_install>/common/eWAS/bin/stopServer.bat (or sh) server1 -profileName cmprofile
    CMServer_StartServer_logging_disable.txtOutput from executing code to start server with trace setting disabled
    Executes: <product_install>/common/eWAS/bin/startserver.sh server1 -profileName cmprofile
    /enable_settings
    tslogger_enableLogging.propertiesAttributes used to updated tslogger.properties file.
    tslogger.properties.<timestamp>Backup file of the existing tslogger.properties file
    tslogger.propertiesNew tslogger.properties file. This should have trace enabled.
    /disable_settings
    tslogger_disableLogging.propertiesAttributes used to disable trace settings in tslogger.properties file
    tslogger.propertiesNew tslogger.properties file. This should have trace disabled.
    /common_CM_logs_server1/ccrpc [or cqrpc]
    SystemOut.log, SystemErr.logFiles from : <product_install>/common/CM/logs/server1/ccrpc [or cqrpc]
    trace.logOutput from the trace enablement.

Detailed Walk Thru for "Server Processes Trace Collector"


    Introduction

      The collector will first inform you what it is going to collect.

      Once you click OK, the CM Server will be stopped and restarted with trace options enabled.

      Click OK, to proceed.

    Reproducing Problem
      At this point, recreate the problem you encountered with the CM Server.

      Click OK only when you had completed problem recreation.
      Once you click OK, the CM Server will be stopped and restarted with trace options disabled. This will also gather trace data.
    The collector will run to completion and request feedback and ftp options.

    Please continue to Data Collector Completion Options & Uploads for additional information.


Data Collector Completion Options & Uploads

When the collector is completed, it will request feedback about ISA or ISA Lite. Select Yes, to provide feedback. Select No to continue.

You'll also be provided with data upload options. This will allow you to send the collected data to IBM or another location via FTP or HTTPS.

IMPORTANT: To upload information to IBM, you'll need to have a PMR number. This is obtained when you work with our support team. If you do not have a PMR number, but do have support contract, you can leverage the Software Support page to open a service request and included the collected data with the service request.
IBM Service Request Page: https://www.ibm.com/support/servicerequest/

The upload options are:

  • Send the Logs to IBM using secure transfer (HTTPS). You'll need an PMR number to transfer the data to IBM. This sends the collected data to IBM Support team through the HTTPS protocol.
  • FTP the Logs to IBM Support (not encrypted). You'll need an PMR number to transfer the data to IBM. This sends the collected data to IBM Support team through the FTP protocol. This is a less secure option.
  • FTP the Logs to a Different Location (not encrypted) This allows you to send the collected data to another location via FTP. You'll need to provide the target FTP location and appropriate authentication to access it.
  • Do Not FTP the Logs. Do nothing.

Click OK to continue. If you choose options other than 4 above, you will need to fill in additional information required to complete the upload.

When the collector completes, the .zip file is created at the location specified in Output File name. You can use any unzip tool to extract the files to examine the content of collected data.

Do you need more help?

For additional assistance, contact IBM Rational Client Support:
Submit a Service Request (SR)

 
Related information
Change Management Server Configuring Logging
About Change Management Server
IBM Education Assistant for IBM Support Assistant Lite
Download IBM Support Assistant
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Software DevelopmentRational ClearCase AIX, HP-UX, Linux, Solaris, Windows7.1
Software DevelopmentRational ClearQuest AIX, HP-UX, Linux, Solaris, Windows7.1
 
 

Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
Rate this page
Please take a moment to complete this form to help us better serve you.
This material provides me with the information I need.




This material is clear and easy to understand.




Did the information help you to achieve your goal?
What updates, improvements, or related information would you like to see in this document?
Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.
Input the verification number to submit feedback:
Document information
 Product categories:
 Software
 Software Development
 Change, Configuration, & Release Management
 Rational ClearQuest
 Operating system(s):
  AIX, HP-UX, Linux, Solaris, Windows
 Software version:
  4.1
 Software edition:
  Lite, Workbench
 Reference #:
  1407800
 IBM Group:
 Software Group
 Modified date:
 2009-10-30

Translate My Page
 
 

Rate this page

Help us improve this page. Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.