Collect data for IBM Service

WebSphere Application Server - Express includes a Qshell script that collects information about your WebSphere Application Server - Express installation and packages it in a JAR file that you can send to IBM Customer Support to assist in problem determination and analysis. The information includes logs, property files, configuration files, operating system and Java data, and prerequisite software presence and levels. For information on running Qshell scripts, see Configure Qshell to run WebSphere Application Server - Express scripts.

To collect as much data as possible, the collector script is designed to run to completion regardless of errors such as files or commands not found.

Note: You should only run the collector tool when requested to by IBM Service personnel.

Authority

To run this script, your user profile must have *ALLOBJ authority.

Usage

To run the collector script, follow these steps:

  1. On the CL command line, run the STRQSH (Start Qshell) command.

  2. Run the cd command to change to the directory that contains the script:

    cd /home/myprofile
  3. Run the collector script:

    /QIBM/ProdData/WebASE/ASE5/bin/collector -instance myInstance JarOutName jarfile

    where myInstance is the name of the instance for which you want to collect information.

Syntax

The syntax of the collector script is:

[fully_qualified_directory]/collector -instance instance
  [ -JarOutName jarfile ] [ -Summary ] [ -IncludeInstalledApps ]

where fully_qualified_directory is the directory that contains the script.

Parameters

The parameters of the collector script are:

Example

collector -instance testinst -JarOutName /home/myprofile/testinst_svc.jar

This example collects information on the instance testinst and writes the output to testinst_svc.jar in the /home/myprofile directory.