IBM Support

How to change the metadata repository owner password in an IBM InfoSphere Information Server Enterprise Search environment

How To


Summary

Information Server Enterprise Search (ISES) access of the metadata repository from the ISES host is independent of the Information Server host. When the metadata repository owner password is changed the access from the ISES host must also be addressed.

Objective

Address impact of metadata repository owner password change on the ISES host.

Environment

All levels of Information Server 11.7 where Information Server Enterprise Search is installed

Steps

1) Address the metadata repository owner password change on the Information Server host by following the steps documented in Knowledge Center:


2) Login to the ISES host and do the following steps.

3) Get the base64 encoded form of the new password

     echo <xmeta password> | base64 -

4) Edit /home/mykubeadm1/manifests/xmeta_secret.yaml

     Update Line 7 using the value from step 3:
      xmeta-password: <old xmeta base64 encoded password>
                to be updated with
      xmeta-password: <new xmeta base64 encoded password>

     Save the file

5) Apply the updated yaml

     kubectl apply -f xmeta_secret.yaml

6) Use the following command to delete each of the pods listed below
     kubectl delete pod <pod name>

   audit-trail-service-xxxxx-xxx
   gov-app-config-service-xxxxx-xxx 
   gov-catalog-search-index-xxxxx-xxx
   gov-catalog-search-service-xxxxx-xxx
   gov-social-service-xxxxx-xxx
   gov-user-prefs-service-xxxxx-xxx
   shop4info-mappers-service-xxxxx-xxx
 

 

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZJPZ","label":"IBM InfoSphere Information Server"},"Component":"","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"11.7","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
16 October 2018

UID

ibm10734897