How do I configure implicitly clearing alarm behavior for node reboots?

Purpose
CAUTION 

CAUTION

Service Disruption

Modifying the NFM-P system configuration can have serious consequences that include service disruption.

Contact technical support before you attempt to modify the server configuration.

Use this procedure to specify that the alarm that is raised after an NE reboots is Implicitly Cleared for the following NEs: 7950 XRS, 7750 SR, 7705 SAR, 7705 SAR-H, 7450 ESS, 7250 IXR, and 7210 SAS.

Note: Enabling this function means that you may not be aware that an NE has rebooted.

Steps
 

Log in to the main server station as the nsp user.


Open a console window.


Navigate to the /opt/nsp/nfmp/server/nms/config directory.


Create a backup copy of the nms-server.xml file.


Open the nms-server.xml file using a plain-text editor such as vi.


Add the following entry:

    <!--Configure the NFM-P to change "NodeRebooted" alarm to be "Implicitly Cleared".

    ;The default value is "false". To change it as implicitly cleared make it "true"

    ;

    -->

    <NodeRebootedAlarm implicitlyCleared="true"/>


Save and close the file.


On a standalone main server, or the primary main server in a redundant system, enter the following:

bash$ /opt/nsp/nfmp/server/nms/bin/nmsserver.bash read_config ↵

The NFM-P puts the configuration change into effect.


Close the console window.

End of steps