Monitoring EBS R12.2 dbTechStack provisioning progress
This topic describes how to monitor the progress of EBS R12.2 dbTechStack provisioning.
The Delphix Engine automates the configuration of the dbTechStack during provisioning. It spends the majority of provisioning time running RapidClone utilities such as adcfgclone
. The Delphix Engine does not report the progress of RapidClone utilities through the progress of the DB_Provision job. To track provisioning progress more accurately, Delphix recommends monitoring EBS log files generated on the target dbTier environment.
Procedure
Connect to the target dbTier environment using SSH or an alternative utility.
Change directories to the <
ORACLE_HOME>/appsutil/log/<CONTEXT_NAME>/
Replace
<ORACLE_HOME>
with the path to the dbTechStack's Oracle Home. This path will be under the mount path specified during provisioning.Replace
<CONTEXT_NAME>
with the virtual EBS instance's context name.
After
adcfgclone
has begun running, a file matchingApplyDBTechStack_*.log
will exist. Identify this log file and usetail
or an equivalent utility to monitor it.
Leave the mount point prior to refresh
If provisioning fails, you will need to fix the cause of the failure and perform a refresh of the dataset before you can attempt configuration again. Prior to refreshing or disabling the dataset, be sure to change directories to a location outside of the mount path on the target environment. If you leave a shell session with a current working directory inside the mount path, the dataset will fail to unmount cleanly during a refresh or disable.