This article describes the procedure for replacing the Switch Control Board (SCB) or Routing Engine (RE) on a high-end SRX Series device (SRX1400, SRX3400, SRX3600, SRX5400, SRX5600, or SRX5800) that is configured in a chassis cluster.
When replacing most parts on a high-end chassis cluster, the cluster information is not lost and the device is able to rejoin the cluster after reboot. However, when the below parts are replaced, the cluster information is lost.
Parts affected:
Related links:
KB19909 - Location of Chassis Cluster ID in SRX High End Series [juniper.net] KB21134 - RMA replacement of a node in a Chassis Cluster [juniper.net]
Follow the instructions below when replacing an RE or SCB in a high-end SRX chassis cluster.
Prerequisites:
Disable preempt for redundancy groups.
preempt
deactivate chassis cluster redundancy-group <#> preempt
Save the configuration from the active node.
Steps:
Power down the SRX to have the RE replaced.
Disconnect the control, fabric, and traffic-based interfaces on the powered-down node only.
Replace the RE. You can find detailed instructions on how to replace the RE in the Hardware Guide .
Power on the SRX.
Check the Junos OS version on the active node of the cluster and upgrade or downgrade the Junos OS on the new device so that both nodes are using the same version. For more information, see KB16652 - SRX Getting Started [juniper.net] .
>set chassis cluster cluster-id X node Y reboot
Where X is the cluster ID and Y is the node ID.
After this command is entered, the device will reboot but will not join the cluster.
Upload the saved configuration file to the replacement device in the /var/tmp directory.
/var/tmp
Load the configuration from the saved file.
#load override /var/tmp/<filename> #commit
>request system poweroff
Power the device back up.
Post replacement
activate chassis cluster redundancy-group <#> preempt
Note: If the configuration consists of reth and non-reth interfaces, it is recommended to disconnect the network cables while booting the device for the first time after replacement (of the SCB or RE).
user@host# deactivate interfaces fab0 user@host# deactivate interfaces fab1 user@host# commit
Important: Failure to do this first step may result in chassis cluster challenges later on.
Replace the SCB. You can find detailed instructions on how to replace the SCB in the Hardware Guide .
user@host> set chassis cluster cluster-id X node Y reboot
(where x is the cluster ID and Y is the node ID. Make sure that you have console access to the node where the SCB is replaced to do this step.)
user@host# activate interfaces fab0 user@host# activate interfaces fab1 user@host# commit
The cluster should now be operational on both nodes.
Refer to the following documents for hardware replacement procedures:
Replacing the SCB on the SRX5600: http://www.juniper.net/techpubs/en_US/release-independent/junos/topics/task/installation/scb-srx5600-replacing.html
Replacing the SCB on the SRX5400: https://www.junper.net/techpubs/en_US/release-independent/junos/topics/task/installation/scb-srx5400-service-gateway-replacing.html
Replacing the RE on the SRX3600: http://www.juniper.net/techpubs/en_US/release-independent/junos/topics/task/configuration/routing-engine-srx3600-replacing.html
Replacing the RE on the SRX3400: http://www.juniper.net/techpubs/en_US/release-independent/junos/topics/task/configuration/routing-engine-srx3400-replacing.html
Replacing the RE on the SRX1400: http://www.juniper.net/techpubs/en_US/release-independent/junos/topics/task/operational/routing-engine-srx1400-replacing.html
2020-06-23: Article reviewed for accuracy; no changes required; article still valid and relevant