Skip to content

Commit 7eac4b5

Browse files
update with troubleshooting info
1 parent 52e0b6b commit 7eac4b5

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,36 @@ switch to version directory of choice and run these commands
6666
oc apply -f pipeline.yaml
6767
oc create -f pipeline-run.yaml
6868
```
69+
70+
# Known Issues
71+
72+
## Time to install
73+
74+
In testing we have seen the pipeline take from 2-6 hours to progress from installation of operators to active instances of the software. please be patient.
75+
76+
The pipeline is fully idempotent and can be restarted as needed.
77+
78+
## DB2 crash loop
79+
80+
known issues around db2 not coming up may cause problems with maximo manage installation:
81+
* https://github.com/ibm-mas/ansible-devops/issues/1039
82+
* https://www.ibm.com/docs/en/cloud-paks/cp-data/4.6.x?topic=issues-watson-query#known-issues-dv__install-upgrade__title__1
83+
84+
if the maximo manage activation is not progressing. check to see if a pod that starts with something like inst1-masdev-manage-maxinst-* exists and view its logs. If you see messages like "invalid tablespaces", check to see if db2 is healthy. if db2u etcd pod is unhealthy or crashing, you can delete the pod to restart it.
85+
86+
at this point you will have to reset the db2 database with this workaround:
87+
88+
Go to terminal c-db2w-shared-db2u-0 in db2u namespace
89+
90+
```
91+
su -lc '/tmp/setupdb.sh | tee /tmp/setupdb.log' db2inst1
92+
```
93+
94+
Go to project mas-inst1-manage
95+
Delete the pod inst1-masdev-manage-maxinst-*
96+
97+
98+
99+
## TLS certs
100+
101+
the pipeline looks for a lets-encrypt cert previously generated by upstream automation and if found uses this cert for maximo public routes. This cert may not have all maximo paths enabled by default. If you encounter a non-trusted certificate you may have to open the path in a separate browser window and accept the cert.

0 commit comments

Comments
 (0)