IBM Support

Data Cataloging upgrade issues

General Page

Download and apply the hotfix for IBM Fusion to resolve upgrade issues in the Data Cataloging service.

Follow the instructions to apply this hotfix:

  1. Define the correct IBM Fusion and Data Cataloging service namespaces in variables.

    FUSION_NS=ibm-spectrum-fusion-ns
    DCS_NS=ibm-data-cataloging
  2. Patch CatalogSource object with Data Cataloging service 2.3.1 release catalog image.

    oc -n $FUSION_NS patch fusionservicedefinition data-cataloging-service-definition --type=merge -p '{"spec":{"serviceInformation":{"version":"2.3.1"},"onboarding":{"serviceOperatorSubscription":{"catalogSourceDetails":{"imageDigest":"sha256:91c17b0105df0e48296fac3a3922d5b88a8c0998d520c9929e7fbac006c72202","imageTag":"v231.0.0-1759415893"}}}}}' oc -n $DCS_NS wait --for='condition=InstallPlanPending=True' sub ibm-spectrum-discover-operator --timeout=5m
  3. Approve the install plan.

    INSTALLPLAN_NAME=$(oc -n $DCS_NS get sub ibm-spectrum-discover-operator -o jsonpath='{.status.installplan.name}') oc -n $DCS_NS patch ip $INSTALLPLAN_NAME --type=merge -p '{"spec":{"approved":true}}'
  4. Apply the Data Cataloging service upgrade.

    INSTALLPLAN_NAME=$(oc -n $DCS_NS get sub ibm-spectrum-discover-operator -o jsonpath='{.status.installplan.name}') oc -n $DCS_NS patch ip $INSTALLPLAN_NAME --type=merge -p '{"spec":{"approved":true}}'
  5. Monitor the upgrade progress from IBM Fusion services page from the user interface.

[{"Type":"MASTER","Line of Business":{"code":"LOB69","label":"Storage TPS"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSFETU","label":"IBM Fusion"},"ARM Category":[{"code":"a8m3p0000000rXCAAY","label":"SW"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"2.11.0"},{"Type":"MASTER","Line of Business":{"code":"LOB69","label":"Storage TPS"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSXEFDS","label":"IBM Fusion HCI Appliance Software"},"ARM Category":[{"code":"a8m3p0000000rX7AAI","label":"HW"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"2.11.0"}]

Document Information

Modified date:
17 October 2025

UID

ibm17246486