5.5 Deploying OAA, OARM, and OUA

Before deploying OAA, OARM, and OUA, make sure you have followed Creating the Management Container.

Deploying OAA, OARM, and OUA

  1. Enter a bash shell for the OAA management pod if not already inside one:
    kubectl exec -n <namespace> -ti <oaamgmt-pod> -- /bin/bash
    For example:
    kubectl exec -n oaans -ti oaamgmt-oaa-mgmt-84955fdf8f-x22k4 -- /bin/bash
  2. Inside the OAA management pod bash shell, deploy the installation by running the OAA.sh script:
    cd ~
    ./OAA.sh -f installOAA.properties

    Note:

    This will use the installOAA.properties in the <NFS_CONFIG_PATH>.

During installation the deployment progress is shown on the screen. If you need more detailed information, you can view the install.log. The log is accessible from within the management container at /u01/oracle/logs, or outside the container at <NFS_LOGS_PATH>.

Next Steps: If the install is successful you will see output similar to Printing Deployment Details.

Note:

If you encounter problems deploying, see Troubleshooting the Installation.