Start of changeIBM Content Manager OnDemand, Version 9.0

ARSSUPPORT utility

You can use ARSSUPPORT, a Java™ based tool to gather diagnostic information such as log entries. This tool is especially helpful when you need to report problems to IBM® service.

The ARSSUPPORT utility is delivered in the arssupport.jar file. To invoke the utility, use this command:Start of change
java -jar arssupport.jar
End of change

Prerequisites

Syntax

Read syntax diagramSkip visual syntax diagram
>>-arssupport--+--------+--+--------------------+--+-----+------>
               '- -h--?-'  '- -I--instance name-'  '- -l-'   

>--+--------------+--+-----------------+--+---------------+----->
   '- -m--minutes-'  '- -o--outputpath-'  '- -p--password-'   

>--+-------------+--+-----+------------------------------------><
   '- -u--userid-'  '- -v-'   

Parameters

-h
Use this parameter to display help and usage information about this tool.
-I instance name
Specify the instance name to collect the instance information. If you do not specify this option, ARCHIVE is used as the instance name.
-l
Start of changeSpecify this parameter to retrieve system log entries. If you do not specify this option, the log entries for the past 60 minutes are retrieved. Ensure that you use this parameter with the -u parameter.End of change
-m minutes
Specify how many past minutes of the system log entries to retrieve from the server. The maximum is 6000 minutes.
-o outputpath
Specify the output directory name. If the output directory is not specified, the output directory is the current directory.
-p password
Start of changePassword that you use to access the server.End of change
-u userid
The user ID that you use to access the server. If the -l parameter is specified, the -u parameter is required.
-v
Verbose output while running.
ARSSUPPORT generates information about a Content Manager OnDemand server including information about its configuration and system environment. ARSSUPPORT archives all files into one compressed file, arssupport.zip, and places this file in the odsupport subdirectory of the output directory.

Examples

Start of change
   java -cp ./arssupport.jar com/ibm/cm/od/arssupport -h

   java -cp ./arssupport.jar com/ibm/cm/od/arssupport -o c:\pmr11256 -l -u admin

   java -cp ./arssupport.jar com/ibm/cm/od/arssupport -o . -I instance -l -m 28 -u admin
End of change


Feedback

Last updated: August 2012
mustgather.htm

© Copyright IBM Corporation 2012.
This information center is powered by Eclipse technology. (http://www.eclipse.org)
End of change