The goal of this article is to troubleshoot a Chassis Cluster that is in a Primary/Lost State and bring it up into the Primary/Secondary state (which is a healthy state).
Run the command show chassis cluster status on either node to verify the Chassis Cluster status:
show chassis cluster status
{primary:node0} root@SRX> show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 100 primary no no node1 0 lost no no Redundancy group: 1 , Failover count: 1 node0 100 primary no no node1 0 lost no no
Do you see one node with the status of primary and one node with the status of lost ?
Note the node that is in lost state. In this example, node1 is in lost state. Is the node that is in the lost state powered on?
lost
Once both nodes are powered up, run the show chassis cluster status command again .
root@SRX> show chassis fpc pic-status
Do you still see the node in the lost state?
Are you able to access the node shown as lost via a console port? (i.e. not telnet or SSH, but via the console port)
On the other node (i.e. the one that is not showing as lost) connect a console and run the command show chassis cluster status . Does the Cluster Status also that node as primary and the other as lost ?
primary
Is this node a replacement unit?
No - Go to Step 7
Do you have a switch connected in between the nodes acting as a cluster?
Create a backup of the configuration from the node that is currently primary , and copy it to the node that was in the lost state as follows:
hold/disabled
{primary:node1}[edit] root@SRX# load override <terminal or filename> If you are using the "terminal" statement, paste the complete configuration onto the window. Make sure that you use the "Cntrl D" at the end of the configuration. If you are using the "filename" statement, provide the path for the configuration file and press enter. (eg. /var/tmp/Primar_saved.conf) Once this new configuration is loaded, commit the changes. If problem persists then also replace the exisiting Control and/or Fabric links on this device with a new cable and reboot the node using the following command: root@SRX> request system reboot If you still find the issue is persistent after the reboot, proceed to Step 9.
{primary:node1}[edit] root@SRX# load override <terminal or filename>
root@SRX>
request system reboot
Collect necessary logs as specified in KB21781- [SRX] Data Collection Checklist - Logs/data to collect for troubleshooting [juniper.net] and open case with your technical support representative.
2020-06-29: Removed J-Series references.