FS_clone should be run two times

classic Classic list List threaded Threaded
6 messages Options
big
Reply | Threaded
Open this post in threaded view
|

FS_clone should be run two times

big
Hi,

On R12.2.9 DB 19c on AIX

Since installation of AD/TXK DELTA 14 FS_CLONE takes long time (more than 3 hours) and failes with error code 2 otherwise  we have to abort it (cntrol-C) and run it again. And this time it finishes succefully after 1 or 2 hours.

Thanks for help.
Reply | Threaded
Open this post in threaded view
|

Re: FS_clone should be run two times

ErmanArslansOracleBlog
Administrator
What do you have in FSCloneStageAppsTierxxxx.log?

This may be due to managed servers... They may not be up & running when they should.. Here is reference MOS note -> Fs_clone Fails with Status 2 (Doc ID 1960769.1)
big
Reply | Threaded
Open this post in threaded view
|

Re: FS_clone should be run two times

big


Thank you.
Following 1960769.1 I ran fs_clone with force =yes but it did not succeded.

In FSCloneStageAppsTierxxxx.log at the end we have:
Done copying /dz-xxxxx/appli/xxxxx/fs2/EBSapps/comn/java/classes/oracle/apps/okl to /dz-xxxxx/appli/xxxxx/fs1/EBSapps/comn/java/classes/oracle/apps/okl/
WARNING: Skipping prodsetup driver processing; driver file not found at: /dz-xxxxx/appli/xxxxx/fs2/EBSapps/comn/adopclone_xxxxx//apps/driver/xxxxx_pro
dsetup.drv

START: Executing runAutoConfig...

START: Running CVM.....

        Using Context file          : /dz-xxxxx/appli/xxxxx/fs1/inst/apps/xxxxx_xxxxx/appl/admin/xxxxx_xxxxx.xml

Attempting to create a back up of the Context file
Created back up file of name :
      /dz-xxxxx/appli/xxxxx/fs1/inst/apps/xxxxx_xxxxx/admin/out/07281053/xxxxx_xxxxx.xml
===========================================================================
Starting synchronization of file system Context file and its templates with those in the database

   Database connection     : Established

---------------------------------------------------------------
                   ADX Database Utility
---------------------------------------------------------------

getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxx2.servxxxxx.fr)(PORT=1524)))(CONN
ECT_DATA=(SERVICE_NAME=ebs_xxxxx)))'
    Trying to connect using APPS_JDBC_URL
    Connection obtained.

-------------------ADX Database Utility Finished---------------

Regards.
big
Reply | Threaded
Open this post in threaded view
|

Re: FS_clone should be run two times

big
In reply to this post by ErmanArslansOracleBlog
Hi
I, openned un SR.
They answered:

this is an existing issue
1. Download the attached file (adouitools.pl) from the attachments section.

2. Go to $AD_TOP/admin/template/ path and take the backup of adouitools.pl and copy the downloaded adouitools.pl file here.

3. Run adop fs_clone.

And it worked well.

Thanks and regards.

Reply | Threaded
Open this post in threaded view
|

Re: FS_clone should be run two times

ErmanArslansOracleBlog
Administrator
Good. I think you have other things there in the log.. (not only this one -> "WARNING: Skipping prodsetup driver processing; driver file not found" Maybe you have something like the following as well;

"ERROR: RC-50410: Fatal: OUI Registration failed with an Abnormal Termination error during call from ouicli.pl"

*What difference do you have in the newly downloaded adouitools.pl? -- just for additional info.
big
Reply | Threaded
Open this post in threaded view
|

Re: FS_clone should be run two times

big
This post was updated on .
Hi,
*What difference do you have in the newly downloaded adouitools.pl?

here it is: (the original is what we had. The other is what we got from SR)

diff adouitools.pl adouitools.pl_original
79,81d78
<   $ENV{'TMP'} = "/tmp";
<   $ENV{'TEMP'} = "/tmp";
<

In original $ENV{'TEMP'} = "/tmp"; does not exist.
Regards.