To configure polling for a 7705 SAR-Hm

Purpose

Perform this procedure to configure the SNMP polling interval for 7705 SAR-Hm NEs. The default polling cycle is one day (1440 minutes). You can change the polling to up to once a week.

Steps
 

If the NFM-P is deployed in a standalone configuration, go to Step 3 .


Perform the following steps to stop the standby main server.

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

  2. Open a console window.

  3. Enter the following:

    bash$ cd /opt/nsp/nfmp/server/nms/bin ↵

  4. Enter the following to stop the main server application:

    bash$ ./nmsserver.bash stop ↵

  5. Enter the following to display the main server status:

    bash$ ./nmsserver.bash appserver_status ↵

    The command displays a status message.

  6. The main server is stopped when the command displays the following status message:

    Application Server is stopped 

    If the command displays a different message, wait 5m and repeat Step 2 5 . Do not proceed to the next step until the server is stopped.


Perform the following steps on the primary main server station or the standby main server station:

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

  2. Open the /opt/nsp/nfmp/server/nms/config/nms-server.xml file using a plain-text editor.

    Caution: Contact your Nokia technical support representative before you attempt to modify the nms-server.xml file. Modifying the nms-server.xml file can have serious consequences that can include service disruption.

  3. Locate the following parameter:

    <snmp reachabilityCheckInterval=".

  4. Modify the number of minutes as needed.

  5. Save and close the nms-server.xml file.

  6. Open a console window.

  7. Navigate to the /opt/nsp/nfmp/server/nms/bin directory.

  8. Enter the following to restart the main server:

    bash$ ./nmsserver.bash force_restart ↵

    The main server restarts, and the configuration change takes effect.


Close the console windows.

End of steps