How do I stop a main server?

CAUTION 

CAUTION

Service Disruption

Performing this procedure may be service-affecting.

Ensure that you perform this procedure only during a scheduled maintenance period.

Steps
 

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


Open a console window.


Enter the following:

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


Enter the following:

bash$ ./nmsserver.bash stop ↵


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.


Enter the following to switch to the root user:

bash$ su - ↵

End of steps