DCT Tool
search cancel

DCT Tool

book

Article ID: 248628

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

How to collect logs with the DCT Tool.

Environment

All supported versions of the CA API Gateway

Resolution

# cd /opt/DCT

Usage Examples:

Collect data from all modules, including a heap dump and sensitive data, and output the files to /tmp:

BEST and Most Used.
# ./collect.sh -a -D -s -f /tmp

Collect data from all modules (excludes heap dump or sensitive information from "-a" option):
# ./collect.sh -a

Collect data from the 'gateway' module:
./collect.sh -m gateway

Collect a heap dump only:
./collect.sh -D

By default the dct utility will create a /home/ssgconfig/ssg-dct-xxx directory which will contain a ssg-dct-xxx.zip file.  Provide your support engineer the generated ssg-dct-xxx.zip file for further review.