5.2.3.1 coherenceIncorrectDbConf

Table 5-28 coherenceIncorrectDbConf

Field Details
Trigger Condition This alert will be raised when incorrect database configuration provided for coherence service and resulting in connection failure with database.
Severity Major
Alert details provided Summary:

Due to incorrect database configuration, connection failed with database.

Expression:

(up{app="coherence-svc",namespace="sepp-namespace"} unless on (namespace) absent(hikaricp_connections{app="coherence-svc"})) == 0
OID 1.3.6.1.4.1.323.5.3.46.1.2.4091
Metric Used

NA

Resolution

Possible Resolutions:

  1. Verify the ocsepp_custom_values_<version>.yaml file to ensure that the correct namespace where cnDBTier is installed is specified, and the database names are also correct.
    Example:
    
    seppDbName: &dbNameRef "seppdb_user1_sepp"
    seppBackupDbName: &backupDbNameRef "seppbackupdb_user1_sepp"
    mysql:
      primary:
        host: &mySqlHostRef "mysql-connectivity-service.cndb-sepp"  # Ensure the namespace is correct in which cndb should get installed.
    
  2. For more details, refer 'Multiple SEPP instances on Shared cnDBTier Cluster' section in Oracle Communications Cloud Native Core, Security Edge Protection Proxy Troubleshooting Guide.