I am installing IBM MAS on AWS single node OS cluster. The open shift cluster is created and then executed mas install cli. After giving all the parameters the pipeline is created and started running, however it failed at db2-manage task with below error.
TASK [ibm.mas_devops.db2 : Set db2 instance timezone] **************************
included: /opt/app-root/lib64/python3.9/site-packages/ansible_collections/ibm/mas_devops/roles/db2/tasks/install/setup_timezone.yml for localhost
TASK [ibm.mas_devops.db2 : Wait for db2u statefulset to be created (2m delay)] ***
FAILED - RETRYING: [localhost]: Wait for db2u statefulset to be created (2m delay) (30 retries left).
All other tasks were successful, I can see details of MAS console and able to login successfully.
For db2-manage task, upon further investigation, it looks like the PVCs are bound to the EFS storage class, which needs to be changed to the RWO class.
[ibmmas/cli:13.25.1]install$ oc get pvc -n db2u
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
c-mas-maximo-myInstance-manage-backup Pending efs 21h
c-mas-maximo-myInstance-manage-meta Pending efs 21h
It looks like these PVC cannot be delete or modified. What should be the approach to handle this. Any suggestions from our experts?
------------------------------
Aakashdeep Saxena
------------------------------