IBM Maximo: Migrate MAXDB to RH OpenShift: Difference between revisions
| Line 9: | Line 9: | ||
Open the DB2 Operator -> DB2 Cluster -> New cluster. | Open the DB2 Operator -> DB2 Cluster -> New cluster. | ||
Get yaml file on this Article [IBM Maximo: Migrate MAXDB to RH OpenShift (db2ucmas76-01.yaml)] | Get yaml file on this Article [[IBM Maximo: Migrate MAXDB to RH OpenShift (db2ucmas76-01.yaml)]] | ||
= Restore MAXDB76 backup file into Container = | = Restore MAXDB76 backup file into Container = | ||
Revision as of 20:14, 7 April 2026
Create MAXDB database
1) Install DB2 Operator
2) Create a New instance of DB2.
Open the DB2 Operator -> DB2 Cluster -> New cluster.
Get yaml file on this Article IBM Maximo: Migrate MAXDB to RH OpenShift (db2ucmas76-01.yaml)
Restore MAXDB76 backup file into Container
Define db2 project on openshift
oc project db2u
Check pods
oc get pods
Copy backup file
oc cp MAXDB76.0.___.001.zip c-db2ucmas76-02-db2u-0:/mnt/backup/MAXDB76.0.___.001.zip
Login on container
oc rsh c-db2ucmas76-02-db2u-0
Extract file
cd /mnt/backup unzip MAXDB76.0.___.001.zip