WAS traditional collector Recipe
- On the deployment manager node, ensure you're the user that runs WAS
or
root
. - Change directory to somewhere outside the WAS directory that has a
few hundred MB free. For example:
cd /tmp/
- If you have a large environment, edit
collector.sh
and update the-Xmx
value. There is no other way because in recent fixpacks,-Xmx1024m
is specific explicitly (and IBM Java doesn't support_JAVA_OPTIONS
). This change will be reverted on each fixpack upgrade. For example:-Xmx3g \
- Execute
collector.sh
by specifying the full path to it. For example, replace the path to WebSphere and$PROFILE
with the deployment manager profile name:/opt/IBM/WebSphere/AppServer/profiles/$PROFILE/bin/collector.sh > diag_collector.txt 2>&1
- Once it completes, quickly review the end of the
diag_collector.txt
file for any obvious errors running the collector. A healthy collection ends withReturn code: 0
. - Upload
*WASenv.jar
anddiag_collector.txt
For details, see the collector.sh documentation.