This article provides information on how to replace a node in a Chassis Cluster (High Availability or HA) or Routing Engine for a high-end device. This also applies in case you zeroized one of the nodes from the HA Cluster.
This procedure should be followed to replace a device in an active HA Chassis Cluster. This also applies in case you zeroized one of the nodes from the HA Cluster.
To replace other equipment on a high-end system, refer to KB22994 - Procedure to Replace a Hardware Component on a SRX1400/3400/3600 series device in a Chassis Cluster [juniper.net] .
If you are using a certificate-based VPN, refer to KB26879 - How to copy certificates after RE replacement in HA cluster [juniper.net] .
Perform the following procedure:
show chassis hardware
Check the Junos OS version on the active node of the cluster and upgrade or downgrade Junos (for more information, refer to KB16652 - SRX Getting Started - Junos Software Installation/Upgrade [juniper.net] ) on the new device, so that they match.
Save the configuration in a file on the working node and upload the file to the new device in the /var/tmp directory.
/var/tmp
Get into configuration mode.
Execute the # delete command.
# delete
# set system root-authentication plain-text-password
# commit
show chassis cluster status
code> set chassis cluster cluster-id <id> node <No.>
<No.>
> request system reboot
# load override /var/tmp/ <filename>
# commit and-quit
> request system halt
Check the status of the FPC PIC by executing the show chassis fpc pic-status command. In the output, all of the FPCs and PICs should be online.
show chassis fpc pic-status
When the new node comes online, it should join the cluster as the secondary. You can check the status by executing the show chassis cluster status command. In the output, the priority of RG0 should be the configured value, and the priority of the other RG should be 0 if interface monitoring has been configured.
RG0
0
As the new node comes online, it will transition through the following states: Hold > Primary > Secondary. If the new node does not complete the move to Secondary state, contact Juniper Technical Assistance to investigate.
If the output that is generated in Step 10 shows the primary and secondary for all RGs, then connect all the revenue port cables and again check the chassis cluster status via the show chassis cluster status command. In this output, you should see the configured values for all of the RGs.
> request system license update >> If you can access the the Internet from the new node. > request system license add /var/tmp/ <filename> >> If adding the license from a file.
> request system license add /var/tmp/ <filename> >> If adding the license from a file.
2020-06-25: Article reviewed for accuracy; no changes required.