Troubleshooting your application

Run the following checks to assist you with troubleshooting process.

Generic Checks

  • Log into the container
    $ kubectl exec -it pod_name -n control-center /bin/bash
  • Invoke the following command to check the current state of IBM® Sterling Control Center Monitor:
    $ ps aux | grep SCCAgent
View Logs
  • To check container logs, see CCStartup.log in log directory.
  • To check Engine logs, see nohup.out

Modify Configuration values

  • Invoke the following command to log into the container:
    $ kubectl exec -it pod_name -n control-center /bin/bash
  • Invoke stopEngine.sh to stop Control Center Monitor Engine.
  • Exit the container (enter exit command twice) and invoke the following command to invoke the configCC utility:
    $ kubectl exec -it pod_name -n control-center /app/CC/bin/configCC.sh
  • To start control center engine, first login inside container and then call runEngine.sh in bin folder.