Difference between revisions of "Shutdown IMSMA Server"

From IMSMA Wiki
Jump to: navigation, search
(Undo revision 23881 by Alnaucler (talk))
Line 1: Line 1:
 
It is recommended to shutdown the IMSMA server before a backup is taken or a Staging area is generated.
 
It is recommended to shutdown the IMSMA server before a backup is taken or a Staging area is generated.
  
This command line may either  
+
This command line may either be added to  
# be added to the '''[[Scheduling Backup | backup script/bat]]''' file or the generate '''[[Scheduling the Staging Area creation | Staging area script/bat]]''' file OR
+
# the '''[[Scheduling Backup | IMSMA backup script/bat]]''' file  
# as a separate script/bat file that is scheduled to be executed before the above scripts.
+
# the generate '''[[Scheduling the Staging Area creation | Staging area script/bat]]''' file  
 +
OR
 +
as a separate script/bat file that is scheduled to be executed before the above scripts.
  
 
<pre>
 
<pre>
 
java -cp "C:\IMSMAng\server\jboss4\bin\shutdown.jar" org.jboss.Shutdown -S
 
java -cp "C:\IMSMAng\server\jboss4\bin\shutdown.jar" org.jboss.Shutdown -S
 
</pre>
 
</pre>
 +
 +
It is also possible to '''[[Start-up IMSMA Server | start-up the IMSMA Server]]''' with a bat-file.
 
{{NavBox Technical Notes}}
 
{{NavBox Technical Notes}}
 
[[Category:NAA]]
 
[[Category:NAA]]

Revision as of 11:19, 17 October 2017

It is recommended to shutdown the IMSMA server before a backup is taken or a Staging area is generated.

This command line may either be added to

  1. the IMSMA backup script/bat file
  2. the generate Staging area script/bat file

OR as a separate script/bat file that is scheduled to be executed before the above scripts.

java -cp "C:\IMSMAng\server\jboss4\bin\shutdown.jar" org.jboss.Shutdown -S

It is also possible to start-up the IMSMA Server with a bat-file.