Start, Stop, or Restart Tenable Security Center

Required User Role: Root user

When Tenable Security Center is installed, the required services are started by default.

To change the status of Tenable Security Center:

  1. Log in to Tenable Security Center via the command line interface (CLI).

  2. In the CLI in Tenable Security Center, run the following command to check the status of your Tenable Security Center:

    # service SecurityCenter status

    The system indicates whether Tenable Security Center is running or stopped.

  3. Run one of the following commands to change the status of your Tenable Security Center:

    • To start Tenable Security Center, run:

      # /bin/systemctl start SecurityCenter

    • To stop Tenable Security Center, run:

      # /bin/systemctl stop SecurityCenter

    • To restart Tenable Security Center, run:

      # /bin/systemctl restart SecurityCenter