STA Application - Stop, Restart, or Show Status

Use the STA command to start, stop, or show the status of the STA application.

Display the Status of the STA Application

Display the current status of the STA application to see if it is running.

  1. Open a terminal session on the STA server, and log in as the Oracle user.

  2. Display the application status:

    $ STA status all
    

    It may take a few minutes. Once complete, you should see:
    .... and the deployed application for staui is in an ACTIVE state

  3. If the application is not running, try restarting it. See Restart the STA Application.

Stop the STA Application

Always shut down the STA application gracefully whenever possible. You must stop the STA application when moving or restoring the STA database.

  1. Open a terminal session on the STA server, and log in as the Oracle user.

  2. Stop STA:

    $ STA stop all
    

    It may take several minutes. Once complete, you should see:
    Successfully stopped mysql service

  3. Verify the application has stopped:

    $ STA status all
    

    You should see:
    staui service is shutdown.

Restart the STA Application

STA automatically starts after you install it, so under normal circumstances, only restart STA after performing certain database tasks, such as moving or restoring the STA database.

  1. Open a terminal session on the STA server, and log in as the Oracle user.

  2. Start STA:

    $ STA start all
    

    It may take several minutes. Once complete, you should see:
    staservd service was successfully started

  3. Verify the application has started successfully:

    $ STA status all
    

    You should see:
    .... and the deployed application for staui is in an ACTIVE state