Upgraded R12.1.1 cloning issue

while we run $ perl adcfgclone.pl appsTier on clone a R12.1.1 system post clone activity is stopping at 3%. It is taking long time there and then finally failed. We analyzed that it has failed during running the scripts"ouicli.pl". The $tail  is giving following output ->


   setting ownership: testclone:dba
instantiate file:
   source : <>/apps/tech_st/10.1.2/appsutil/template/ftrace_cfg_1012.tmp
   dest   : <>/apps/tech_st/10.1.2/forms/server/ftrace.cfg
   backup : <>/apps/tech_st/10.1.2/forms/server/ftrace.cfg to <>/inst/apps/DEMOCCC_sun04/out/ftrace.cfg
   setting permissions: 700
   setting ownership: testclone:dba
Executing script in InstantiateFile:
<>/apps/tech_st/10.1.3/perl/bin/perl -I <>/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /CLIENTDEMOREL12/visrel12/DEMOFFF_CLN/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /CLIENTDEMOREL12/visrel12/DEMOFNA_CLN/apps/apps_st/appl/au/12.0.0/perl -I /CLIENTDEMOREL12/visrel12/DEMOFNA_CLN/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/sun4-solaris-thread-multi /CLIENTDEMOREL12/visrel12/DEMOFNA_CLN/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl


-------------------------------------
Solution ->

Run $ perl adcfgclone.pl appsTier again. While it will struck at 3% again from different window run the following command ->

$ ps -ef | grep opmn
Output will be as follows ->
testclon  2248     1   0   Feb 03 ?           0:00 /other/testclone/DEVFFF/apps/tech_st/10.1.3/opmn/bin/opmn -d
testclon 27123 27122   0 20:39:11 pts/5       0:00 <>/apps/tech_st/10.1.2/opmn/bin/opmn
testclon 27127 27123   0 20:39:11 pts/5       0:00 /other/testclone/TESTFFF/apps/tech_st/10.1.2//opmn/bin/opmn -a -q ping

Now, kill the PID associated with "opmn -a -q ping".
$kill -9 27127 
May be killing other OPMN processes will helpful if it does not work.

The postclone activity will start automatically.

No comments :