Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

While the PostgreSQL and Tomcat8 services are stopped it is not possible to conduct any operations from the vCenter JetStream DR UI plugin.

For 4.

...

3.

...

x version and

...

above

In versions prior to 4.3 and beyond, it is possible to restart the Tomcat8 service only. Use the following command to restart Tomcat8: #service msa-tomcat restart., we used the "service vme2 restart" command to simultaneously restart both the Tomcat and PostgreSQL services. From 4.3 we follow seperate commands for this


Restart Tomcat Service

Restart Tomcat using the following command:#service msa-tomcat restart.
In most cases, restarting the Tomcat service should be sufficient to resolve issues with the UI and reporting.

NOTE :-If any database-specific error encountered or need to ensure the database is properly synchronized with Tomcat, it's recommended to restart both the PostgreSQL database service and the Tomcat service.

Restart Sequence if Both Tomcat and PostgreSQL Need to be Restarted : Always stop Tomcat before stopping PostgreSQL, and start PostgreSQL before starting Tomcat. This ensures that the application has a properly initialized database to connect to.

Command to Stop PostgreSQL
systemctl stop postgresql-13

Command to Start PostgreSQL
systemctl start postgresql-13