Description :

When triggering ADOP prepare phase on 12.2.8 environment for patching got below error.

Error:

PROCEDURE] Calling: /RMAN/apps/JAYAN/R12apps/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl
[EVENT] Log: /RMAN/apps/JAYAN/R12apps/fs_ne/EBSapps/log/adop/11/20230804_092808/prepare/Neptune
[UNEXPECTED]Error occurred running “perl /RMAN/apps/JAYAN/R12apps/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl -contextfile=/RMAN/apps/JAYAN/R12apps/fs2/i
nst/apps/JAYAN_Neptune/appl/admin/JAYAN_Neptune.xml -patchcontextfile=/RMAN/apps/JAYAN/R12apps/fs1/inst/apps/JAYAN_Neptune/appl/admin/JAYAN_Neptune.xml -promptmsg=hi
de -console=off -patchtop=/RMAN/apps/JAYAN/R12apps/fs_ne/EBSapps/patch -mode=update -sessionid=11 -timestamp=20230804_092808 -workercount=16 -outdir=/RMAN/apps/JAYAN/R12apps/fs_ne/EBSapps/
log/adop/11/20230804_092808/prepare/Neptune -autoskip=No”
[UNEXPECTED]Error calling runSyncFS subroutine.
[EVENT] Stopping services on patch file system.

Cause :

Filesystems were not synchronized before applying “12.2.3 AD and TXK Release Update Pack”.
Before applying upgrade patch, it is necessary to apply the “12.2.3 AD and TXK Release Update Pack” as documented in Note 1586217.1. Patches must be applied in correct order and then the filesystem must be synchronized by running adop phase=fs_clone.
If any of these steps are missed or if patches are not applied in correct order, the issue will occur.

Solution :

In my Case AD and TXK are properly applied .
So I have followed the below steps , which has fixed the issue.

1. First abort the Failed ADOP Session

adop phase=abort

2. Synchronize File System

adop phase=fs_clone

3. Now Try to run ADOP Prepare

adop phase=prepare

Prepare Completed Successfully

Ref : ADOP Prepare Phase Fails With Error “runSyncFS sub-routine is called” During 12.2.3 Upgrade (Doc ID 1618309.1)

Recommended Posts

Start typing and press Enter to search