Restarting the Cloud Application Business Insights server

You can restart the Cloud Application Business Insights server, Cloud Application Business Insights OIDC server, and PostgreSQL database by running the stop_prd.sh and start_prd.sh commands.

Procedure

  • To stop Cloud Application Business Insights server, Cloud Application Business Insights OIDC server, and PostgreSQL database, run the following command:
    
    cd $install_dir
    ./stop_prd.sh

    Where:
    install_dir is the directory where the application is installed.

    Cloud Application Business Insights server, Cloud Application Business Insights OIDC server, and PostgreSQL database are stopped.

  • To start Cloud Application Business Insights server, Cloud Application Business Insights OIDC, and PostgreSQL database, run the following command:
    
    cd $install_dir
    ./start_prd.sh

    Cloud Application Business Insights server, Cloud Application Business Insights OIDC server, and PostgreSQL database are started.