Seeing error in the db2nodes.cfg while setupdb.sh script is executed from ansible role
Seeing error in the db2nodes.cfg while setupdb.sh script is executed from ansible role. This issue is seen on AWS environment.
Please see below screenshot:
As a workaround fix to this issue, we are executing setupdb.sh script again in our multicloud bootstrap automation code & it's creating the required tablespaces & MAS+Manage stack with internal DB2 is creating successfully.
oc exec -n db2u c-db2wh-db01-db2u-0 -- su -lc '/tmp/setupdb.sh | tee /tmp/setupdb2.log' db2inst1
I have following values set for different environment parameter shown below for verifying this MAS Core+Manage (Internal DB2) scenario):
MAS_CHANNEL=8.11.x MAS_DEVOPS_COLLECTION_VERSION=18.3.4 MAS_CATALOG_VERSION=v8-231004-amd64 MAS_APP_CHANNEL=8.7.x
Seeing this issue on ROKS cluster (VPC Gen2 infrastructure) while I am trying to install Manage using MAS Client approach for UnifyBlue project. Issue is recurring and I am running setupdb.sh script manually to workaround this issue. Please find the above log and screenshot file. @durera - FYI