To cold start IBM© Sterling Control Center in the container environment, it requires
deleting the check point file from the database table.
Follow the below steps to cold start IBM© Sterling Control Center in container
enviroment:
-
Stop IBM© Sterling Control Center.
-
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.
-
Start IBM© Sterling Control Center.