Previous Topic: Necessary Cleanup if Installation Does Not Complete SuccessfullyNext Topic: Examine log files (Optional)


Start/Stop the CA Executive Insight Server on Linux

To use CA Executive Insight, you issue a command to run a script that starts/stops the server.

Follow these steps:

  1. Verify that MySQL is running.
  2. Change to the following directory at the command prompt:
    install_dir/bin/unix
    
    install_dir

    Specifies the directory where CA Executive Insight is installed.

  3. To start the server, enter the following command:
    ./ServerAndUI.sh -start
    

    The CA Executive Insight server starts.

  4. To stop the server, enter the following command:
    ./ServerAndUI.sh -stop
    

    The CA Executive Insight server stops.