The collector script

The collector script gathers information about your WebSphere Application Server 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.

The Collector program is designed to run to completion despite errors such as files or commands not found, in order to collect as much data as possible.

Note: When reporting a problem to IBM Support Personnel, include the output from running the collector tool with the -Summary option. For more information see the parameter description below.

Product

The collector script is available in WebSphere Application Server and WebSphere Application Server Network Deployment.

Authority

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

Syntax

The syntax of the collector script is:

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

Parameters

The parameters of the collector script are:

Examples

collector -Summary

This example generates an output file named Collector_Summary.txt in the current working directory. This file contains information on the hostname of the system, installed WebSphere Application Server level, operating system level and Java Development Kit level.

collector -JarOutName /temp/WASEnv.jar

This example collects information on the default WebSphere Application Server instance and writes the output to WASEnv.jar, which is located in /temp directory.

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.