To stop NFM-P

Purpose

Perform the following procedure before upgrading to NSP Release 25.11 or later.

Steps
Stop and disable auxiliary servers
 

If the NFM-P system includes auxiliary servers, stop each auxiliary server.

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

  2. Enter the following:

    bash$ /opt/nsp/nfmp/auxserver/nms/bin/auxnmsserver.bash auxstop ↵

    The auxiliary server stops.

  3. Enter the following to switch to the root user:

    bash$ su ↵

  4. Disable the automatic auxiliary server startup so that the server does not start in the event of a power disruption. As the root user, enter the following:

    systemctl disable nfmp-aux.service ↵

    systemctl disable nfmp-aux-config.service ↵


Stop and disable main server
 

Close all NFM-P GUI clients.


Perform Step 4 to Step 5 on one of the following:

  • main server on a standalone NFM-P

  • standby main server on a redundant NFM-P


Stop the 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:

    bash$ ./nmsserver.bash stop ↵

  5. Enter the following:

    bash$ ./nmsserver.bash appserver_status ↵

    The server status is displayed; the server is fully stopped if the status is the following:

    Application Server is stopped

    If the server is not fully stopped, wait five minutes and then repeat this step. Do not perform the next step until the server is fully stopped.

  6. Enter the following to switch to the root user:

    bash$ su ↵


Disable the automatic main server startup so that the main server does not start in the event of a power disruption.

  1. If you are upgrading from Release 23.11 or earlier and the NFM-P is not in a shared-mode deployment, enter the following:

    systemctl disable nspos-nspd.service ↵

  2. Enter the following:

    systemctl disable nfmp-main-config.service ↵

  3. Enter the following:

    systemctl disable nfmp-main.service ↵


On a redundant NFM-P, perform Step 4 to Step 5 on the primary main server.

Note: This step marks the beginning of the network management outage.


Stop and disable all NFM-P database processes
 

On the database stations, enter the following as the root user:

systemctl stop nfmp-oracle-proxy.service ↵

systemctl disable nfmp-oracle-proxy.service ↵

systemctl stop nfmp-main-db.service ↵

systemctl disable nfmp-main-db.service ↵

End of steps