During working on Juniper products, such as SRX, NSM and Space, sometimes, there are minor alarms in the system and it requires some actions to clear those alarms based on different situation.
Symptoms:
Here are some minor alarms I met during working on Juniper products.
1. Autorecovery has recovered corrupted information
root@fw1-1> show system alarms
node0: ————————————————————————– No alarms currently active node1: ————————————————————————– 1 alarms currently active Alarm time Class Description 2015-10-18 12:36:25 UTC Minor Autorecovery has recovered corrupted information |
2. Autorecovery information needs to be saved
{primary:node1} root@fw2-1> show system alarms node0: ————————————————————————– 2 alarms currently active Alarm time Class Description 2015-11-22 16:49:31 UTC Minor Autorecovery has recovered corrupted information 2015-11-22 16:49:29 UTC Minor Autorecovery information needs to be saved node1: |
3. Rescue configuration is not set
Noticed there is a minor alarm message at SRX status in NSM, showing in the following screenshot:
When the mouse hanging over the Monor, it shows no value specified.
Lets log into device from CLI:
root@M-1> show system alarms
node0: ————————————————————————– 2 alarms currently active Alarm time Class Description 2014-03-16 12:55:30 UTC Minor Autorecovery information needs to be saved 2014-03-16 12:55:29 UTC Minor Rescue configuration is not set node1: ————————————————————————– No alarms currently active |
Solution:
1. for Minor Autorecovery has recovered corrupted information
Autorecovery has recovered corrupted information
|
Minor
|
This alarm indicates:
|
|
2. for Autorecovery information needs to be saved
Save the Autorecovery state information
3. for Rescue configuration is not set
root@M-1> request system configuration rescue save
{primary:node0} john@M-1> show system alarms node0: ————————————————————————– 1 alarms currently active Alarm time Class Description 2014-03-16 12:55:30 UTC Minor Autorecovery information needs to be saved node1: ————————————————————————– No alarms currently active root@M-1> request system autorecovery state ? Possible completions: clear Delete previously saved autorecovery state recover Check for problems and recover state if needed save Save autorecovery state {primary:node0} root@M-1> request system autorecovery state save Saving config recovery information Saving license recovery information Saving BSD label recovery information {primary:node0} root@M-1> show system alarms node0: ————————————————————————– No alarms currently active node1: ————————————————————————– No alarms currently active |
After a couple of minutes, take a look at NSM Device Status again, it shows green without any alarms.
Notes: you may need to reboot both cluster members one by one to clear those alarm messages from system.
Reference:
SRX alarm: Autorecovery information needs to be saved
Understanding Integrity Check and Autorecovery of Configuration, Licenses, and Disk Information