UIH - Verify Installation

To verify the different services. Check the following:

Vault

The successful unsealing of the vault should be logged

Unity-sh

Ensure the application was successfully started after which the CheckVaultStatus calls should start to execute

Check the service status on the URL: http://--serverName--/unity-sh/status/about You should see the message "Services running"

Chat-sh

Check for successful service startup

If the service is running, you should be able to load the URL http://--serverName--/chat-sh/v1/status that wil indicate the uptime and other relevant performance data:

Apache

Check that the service resumed normal operation, after which the /apache/index.html page should be called by the health check

Access the URL http://--serverName--/apache/index.html and ensure it loads

Nginx

Check that the worker processes is started and that the / path is being called by the health check

Now check the URL http://--serverName--/index.html and ensure it loads correctly

Successful Installation

With everything up and running, the integrations can start connecting to the Unity Integrations Hub.

Last updated