Troubleshooting

Logs

By default the following logs are available:

  • FSC Controller/Manager log file on the master nodes: /var/log/fsc-data/logs/fsc-controller-manager.log
  • FSC Helper CNI log file on all nodes: /var/log/fsc-cni.log

FSC Global Config resource

A new custom resource is defined called FSC Global Config (fscGlobalConfig) which contains information about the state of the Fabric Services System OpenShift integration.

It includes only a set of status fields, as shown below:

apiVersion: fsc.fss.nokia.com/v1
kind: FscGlobalConfig
metadata:
  name: fscglobal
  namespace: fsc-system
status:
  ControllerAuditStatus: Done
  ControllerConnectStatus: StateClientRunning
  FscCniInjectionMode: Automatic

The ControllerAuditStatus highlights the latest state of the Audit mechanism of the FSC Controller, which can be any of the following:

  • Pending
  • InProgress
  • Done

The ControllerConnectStatus represents the status of the FSC Controller connectivity to the Fabric Services System Connect service. Possible values are:

  • StateClientInit
  • StateClientRestart
  • StateClientRegister
  • StateClientAudit
  • StateClientDisconnect
  • StateClientRunning