Verifying the installation
Verify that the installation is successful.
Procedure
-
Check the status of Cloud Application Business Insights server application alone with this
command:
Where, <port_number> is either the default port number, which is 443 or the configured port number for Cloud Application Business Insights server application.lsof -i :<port_number> -t
You can see the PID for Cloud Application Business Insights server.
-
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.
- Check the status of PostgreSQL with this
command:
Where 5432 is the default port number for the database.lsof -i :5432 -t
- 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