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
- Enter a bash shell for the OAA management pod if not already
inside
one:
For example:kubectl exec -n <namespace> -ti <oaamgmt-pod> -- /bin/bashkubectl exec -n oaans -ti oaamgmt-oaa-mgmt-84955fdf8f-x22k4 -- /bin/bash - Inside the OAA management pod bash shell, deploy the installation by running the
OAA.shscript:cd ~ ./OAA.sh -f installOAA.propertiesNote:
This will use theinstallOAA.propertiesin 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.