Overview
There may be times when you need to shut down the Knova system to perform server maintenance tasks, for example. However, when starting or stopping Knova services, it is crucial to follow a specific sequence to avoid any erratic behavior of the Knova application. It is recommended to try to start/stop Knova automatically using the scripts provided below, and if that is not possible, follow the steps to do it manually.
Solution
Start/Stop Services Automatically
-
Open the Command Prompt as an Administrator.
-
Navigate to
...\Knova\Software\Platform\Server\StartStopAll
using thecd
command.cd C:\Knova\Software\Platform\Server\StartStopAll
-
Check the trace.txt file for errors.
If the trace.txt file contains errors, then you must shut down the system manually.
-
To start the services, run
startall.bat
C:\Knova\Software\Platform\Server\StartStopAll>startall.bat
-
To stop the services, run
stopall.bat
C:\Knova\Software\Platform\Server\StartStopAll>stopall.bat
Start/Stop Services Manually
-
To start all services manually, using Server Manager, you must start them in the following order (and always start the services on the admin server first):
-
Hazelcast/Terracotta
-
Knova DD
-
Knova KS
-
Knova NameService
-
Wildfly
-
Tomcat
-
-
Once you have done that, follow the same order to stop the services on the web servers (the Hazelcast/Terracotta service will only be on the admin server and on one backup web server).
-
To shut down all services manually, using Server Manager, you must stop them in the following order (and always stop the services on the web servers first, as this is very important for the Hazelcast/Terracotta service):
-
Tomcat
-
Wildfly
-
Knova NameService
-
Knova KS
-
Knova DD
-
Hazelcast/Terracotta
-
-
Once you have done that, follow the same order for the admin server.
Comments
0 comments
Please sign in to leave a comment.