MDM v11.6 FP10: Configuring and deploying ISC on docker containers
This post primarily focusses on option Installable MDM with IBM Stewardship Centre and DB2 container (local) but can also be used for reference for remote DB containers. MDM ISC container is built on Business Automation Workflow v18.0.0.2 (BAW) with the Process Center and Process Server in it. The bpmdb_container has eight databases in it, namely CMNDBPC, BPMDBPC, CPEDBPC, PDWDBPC, CMNDBPS, BPMDBPS, CPEDBPS and PDWDBPS. To configure ISC on the mdmisc_container, we have to login to the container as the root user and execute the Configure_ISC_Interactive.sh script from the tmp folder. It is good if we follow the below pre-requisites before invoking this script. 1. Login to the bpmdb_container and ensure that the databases are up and running. docker exec -it bpmdb_container bash su - db2inst1 db2 list db directory db2 connect to CMNDBPS user db2inst1 using db2inst1 Check BPM Databases 2. Login the mdm_container and ensure that the application server is up and r...