This tutorial will explain how to start and stop NSM services in proper order
In a stand-alone NSM configuration:
The proper startup order is:
1. Start Gui Server
/etc/init.d/guiSvr start
2. Start Device Server
/etc/init.d/devSvr start
3. Start HA Server
/etc/init.d/haSvr start
The proper stop order is:
1. Stop HA Server
/etc/init.d/haSvr stop
2. Stop Device Server
/etc/init.d/devSvr stop
3. Stop Gui Server
/etc/init.d/guiSvr stop
For NSM HA configuration users
If you are using in a high-availability NSM configuration use the following commands
The proper startup order is
Start HA Server
/etc/init.d/haSvr start
The proper stop order is:
Stop HA Server
/etc/init.d/haSvr stop