Replacing a Routing Engine on the SRX3600 Services Gateway
The Routing Engine is located in the rear slot labeled RE0
on the services gateway. Before you replace the Routing
Engine, you must power off the services gateway.
To replace the Routing Engine:
- Place an electrostatic bag or antistatic mat on a flat, stable surface.
- Attach an ESD grounding strap to your bare wrist and connect the strap to one of the ESD points on the chassis. For more information about ESD, see Preventing Electrostatic Discharge Damage to the SRX3600 Services Gateway.
- If you have not already done so, power off the services
gateway by pressing the Power button on the front panel of the SFB
for three to five seconds.
The
PWR
LED blinks to show you that the services gateway is shutting down. Wait for the services gateway to shut down before you proceed to the next step. - Disconnect any cables connected to the
AUX
orUSB
ports. - Loosen the captive screws at each end of the Routing Engine faceplate.
- Pull open the ejector handles to unseat the Routing Engine.
- Grasp the Routing Engine by the ejector handles and slide
it halfway out of the chassis.
Figure 1: Removing a Routing Engine - Place one hand underneath the Routing Engine to support it and slide it completely out of the chassis.
- Place the Routing Engine on the antistatic mat.
- Carefully align the sides of the replacement Routing Engine with the guides inside the chassis.
- Slide the Routing Engine into the slot until you feel resistance, and then press the Routing Engine's faceplate until it engages the connectors.
- Press both of the ejector handles inward to seat the Routing Engine.
- Tighten the captive screws on the left and right of the
Routing Engine.
Figure 2: Installing a Routing Engine - Reconnect cables that were previously attached to the AUX or USB ports.
- Power on the services gateway by pressing the Power button
on the front panel of the SFB for three to five seconds. Wait for
the services gateway to start. The
OK/FAIL
LED on the Routing Engine faceplate should blink green, then light steadily.Note The Routing Engine might require several minutes to boot. If after this time the
OK/FAIL
LED is red, remove and reinstall the Routing Engine. If theOK/FAIL
LED remains red, the Routing Engine is not functioning properly. Contact your customer support representative.To check the status of the Routing Engine:
user@host> show chassis routing-engine
Routing Engine status: Slot 0: Current state Master Election priority Master (default) DRAM 1016 MB Memory utilization 39 percent CPU utilization: User 0 percent Background 0 percent Kernel 3 percent Interrupt 0 percent Idle 97 percent Model RE-SRX3600 Start time 2008-11-03 10:25:37 PST Uptime 1 day, 2 hours, 33 minutes, 6 seconds Last reboot reason 0x1:power cycle/failure Load averages: 1 minute 5 minute 15 minute 0.02 0.04 0.00
For more information about using the CLI, see the CLI Explorer.
- If the Routing Engine was replaced on one of the nodes
in a chassis cluster, then you need to copy certificates and key pairs
from the other node in the cluster:
Start the shell interface as a root user on both nodes of the cluster.
Verify the files in the
/var/db/certs/common/key-pair
folder of the source node (other node in the cluster) and destination node (node on which the Routing Engine was replaced) by using the following command:ls -la /var/db/certs/common/key-pair/
If the same files exist on both nodes, back up the files on the destination node to a different location. For example:
root@SRX-B% pwd
/var/db/certs/common/key-pair
root@SRX-B% ls -la
total 8
drwx------ 2 root wheel 512 Jan 22 15:09
drwx------ 7 root wheel 512 Mar 26 2009
-rw-r--r-- 1 root wheel 0 Jan 22 15:09 test
root@SRX-B% mv test test.old
root@SRX-B% ls -la
total 8
drwx------ 2 root wheel 512 Jan 22 15:10
drwx------ 7 root wheel 512 Mar 26 2009
-rw-r--r-- 1 root wheel 0 Jan 22 15:09 test.old
root@SRX-B%Copy the files from the
/var/db/certs/common/key-pair
folder of the source node to the same folder on the destination node.Note Ensure that you use the correct node number for the destination node.
On the destination node, use the ls –la command to verify that all files from the
/var/db/certs/common/key-pair
folder of the source node are copied.Repeat Step b through Step e for the
/var/db/certs/common/local
and/var/db/certs/common/certification-authority
folders.
- If the Routing Engine was replaced for SPCs that are in
the CP SPU mode (dedicated CP/full CP mode) in a chassis cluster,
you can verify the Extreme licensing status:
Note The Extreme license must be installed on both nodes of a chassis cluster. Reboot both the nodes for the license to take effect.
To check the installed licenses:
show system license
For example:
root@srx> show system license
License usage: Licenses Licenses Licenses Expiry Feature name used installed needed full-cp-key 0 1 0 2012-11-27 04:00:00 MSK Licenses installed: License identifier: JUNOSXXXXX License version: 2 Valid for device: AAXXXXXXXX Features: full-cp-key - Expanded CP performance and capacity <<< Notice date-based, 2011-09-28 04:00:00 MSK - 2012-11-27 04:00:00 MSK
To check if the SPU is functioning as a full CP rather than CP-Flow (an SPU/CP combo):
show chassis hardware detail no-forwarding or show chassis fpc pic-status
For example:
Before the license installation:
root@srx> show chassis hardware detail no-forwarding
FPC 1 REV 13 750-016077 AABZ3566 SRX3k SPC PIC 0 BUILTIN BUILTIN SPU Cp-Flow <<< FPC 2 REV 13 750-016077 AABZ3381 SRX3k SPC PIC 0 BUILTIN BUILTIN SPU Flow
After the license installation:
root@srx> show chassis hardware detail no-forwarding
FPC 1 REV 13 750-016077 AABZ3559 SRX3k SPC PIC 0 BUILTIN BUILTIN SPU Cp <<< FPC 2 REV 13 750-016077 AABZ3368 SRX3k SPC PIC 0 BUILTIN BUILTIN SPU Flow
root@srx> show chassis fpc pic-status
Slot 1 Online SRX3k SPC PIC 0 Online SPU Cp <<< Slot 2 Online SRX3k SPC PIC 0 Online SPU Flow