IBM Support

During InfoSphere MDM installation with the IBM Installation Manager command line, there is a problem showing more than one WebSphere Application Server profile

Troubleshooting


Problem

If your deployment environment has more than one WebSphere Application Server profile set up, you can encounter an issue when using the IBM Installation Manager command line (imcl) to install IBM InfoSphere Master Data Management. In this scenario, it is not possible for the WebSphere Application Server configuration panel to display the correct WebSphere Application Server cell. 

Resolving The Problem

If you are using imcl to perform an InfoSphere MDM installation and you have more than one WebSphere Application Server profile configured, complete the following steps to enable the WebSphere Application Server cells to be displayed correctly in the WebSphere Application Server Configuration panel.
Note: This procedure assumes that you have Dmgr01 and Dmgr02 in the WebSphere Application Server profiles, with each Dmgr having nodes, and that you want to install InfoSphere MDM on Dmgr02.
  1. Save the following script as getWASNodes.py in the folder <WAS_DMGR01_PROFILE_HOME>/bin (for example: /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin).
    import sys
    adminNode = AdminControl.getNode()
  2. Go to  the <WAS_DMGR01_PROFILE_HOME>/bin folder and run the following command, replacing the placeholders with the relevant values:
    ./wsadmin.sh -conntype SOAP -port <PORT> -host <HOST> -user <USER> -password <PASSWORD> -f getWASNodes.py
    For example:
    ./wsadmin.sh -conntype SOAP -port 8995 -host localhost -user wasadmin -password wasadmin -f getWASNodes.py
    In the example command, 8995 is the SOAP port that corresponds to Dmgr02.
  3. When you are prompted to add SSL certification from Dmgr02 to a trust store from Dmgr01, answer yes.
After completing these steps, the Dmgr02 cell is now displayed on the imcl WebSphere Application Server console.

[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSWSR9","label":"IBM InfoSphere Master Data Management"},"ARM Category":[{"code":"a8m500000008dDQAAY","label":"Install and Upgrade"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"14.0.0"}]

Document Information

Modified date:
26 June 2024

UID

ibm17158645