How to collect logs with the DCT Tool.
All supported versions of the CA API Gateway
# 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.