Verifying the installation

Verify that the installation is successful.

Procedure

  1. Check the status of Cloud Application Business Insights server application alone with this command:
    
    lsof -i :<port_number> -t
    Where, <port_number> is either the default port number, which is 443 or the configured port number for Cloud Application Business Insights server application.

    You can see the PID for Cloud Application Business Insights server.

  2. Check the status of Cloud Application Business Insights OIDC server with this command:
    
    lsof -i :<port_number> -t
    Where, <port_number> is either the default port number, which is 9443 or the configured port number for Cloud Application Business Insights server OIDC server.

    You can see the PID for Cloud Application Business Insights server.

  3. Check the status of PostgreSQL with this command:
    lsof -i :5432  -t
    Where 5432 is the default port number for the database.
  4. Optional: Check the status of Connector services with this command:
    Note: You can see the status of the Connector services only if you installed the additional Connector component.
    
    lsof -i :8050 -t
    lsof -i :8051 -t