Usage Example#

This guide demonstrates how to use the Crash Dump Analyzer with a Call Manager service crash dump as the example.

Collecting the Crash Dump Information#

To ensure a successful analysis, collect the crash dump directly from the CLI of your UC appliance. Open your favorite SSH client, sign in to the UC appliance and run the command:

show version active
_images/csa_crashdump_active_example.png

Next, run these commands to list and analyze core files:

utils core active list
utils core active analyze <CoreFileName_from_previous_command>
_images/csa_crashdump_crash_example.png

Note

Running the command utils core active analyze <CoreFileName> may use considerable I/O and impact system performance. It is highly recommended to run this command during off-hours.

Running the UC Crash Dump Analyzer#

Copy the output from all the above commands for a successful analysis. Paste them into the tool input and press the “Validate Input” button to start the analysis.

_images/csa_crashdump_tool_input.png

Once the input is validated, Crash Dump Analyzer returns the initial analysis results, including product information, version, and the process that crashed.

_images/csa_crashdump_initial_results_ext.png

Sample output#

After pressing the “Run Analysis” button, the tool provides a full analysis report, including crash context, symptoms, recommended actions, and root cause analysis.

_images/csa_crashdump_results_ext.png _images/csa_crashdump_results2_ext.png