This article is the third article of a series of articles for performing an ISSU (In-Service Software Upgrade).
- Load the Junos Software package on the device
- Verify the Health of the Cluster (Important step)
- Create backup of the current configuration and set the rescue config
- Start the In-Service Software Upgrade
- Process to follow, in the event of the ISSU process stalling in the middle of the upgrade
This article primarily addresses how to create a rescue configuration of the Chassis Cluster before proceeding with an upgrade process, such as ISSU.
Create backup of the current configuration.
If the current configuration is a good one, save it as RESCUE:
{primary:node0} root@test-node0> request system configuration rescue save
Reason: Precautionary step for ISSU, to make sure that even if active configuration gets wiped out for some reason, the device will always have a rescue config to load from once it boots up.
You can verify the rescue configuration on the device by doing a ‘file list /config/’ to confirm that the file exists.
Then do a
'file show /config/rescue.conf.gz'
and review the contents.
Further, it is recommended that you have a latest copy of the running configuration stored on a different storage device/server for easy retrieval if required.