IBM Support

Watsonx.governance post-upgrade steps | OpenPages on Cloud Pak for Data

How To


Summary

The AI Use Case sync fails in watsonx.governance following the version upgrade. When a use case is created in OpenPages, it fails to sync to watsonx.governance. This issue mainly occurs because, upon upgrade, the new solution changes are not loaded. The following guide will help you to load the solutions.

This document applies to IBM Cloud Pak for Data versions prior to 5.2.0.

Steps

Post-upgrade steps to resolve the use case sync issue

  1. Log in to IBM Governance Console (IBM OpenPages). From the Administration menu, click Enable System Admin Mode.
  2. From the Administration menu, click System Configuration -> Reporting Schema. (Only applicable for 4.8.x upgrades)
  3. Click Drop reporting schema, wait for the process to complete, and then click Re-Create. (Only applicable for 4.8.x upgrades)
  4. Log in to your Red Hat® OpenShift® cluster as an instance administrator:

    oc login OpenShift_URL:port
    
  5. Change to the project where OpenPages is installed:

    oc project <Project>
    
  6. Get the OpenPages instance name

    oc get OpenPagesInstance
    
  7. Check the original T-shirt size. If it is not 'x-small', update the T-shirt size to 'x-small' as shown below. Wait for the OpenPagesInstance status to come back to Completed state.

    oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"scaleConfig":"xsmall"}}' --type=merge
    

    For example:  

    oc patch OpenPagesInstance openpagesinstance-cr --patch '{"spec":{"scaleConfig":"xsmall"}}' --type=merge
    
  8. Next, patch the OpenPages instance CR to disable the enableWatsonxGov integration.

    oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"metadata":{"enableWatsonxGov":false}}}' --type=merge
    
  9. Fetch the OpenPages instance status and wait for the instance status to be completed.

    oc get OpenPagesInstance <OpenPages Instance Name> -o=jsonpath='{.status.openpagesStatus}'
  10. Patch the OpenPages instance CR to enable enableWatsonxGov.

    oc patch OpenPagesInstance <OpenPages Instance Name>  --patch '{"spec":{"metadata":{"enableWatsonxGov":true}}}' --type=merge
    
  11. Revert the T-shirt size to its original value. Wait for the instance status to be in Completed state.

    oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"metadata":{"scaleConfig":"<original-tshirt-size>"}}}' --type=merge
    
  12. Log in to watsonx.governance. From the navigation menu, click AI Governance -> AI use cases -> Manage Settings -> Governance Console (IBM OpenPages) integration. Click the toggle to disable the integration, and then click the toggle to enable the integration. (User has to be added as a collaborator)
  13. Log in to watsonx.governance. From the navigation menu, click AI Governance -> AI use cases -> Manage Settings -> Inventories. Select the inventory. Click options and copy the ID.
  14. Log in to Governance Console (IBM OpenPages). Go to the business entity that is the parent for use cases. Click Edit, and then add the inventory ID that you copied. Click Save.
  15. From the Administration menu, click Disable System Admin Mode.
 
 
 
 
 
 

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSE3K1","label":"IBM OpenPages for IBM Cloud Pak for Data"},"ARM Category":[{"code":"a8m3p000000UoQtAAK","label":"Administration"},{"code":"a8m3p000000UoRRAA0","label":"Administration-\u003EUpgrade"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.0.0"},{"Type":"MASTER","Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSDH4GU","label":"IBM OpenPages Cartridge"},"ARM Category":[{"code":"a8m3p000000UoRRAA0","label":"Administration-\u003EUpgrade"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.1.0;9.1.1;9.1.2"}]

Document Information

Modified date:
24 July 2024

UID

ibm17160966