IBM Support

Catalogs > All catalogs is not accessible and getting error "Redis store is not available"

Troubleshooting


Problem

Catalogs > All catalogs is not accessible and getting error "Redis store is not available"

Symptom

Stmptom

Cause

The dc-main app failed to access the redis-ha-proxy.

Diagnosing The Problem

Check the dc-main pod
oc describe pod $(oc get pods | grep dc-main | awk '{print $1 }' )
oc logs $(oc get pods | grep dc-main | awk '{print $1 }' )
Also, check the redis-ha-server pod
oc describe pod  $(oc get pods | grep redis-ha-server-0 | awk '{print $1 }' )
oc logs redis-ha-server-0 -c redis

Resolving The Problem

Step 1: Restart the redis-ha-server, redis-ha-haproxy, dc-main, portal-main, portal-dashboard, and portal-catalog pods.
Restart the redis-ha-server pods by scale the redis-ha-server statefulset.
  oc scale --replicas=0 sts redis-ha-server
oc scale --replicas=3 sts redis-ha-server
Restart the redis-ha-haproxy pod
  oc delete pods $(oc get pods | grep redis-ha-haproxy | awk '{ print $1 }' )
Restart the dc-main pod
  oc delete pods $(oc get pods | grep dc-main | awk '{print $1 }' )
Restart the portal-main pod
  oc delete pods $(oc get pods | grep portal-main | awk '{print $1 }' )
Restart the portal-dashboard pod
  oc delete pods $(oc get pods | grep portal-dashboard | awk '{print $1 }' )
Restart the portal-catalog pod
  oc delete pods $(oc get pods | grep portal-catalog | awk '{print $1 }' )
Step 2: Restart the nginx pods
  oc scale --replicas=0 deployment ibm-nginx 
oc scale --replicas=3 deployment ibm-nginx
Step 3: Log out and log in to Cloud Pak for Data web console. You will be able to the access Catalogs > All catalogs.
"Data Catalog" page
After you fix the issue above,

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSHGYS","label":"IBM Cloud Pak for Data"},"ARM Category":[{"code":"a8m3p000000UoShAAK","label":"Platform-\u003ECCS"}],"ARM Case Number":"","Platform":[{"code":"PF040","label":"Red Hat OpenShift"}],"Version":"3.5.0"}]

Document Information

Modified date:
21 August 2023

UID

ibm16238158