R12.2 Apps DBA. Powered by Blogger.

R12.2 Log Files from Cloning.

No comments :
The cloning process in R12.2 creates log files in several locations:
1. OraInventory logs:
/oraInventory/logs
2. PRECLONE logs from the source server
adpreclone logs database tier:
$ORACLE_HOME/appsutil/log/<SID_hostname>/StageDBTier_<timestamp>.log
adpreclone logs Applications tier:
$INST_TOP/admin/log/clone/StageAppsTier_<timestamp>.log
3. ADCFGCLONE logs from target server
adcfgclone logs database tier:
$ORACLE_HOME/appsutil/clone/bin/CloneContext_<timestamp>.log
This log shows the entries selected during execution of adcfgclone command
$ORACLE_HOME/appsutil/log/<SID_hostname>/ApplyDBTier_<timestamp>.log
This log shows the results for the execution of the clone
adcfgclone logs Applications tier:
$COMMON_TOP/clone/bin/CloneContext_<timestamp>.log
This log shows the entries selected during execution of adcfgclone command
$COMMON_TOP/clone/FMW/logs/prereqcheck.log
This log shows the pre-requisites for FMW installation.
$INST_TOP/admin/log/clone_<timestamp>/ApplyAppsTier_<timestamp>.log
This log shows the results for the execution of the clone.
There are some other logs under $INST_TOP/admin/log/clone, so it is OK to request customer to upload a zip file with this directory for review.
If providing for support, compress and upload the zip of the directory $APPLRGF/TXK/ohsCloneLog ( this captures cloning failures for OHS ).

No comments :

Post a Comment

Note: only a member of this blog may post a comment.