Preparing for a production deployment

Make sure that you prepare your environment and install the necessary software before you go to the resources to install the IBM certified software.

About this task

The administrator must make sure that the target cluster meets all of the requirements. Make sure that the client you connect with has all the necessary tools.

The following diagram shows the steps that are involved in installing a production deployment on OCP or ROKS.

The resources that you need to create does depend on whether you want to install the operator in "all namespaces on your cluster". The scripts create the needed image pull secrets and persistent volume claims for you in the target namespace and the openshift-operators namespace. If you use the OpenShift console, you need to create all of these resources in both namespaces.

Important: If you plan to use Db2®, make sure that Db2 does not run any compatibility features before you create the databases. Run the following Db2 commands before you create the databases to set the compatibility features to NULL (default).
db2set DB2_COMPATIBILITY_VECTOR= 
db2stop
db2start