5.2.3.2 coherenceConnFailureWithDBAlert

Table 5-29 coherenceConnFailureWithDBAlert

Field Details
Trigger Condition This alert will be raised when connectivity is broken between coherence and cnDBTier for more than 30 seconds. Metric value is pegged as 0 and then alert is raised.
Severity Major
Alert details provided

Expression:

ocsepp_coherence_database_connectivity_healthy{namespace="sepp-namespace"} == 0
OID 1.3.6.1.4.1.323.5.3.46.1.2.4092
Metric Used

NA

Resolution

Possible Resolutions:

  1. Verify services status to ensure that all services are running in the namespace where cnDBTier is deployed.
  2. Check table creation to confirm that required tables are created in the database.
  3. Run the following command to check table creation to confirm that required tables are created in the database:
    kubectl get deploy deploymentName -n namespace

    and search for spring.datasource.url parameter and check the value.

  4. For more details, refer 'Multiple SEPP instances on Shared cnDBTier Cluster' section in Oracle Communications Cloud Native Core, Security Edge Protection Proxy Troubleshooting Guide.