This article explains how to update the IDP security-package on a cluster node that has been replaced via an RMA.
RMA of the faulty node was done; replacement device was received and needs to be updated.
Device is a node within a cluster.
Perform the following:
Transfer the License from the old device to the new device with the help of below link.
https://supportportal.juniper.net/s/article/Transfer-license-keys-to-an-RMA-replacement-device
Install the license on the replacement device:
>request system license add terminal
Update the IDP security-package by using one of two methods:
Online update of the database. Select from one of two methods:
Add the node back into the cluster and then perform the update . Refer to KB21134 - [SRX] RMA replacement of a node in a Chassis Cluster [juniper.net] for more information.
Disable IDP.
Note : IDP should be disabled on the primary node; otherwise the secondary node will go into a disabled state due to configuration-synchronization failure.
#deactivate security idp #commit
Note: Run the following commands on the primary node.
Download the IDP security-package on the device:
>request security idp security-package download
Check the status of the download:
>request security idp security-package download status
Install the IDP security-package on the device:
>request security idp security-package install
Check the status of the installation:>request security idp security-package install status
Update the IDP security-package first in standalone mode (with Internet access enabled on this node), and then add the node back into the cluster. Note that all the steps in the following section should be performed on the new node in standalone mode before adding it back to the cluster.
Check the status of the installation:
>request security idp security-package install status
Enable security IDP:
#activate security idp #commit
Offline update of the database. In offline update, there are two methods to select.
Join and then copy.
Note : IDP should be disabled on the primary node; otherwise, the secondary node will go into a disabled state due to configuration-synchronization failure.
Add the node back into the cluster.
Copy offline-update.tar.gz to the RG0 primary node and perform offline installation. See KB32399 - [SRX] How to update IDP Signature Database off-line [juniper.net] for more details.
offline-update.tar.gz
After the IDP security-package update is completed, verify that both the nodes are showing the correct IDP security-package-version.
>show security idp security-package-version
Copy and then join.
Perform offline installation on the standalone device. See KB32399 - [SRX] How to update IDP Signature Database off-line [juniper.net] for more details.
After the installation is complete, add the node to the cluster.
After the IDP security-package update is completed, verify that both the nodes are showing the correct IDP security-package version.
2021-11-23: Steps in "Offline update of the database" section in Solution modified to reflect the correct information