...
Issue
The JetStream DR UI may indicate the warning “Subscription status unknown. Please check the management server’s external connectivity.”
...
On the Configurations screen the Subscription ID will be is reported with a yellow icon.
Mousing over the icon will report indicates the status “Unknown”
...
Troubleshooting
...
Open port 443 on the MMS server and verify connectivity to it from the MSA using the curl command:
curl -v https://jsdr-mms.azurewebsites.net:443
If the connection appears valid, wait a period of time to see if the warning goes away automatically.
If the warning persists, restart the vme2 service on the MSA with using 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 Tomcat8service is a webserver service.
Verify that status of the MSA services using the command:
#service vme2 status
. PostgreSQL and Tomcat8 services should both appear running.
...
Note |
---|
If |
...
the issue persists resulting in the MSA being |
...
/wiki/spaces/KBDR/pages/2781282609, it can result in suspension of VM protection. |
Restarting Tomcat Services (only)
From JetStream DR software version 4.3 and beyond it is possible to manually restart the Tomcat service only. Use the following command to restart Tomcat: #service msa-tomcat restart
.