This is how to perform a service restart of the management server appliance (MSA).
- Log in to the MSA web console or use SSH.
- Issue the command:
service vme2 restart
.- The PostgreSQL and Tomcat8 services used by JetStream DR software will be stopped and then restarted.
- The PostgreSQL service is the MSA DB service and the Tomcat8 service is a webserver service.
Restarting Tomcat8 Service (only)
From JetStream DR software version 4.3 and beyond, it is possible to restart the Tomcat8 service only. Use the following command to restart Tomcat8: #service msa-tomcat restart
.