Collecting diagnostics
The topics in this section describe how to collect diagnostics.
Generating a thread dump on Linux
This topic describes how to to generate a thread dump file on a Linux server. BMC Support can use this file for troubleshooting.
Before you begin
You must log on to the TrueSight Network Automation application server or device agent host computer as a user with privileges to view and terminate the application.
To generate a thread dump on Linux
- Determine the process ID of the java process by using the ps command:
ps -ef | grep java Run the following command to kill the process and generate a dump file:
kill -QUIT java-process-id
The output goes to one of the following files:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*