The article discusses the common analysis methods used to find the cause for failover. It also explains what to look for, though it is difficult to list the numerous possible scenarios with various causes of failover. This article is linked to KB21905 - Resolution Guides and Articles - SRX - High Availability (Chassis Cluster). [juniper.net]
A failover occurred.
If a failover occurred, and the Chassis Cluster is not up or you are unsure if it is up, verify it by referring to KB20641-Troubleshooting steps when the Chassis Cluster does not come up [juniper.net] . Then review the following show commands and debug logs if you need more information on the probable cause.
root@srx> show system core-dumps
root@srx> show chassis cluster information
root@srx> show log
jsrpd
Common logs available for debugging in Junos:
The first three logs listed above need to be analyzed in detail to understand Chassis Cluster and its functions. Keep in mind that the logs should be analyzed on both nodes participating in the cluster individually. The above logs run on Junos by default, and there is no need to enable them explicitly. When analyzing these event log files, it is maybe helpful to use output filtering tools that Junos has to offer. Example: After creating a log file, "chassis_trace", check the file by following any of the below commands: show log chassis_trace | match drop ## match the log file for the word ''drop" show log chassis_trace | last 100 ## show the last 100 lines written on the file The following can also be used: show log <log file> | match <expression>
show log chassis_trace | match drop
show log chassis_trace | last 100
show log <log file> | match <expression>
show log <log file> | find <expression> show log <log file> | last <X number of lines> show log <log file> | trim show log <lod file> | after <X number of lines>
There are two files that will report if there is hardware failure. The first file is show log messages , which contain general purpose log messages, and the show log chassisd file, which determines if there are any other hardware chassis failures.
root@srx> show log messages
chassisd
11-05-2026: Updated the revoked Hyperlinks.