Generation of Oracle Database Definition Files - OpenShift(3.3)

You will need to make an exception to the installation order in this Private Cloud installation with Oracle, to be able to extract the database setup scripts for Oracle.

  • Install the platform, this is described in a later section of the Private Cloud installation, see Installation (3.3).

  • The platform-0 pod will never reach a running state since the database is missing in this stage.

  • Verify that the database setup scripts are exported.

#verify pods   NAME READY STATUS RESTARTS AGE mz-operator-controller-manager-59f78bd855-9mscm 2/2 Running 0 3h18m mz-operator-controller-manager-59f78bd855-pptl7 2/2 Running 0 3h18m mzonline-845b49cc96-9cqrz 1/1 Running 0 3h18m oracle18xe-6875844648-hlx7z 1/1 Running 0 3h42m platform-0 1/1 Running 0 3h18m   #Check the logs in the platform init container   $ kubectl logs platform-0 -c init DB not initialized and Admin user for DB is not set.   =========== PREPARING DB SCRIPTS =========== Copy the file database-setup.tar from persistent storage directory backup to the database server and follow the instructions =========== DB SCRIPTS PREPARED ===========

The database-setup.tar is located on NFS persistence storage directory backup, copy it and continue with the next subsection.