Cause:
$ adop phase=fs_clone
[ERROR]: At least one Oracle inventory check has failed.Provide the location of a valid inventory file.
Solution :
Check adop log using $ADOP_LOG_HOME command
$ cd /u01/app/PROD/apps/fs_ne/EBSapps/log/adop/13/fs_clone_<time_cloe>/SID_hostname
$ vi ADOPValidations_detailed.log
look for the ERROR: in the log file to see what is the ORACLE_HOME or registered in <oraInst.loc>/oraInventory/ContentsXML/inventory.xml
now Register your Oracle Home by using this command:
$ cd $ORACLE_HOME/oui/bin
$ /runInstaller.sh -attachhome ORACLE_HOME=/YOUR_MISSING_HOME ORACLE_HOME_NAME=’HOME_NAME’
Attached Successfully
Rerun the fsclone
$adop phase=fs_clone
Recent Posts