How to cold start Control Center in the container environment?

To cold start IBM© Sterling Control Center in the container environment, it requires deleting the check point file from the database table.

About this task

Follow the below steps to cold start IBM© Sterling Control Center in container enviroment:

Procedure

  1. Stop IBM© Sterling Control Center.
  2. Run the following query against the Control Center database to delete the checkpoint files.
    DELETE FROM CC_FILES
    WHERE FILE_PATH = '../conf/services/nodes'
    AND FILE_NAME LIKE '%.CKPT'

    Depending on your database and SQL client setting, it may require run COMMIT command to make the changes permanent.

  3. Start IBM© Sterling Control Center.