Sunday, January 4, 2015

EBS 12.2 Validation Scripts for Prepare, Cutover and FS_Clone Phases

Are you going to run Prepare, Cutover or FS_CLONE , then before you start the phases using ADOP tool if you would like to validate the instance if it is ready for those phases then here is a simple script.

export RUN_CONTEXT_FILE=/testi/inst/fs1/inst/apps/testi_host1/appl/admin/testi_host1.xml
export PATCH_CONTEXT_FILE=/testi/inst/fs2/inst/apps/testi_host1/appl/admin/testi_host1.xml

perl $AD_TOP/patch/115/bin/txkADOPValidations.pl  -contextfile=$RUN_CONTEXT_FILE -patchctxfile=$PATCH_CONTEXT_FILE -phase=fs_clone -logloc=/tmp
perl $AD_TOP/patch/115/bin/txkADOPValidations.pl  -contextfile=$RUN_CONTEXT_FILE -patchctxfile=$PATCH_CONTEXT_FILE -phase=prepare -logloc=/tmp
perl $AD_TOP/patch/115/bin/txkADOPValidations.pl  -contextfile=$RUN_CONTEXT_FILE -patchctxfile=$PATCH_CONTEXT_FILE -phase=cutover -logloc=/tmp

Review the logfile that gets created under /tmp

You can run the scripts for the phase you are interested and it takes not more than 10 mins.

Popular Posts