How to do troubleshoot a Chassis Cluster in the Primary/Disabled state. This article is part of KB20641 - [SRX] Troubleshooting steps when the Chassis Cluster does not come up [juniper.net] and the Resolution Guide -- SRX Chassis Cluster (High Availability) .
Verify Chassis Cluster (JSRP) and bring it up in a healthy state.
Before proceeding, run the following command to check the status of the control or fabric link.
{primary:node1}[edit] root@SRX>
show chassis cluster interfaces
Sample Output:
For a Branch series SRX services gateway device:
root@SRX> show chassis cluster interfaces Control link 0 name: fxp1 Control link status: Up Fabric interfaces: Name Child-interface Status fab0 ge-0/0/2 up fab0 ge-2/0/6 up fab1 ge-9/0/2 up fab1 ge-11/0/6 up
Fabric link status: Up
For a High-End series SRX services gateway device:
{primary:node0} root@SRX> show chassis cluster interfaces Control link 0 name: em0 Control link 1 name: em1 Control link status: Up Fabric interfaces: Name Child-interface Status fab0 ge-2/0/0 down fab0 fab1 fab1 Fabric link status: Up
Which link do you see as down when running the above command on your device:
Reboot the disabled node to get out of that state. After reboot, is the node still going to "disabled" state ?
Check the node for any hardware issues. Follow the output as shown below.
{primary:node1} root@SRX> show chassis fpc pic-status
node0: -------------------------------------------------------------------------- Slot 0 Online FPC PIC 0 Online 4x GE Base PIC Slot 2 Online FPC PIC 0 Online 24x GE gPIM Slot 6 Online FPC PIC 0 Online 2x 10G gPIM node1: -------------------------------------------------------------------------- Slot 0 Online FPC PIC 0 Online 4x GE Base PIC Slot 2 Online FPC PIC 0 Online 24x GE gPIM Slot 6 Online FPC PIC 0 Online 2x 10G gPIM
Do you find any related FPC as Present, OK or Offline?
Run the command ‘show chassis cluster statistics’ on both the nodes and observe the output:
{primary:node0} root@SRX> show chassis cluster statistics Control link statistics: Control link 0: Heartbeat packets sent: 418410 Heartbeat packets received: 418406 Heartbeat packet errors: 0 Fabric link statistics: Probes sent: 418407 Probes received: 414896 Probe errors: 0
Configure 'set chassis cluster no-fabric-monitoring' (hidden option) and commit to temporarily disable fabric monitoring (for troubleshooting purposes). Then reboot the disabled node. After reboot, run command ‘show chassis cluster statistics’. Are the probes still lost?
Capture the output of the following commands:
show chassis alarms show chassis environment show system alarms show chassis cluster information request support information
2020-06-29: Removed J-Series references.