Related Documentation
- SRX Series
- Understanding Chassis Cluster Control Links
- Understanding Chassis Cluster Dual Control Links
- Connecting Dual Control Links for SRX Series Devices in a Chassis Cluster
- Understanding Chassis Cluster Control Link Heartbeats
- Understanding Chassis Cluster Control Link Failure and Recovery
- Understanding the Chassis Cluster Control Plane
- Additional Information
- Chassis Cluster Feature Guide for Security Devices
Upgrading the Second Routing Engine When Using Chassis Cluster Dual Control Links on SRX5600 and SRX5800 Devices
For SRX5600 and SRX5800 devices, a second Routing Engine is required for each device in a cluster if you are using dual control links. The second Routing Engine does not provide backup functionality; its purpose is only to initialize the switch on the Switch Control Board (SCB). The second Routing Engine must be running Junos OS Release 10.0 or later.
![]() | Note: For the SRX5400 Services Gateways, dual control is not supported due to limited slots. |
Because you cannot run the CLI or enter configuration mode on the second Routing Engine, you cannot upgrade the Junos OS image with the usual upgrade commands. Instead, use the master Routing Engine (RE0) to create a bootable USB storage device, which you can then use to install a software image on the second Routing Engine (RE1).
To upgrade the software image on the second Routing Engine (RE1):
- Use FTP to copy the installation media into the /var/tmp directory of the master Routing Engine (RE0).
- Insert a USB storage device into the USB port on the master Routing Engine (RE0).
- In the UNIX shell, navigate to the /var/tmp directory:
start shell
cd /var/tmp - Log in as root or superuser:
su [enter]
password: [enter SU password] - Issue the following command:
dd if=installMedia of=/dev/externalDrive bs=1m
where
- externalDrive—Refers to the removable media name. For example, the removable media name on an SRX5000 line device is da0 for both Routing Engines.
- installMedia—Refers to the installation media downloaded into the /var/tmp directory. For example, install-media-srx5000-10.1R1-domestic.tgz.
The following code example can be used to write the image that you copied to the master Routing Engine (RE0) in step 1 onto the USB storage device:
dd if=install-media-srx5000-10.1R1-domestic.tgz of=/dev/da0 bs=1m
- Log out as root or superuser:
exit
- After the software image is written to the USB storage device, remove the device and insert it into the USB port on the second Routing Engine (RE1).
- Move the console connection from the master Routing Engine (RE0) to the second Routing Engine (RE1), if you do not already have a connection.
- Reboot the second Routing Engine (RE1). Issue the following
command:
# reboot
- When the following system output appears, press y:
WARNING: The installation will erase the contents of your disks. Do you wish to continue (y/n)?
- When the following system output appears, remove the USB
storage device and press Enter:
Eject the installation media and hit [Enter] to reboot?
- When the following system output appears, press y:
Related Documentation
- SRX Series
- Understanding Chassis Cluster Control Links
- Understanding Chassis Cluster Dual Control Links
- Connecting Dual Control Links for SRX Series Devices in a Chassis Cluster
- Understanding Chassis Cluster Control Link Heartbeats
- Understanding Chassis Cluster Control Link Failure and Recovery
- Understanding the Chassis Cluster Control Plane
- Additional Information
- Chassis Cluster Feature Guide for Security Devices
Modified: 2015-02-22
Related Documentation
- SRX Series
- Understanding Chassis Cluster Control Links
- Understanding Chassis Cluster Dual Control Links
- Connecting Dual Control Links for SRX Series Devices in a Chassis Cluster
- Understanding Chassis Cluster Control Link Heartbeats
- Understanding Chassis Cluster Control Link Failure and Recovery
- Understanding the Chassis Cluster Control Plane
- Additional Information
- Chassis Cluster Feature Guide for Security Devices