Saturday, November 11, 2017

rhn-plugin: ERROR: can not find ULN CA file: /usr/share/rhn/RHNS-CA-CERT

[root@Myserver1 ~]#  yum
Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security, subscription-manager, ulninfo
This system is not registered with an entitlement server. You can use subscription-manager to register.


rhn-plugin: ERROR: can not find ULN CA file: /usr/share/rhn/RHNS-CA-CERT
[root@Myserver1 ~]# 


The reason of the error is because of the RHN* packages, which got installed during update procedure, identify and remove them by RPM tool:


[root@Myserver1 ~]# rpm -qa|grep rhn
rhn-check-1.0.0.1-43.0.1.el6.noarch
rhnsd-4.9.3-5.0.1.el6.x86_64
rhn-setup-gnome-1.0.0.1-43.0.1.el6.noarch
rhnlib-2.5.22-15.0.2.el6.noarch
rhn-client-tools-1.0.0.1-43.0.1.el6.noarch
yum-rhn-plugin-0.9.1-60.2.0.3.el6_8.noarch
rhn-setup-1.0.0.1-43.0.1.el6.noarch
[root@Myserver1 ~]# 


[root@Myserver1 ~]#  rpm -e rhnsd-4.9.3-5.0.1.el6.x86_64
error: Failed dependencies:
        rhnsd is needed by (installed) rhn-setup-1.0.0.1-43.0.1.el6.noarch
[root@Myserver1 ~]# 

use --nodeps and uninstall the RPMS:

[root@Myserver1 ~]#  rpm -e rhn-check-1.0.0.1-43.0.1.el6.noarch rhn-setup-gnome-1.0.0.1-43.0.1.el6.noarch rhnlib-2.5.22-15.0.2.el6.noarch rhn-client-tools-1.0.0.1-43.0.1.el6.noarch yum-rhn-plugin-0.9.1-60.2.0.3.el6_8.noarch rhn-setup-1.0.0.1-43.0.1.el6.noarch --nodeps
[root@Myserver1 ~]#

Yum Works fine after removing the above-mentioned packages.

Wednesday, October 25, 2017

untar a particular folder from tar.gz file

Tar usually stores the relative path by default.


If you need to extract a particular folder, look at what is in the tar file:

tar -tvf linux.tar.gz

Note the exact filename/path. In the case of my file, I could extract data folder by:

tar -xvf linux.tar.gz apps/oracle/VIS/data

Note: There is no Leading /

Wednesday, March 9, 2016

java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard

Error:





There are 1 nested errors:

java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard
        at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:303)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

>






 


Solution

 
To implement the solution, follow the instructions as below:
  1. Make sure have read/write/create permissions on the folder: DOMAIN_HOME/servers/AdminServer/data/ldap/ldapfiles/EmbeddedLDAP.tran
  2. Check the permission of   EmbeddedLDAP.tran.
  3. Clean up the /cache and /tmp folders, e.g. DOMAIN_HOME/servers/AdminServer/tmp and DOMAIN_HOME/servers/AdminServer/cache.
  4. Back up old DOMAIN_HOME/servers/server_name/data/ldap folder, then delete the it e.g. "YOURDOMIN/servers/AdminServer/data/ldap"
  5. Restart the server

 

Tuesday, April 14, 2015

Cloning RUN/PATCH File System R12.2.*


 Table of Contents

Introduction
Environment Details
Prepare Source System
Configure the Target System
Configure the Database Server
Configure the System Application Tier
Run Preclone on Target System.
Copy Directories 
Configure Patch File System 

Introduction


Here I am going to present the cloning procedure on E-business suite R12.2.3 environment. The procedure to clone an e-business suite environment in R12.2.3 is same except to clone the patch file system in target clone environment.

Environment Details



Source
Target
Database Name
PROD
AD1224O
Database Node
Prod.myserver.com
sdm-ebusr12.myserver.com
Application Node
Prod.myserver.com
sdm-ebusr12.myserver.com
Run File system
/remote/app/applmgr/PROD/fs1
/data/applmgr/AD1224O/fs1
Patch File System
/remote/app/applmgr/PROD/fs2
/data/applmgr/AD1224O/fs2

As we have dual file system in R12.2, we need to first clone run file system from source to target. Then patch file system on target environment is created from the run file system cloned from the source environment.

Prepare Source System


I am assuming that you are familiar with the Pre clone steps.
Run preclone steps in dbTier, appsTier, shutdown the environment and copy the datafiles, oracle home and apps tier to Target system.

Configure the Target System


Configure the Database Server


Log on to the Target System as the ORACLE user and enter the following commands:
$ cd /appsutil/clone/bin
$ perl adcfgclone.pl dbTier

[oracle@myserver bin]$ pwd
/data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin
[oracle@myserver bin]$ perl adcfgclone.pl dbTier

                     Copyright (c) 2011 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.26

Enter the APPS password :

Running:
/data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/../jre/bin/java -Xmx600M -cp /data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/java:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/xmlparserv2.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/ojdbc5.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/obfuscatepassword.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/ojmisc.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/java:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/emCfg.jar oracle.apps.ad.context.CloneContext -e /data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/../context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_16142.lst -stage /data/oracle/AD1224O/11.2.0.4/appsutil/clone  2> /tmp/adcfgclone_16142.err; echo $? > /tmp/adcfgclone_16142.res

Log file located at /data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/CloneContext_1105210751.log

Provide the values required for creation of the new Database Context file.

Target System Hostname (virtual or normal) [myserver] :

Target Instance is RAC (y/n) [n] :

Target System Database SID : AD1224O

Target System Base Directory : /data/oracle

Target System utl_file_dir Directory List : /tmp

Number of DATA_TOP's on the Target System [1] :

Target System DATA_TOP Directory 1 [/remote/oradata/oa12] : /data/oradata/AD1224O

Target System RDBMS ORACLE_HOME Directory [/data/oracle/11.2.0] : /data/oracle/AD1224O/11.2.0.4

Do you want to preserve the Display [dba-linux-perf2:0.0] (y/n)  : n

Target System Display [myserver:0.0] :

Do you want the target system to have the same port values as the source system (y/n) [y] ? : n

Target System Port Pool [0-99] : 10

Checking the port pool 10
RC-50221: Warning: Port Pool 10 is not free. Please check logfile /data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/CloneContext_1105210751.log for conflicts.

Target System Port Pool [0-99] : 11

Checking the port pool 11
done: Port Pool 11 is free
Report file located at /data/oracle/AD1224O/11.2.0.4/appsutil/temp/portpool.lst
Complete port information available at /data/oracle/AD1224O/11.2.0.4/appsutil/temp/portpool.lst

Backing up /data/oracle/AD1224O/11.2.0.4/appsutil/AD1224O_myserver.xml to /data/oracle/AD1224O/11.2.0.4/appsutil/AD1224O_myserver.xml.bak

Creating the new Database Context file from :
  /data/oracle/AD1224O/11.2.0.4/appsutil/clone/context/db/adxdbctx.tmp

The new database context file has been created :
  /data/oracle/AD1224O/11.2.0.4/appsutil/AD1224O_myserver.xml

Log file located at /data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/CloneContext_1105210751.log
Check Clone Context logfile /data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/CloneContext_1105210751.log for details.


One or more listeners are currently running in your Target ORACLE_HOME.
Please make sure there are no processes running before proceeding.

Continue? (y/n) [n]) : y

Running Rapid Clone with command:
Running:
perl /data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/adclone.pl java=/data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/../jre mode=apply stage=/data/oracle/AD1224O/11.2.0.4/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/data/oracle/AD1224O/11.2.0.4/appsutil/AD1224O_myserver.xml showProgress contextValidated=true


Beginning database tier Apply - Wed Nov  5 21:08:50 2014

/data/oracle/AD1224O/11.2.0.4/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/data/oracle/AD1224O/11.2.0.4/oui -classpath /data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/xmlparserv2.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/ojdbc6.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/java:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/oui/OraInstaller.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/oui/ewt3.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/oui/share.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/oui/srvm.jar:/data/oracle/AD1224O/11.2.0.4/appsutil/clone/jlib/ojmisc.jar   oracle.apps.ad.clone.ApplyDBTier -e /data/oracle/AD1224O/11.2.0.4/appsutil/AD1224O_myserver.xml -stage /data/oracle/AD1224O/11.2.0.4/appsutil/clone   -showProgress
APPS Password : Log file located at /data/oracle/AD1224O/11.2.0.4/appsutil/log/AD1224O_myserver/ApplyDBTier_11052108.log
  \     15% completed

Completed Apply...
Wed Nov  5 21:14:10 2014

Starting database listener for AD1224O:
Running:
/data/oracle/AD1224O/11.2.0.4/appsutil/scripts/AD1224O_myserver/addlnctl.sh start AD1224O
Logfile: /data/oracle/AD1224O/11.2.0.4/appsutil/log/AD1224O_myserver/addlnctl.txt

You are running addlnctl.sh version 120.4


Starting listener process AD1224O ...


Listener AD1224O has already been started.


addlnctl.sh: exiting with status 0

addlnctl.sh: check the logfile /data/oracle/AD1224O/11.2.0.4/appsutil/log/AD1224O_myserver/addlnctl.txt for more information ...

[oracle@myserver bin]$ ps -ef|gre ppmon
-bash: gre: command not found
[oracle@myserver bin]$ ps -ef|grep pmon
oracle   20067     1  0 21:12 ?        00:00:00 ora_pmon_AD1224O
oracle   20791  6224  0 21:17 pts/2    00:00:00 grep pmon
[oracle@myserver bin]$


Configure the System Application Tier


Log on to the "Run Edition File System" in the Target System as the applmgr user and enter the following commands:

$ cd /appsutil/clone/bin
$ perl adcfgclone.pl dbTier


[applmgr@myserver bin]$ perl adcfgclone.pl appsTier

                     Copyright (c) 2011 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.26

Enter the APPS password :
Running:
/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper -encryptpwd /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../FMW/tempinfoApps.txt

Enter the Weblogic AdminServer password :
Running:
/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../FMW/tempinfo.txt
Running:
/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../FMW/EBSDataSource


Do you want to add a node (yes/no) [no] :


Running:
/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -cp /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/xmlparserv2.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojdbc5.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.context.CloneContext -e /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_21163.lst -stage /data/applmgr/AD1224O/fs1/EBSapps/comn/clone  2> /tmp/adcfgclone_21163.err; echo $? > /tmp/adcfgclone_21163.res

Log file located at /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/CloneContext_1105212239.log

Target System File Edition type [run] :

Provide the values required for creation of the new APPL_TOP Context file.

Target System Hostname (virtual or normal) [myserver] :

Target System Database SID : AD1224O

Target System Database Server Node [myserver] :

Target System Database Domain Name [svs.usa.hp.com] :

Target System Base Directory : /data/applmgr/AD1224O

Target System Base Directory set to /data/applmgr/AD1224O

Target System Current File System Base set to /data/applmgr/AD1224O/fs1

Target System Other File System Base set to /data/applmgr/AD1224O/fs2

Target System Fusion Middleware Home set to /data/applmgr/AD1224O/fs1/FMW_Home

Target System Web Oracle Home set to /data/applmgr/AD1224O/fs1/FMW_Home/webtier

Target System Appl TOP set to /data/applmgr/AD1224O/fs1/EBSapps/appl

Target System COMMON TOP set to /data/applmgr/AD1224O/fs1/EBSapps/comn

Target System Instance Home Directory [/data/applmgr/AD1224O] :

RC-00217: Warning: Configuration home directory (s_config_home) evaluates to /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver. A directory with this name already exists and is not empty.

Do you want to continue (y/n)   : y


Target System Instance Top set to /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver

Do you want to preserve the Display [dba-linux-perf2:0.0] (y/n)  : n

Target System Display [myserver:0.0] :

Target System Root Service [enabled] :

Target System Web Administration [enabled] :

Target System Web Entry Point Services [enabled] :

Target System Web Application Services [enabled] :

Target System Batch Processing Services [enabled] :

Target System Other Services [disabled] :

Do you want the target system to have the same port values as the source system (y/n) [y] ? : n

Target System Port Pool [0-99] : 11

Checking the port pool 11
done: Port Pool 11 is free
Report file located at /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/out/portpool.lst
Complete port information available at /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/out/portpool.lst

UTL_FILE_DIR on database tier consists of the following directories.

1. /usr/tmp
2. /tmp
3. /data/oracle/AD1224O/11.2.0.4/appsutil/outbound/AD1224O_myserver
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] :

Backing up /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml to /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml.bak

Creating the new APPL_TOP Context file from :
  /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/context/apps/adxmlctx.tmp

The new APPL_TOP context file has been created :
  /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml

Log file located at /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/CloneContext_1105212239.log
Check Clone Context logfile /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/CloneContext_1105212239.log for details.

Running Rapid Clone with command:
Running:
perl /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/adclone.pl java=/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../jre mode=apply stage=/data/applmgr/AD1224O/fs1/EBSapps/comn/clone component=appsTier method=CUSTOM appctxtg=/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml showProgress contextValidated=true



FMW Pre-requisite check log file location : /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/FMW/logs/prereqcheck.log

Running: /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/FMW/t2pjdk/bin/java -classpath /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/engine.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereq.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereqChecks.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstaller.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstallerNet.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/srvm.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl2.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl-log4j.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/xmlparserv2.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/share.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java oracle.apps.ad.clone.util.FMWOracleHomePreReqCheck -prereqCheckFMW -e /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml -stage /data/applmgr/AD1224O/fs1/EBSapps/comn/clone -log /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/FMW/logs/prereqcheck.log

Beginning application tier Apply - Wed Nov  5 21:24:25 2014

/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/xmlparserv2.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojdbc6.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/oui/ewt3.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/oui/share.jar:/data/applmgr/AD1224O/fs1/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.ApplyAppsTier -e /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml -stage /data/applmgr/AD1224O/fs1/EBSapps/comn/clone    -showProgress -nopromptmsg
Log file located at /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/log/clone/ApplyAppsTier_11052124.log
  /    100% completed

Completed Apply...
Wed Nov  5 21:46:04 2014


 Executing command: /data/applmgr/AD1224O/fs1/EBSapps/10.1.2/bin/sqlplus @/data/applmgr/AD1224O/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/truncate_ad_nodes_config_status.sql


Do you want to startup the Application Services for AD1224O? (y/n) [n] : y

Starting application Services for AD1224O:
Running:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adstrtal.sh -nopromptmsg

You are running adstrtal.sh version 120.24.12020000.8


The logfile for this session is located at /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adstrtal.log

Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/jtffmctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running jtffmctl.sh version 120.3.12020000.4

Validating Fulfillment patch level via /data/applmgr/AD1224O/fs1/EBSapps/comn/java/classes
Fulfillment patch level validated.
Starting Fulfillment Server for AD1224O on port 9311 ...

jtffmctl.sh: exiting with status 0


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adopmnctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adopmnctl.sh version 120.0.12020000.2

Starting Oracle Process Manager (OPMN) ...

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adopmnctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adapcctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adapcctl.sh version 120.0.12020000.3

Starting OPMN managed Oracle HTTP Server (OHS) instance ...
opmnctl start: opmn is already running.
opmnctl startproc: starting opmn managed processes...

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adapcctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adnodemgrctl.sh start -nopromptmsg
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adnodemgrctl.sh version 120.11.12020000.6


Calling txkChkEBSDependecies.pl to perform dependency checks for ALL MANAGED SERVERS
Perl script txkChkEBSDependecies.pl got executed successfully


Starting the Node Manager...
NMProcess:
NMProcess: Nov 05, 2014 9:54:13 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
NMProcess: INFO: Loading domains file: /data/applmgr/AD1224O/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess:
NMProcess: Nov 05, 2014 9:54:13 PM weblogic.nodemanager.server.NMServer
NMProcess: WARNING: Node manager configuration properties file '/data/applmgr/AD1224O/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties' not found. Using default settings.
NMProcess:
NMProcess: Nov 05, 2014 9:54:13 PM weblogic.nodemanager.server.NMServer
NMProcess: INFO: Saving node manager configuration properties to '/data/applmgr/AD1224O/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
Refer /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adnodemgrctl.txt for details

adnodemgrctl.sh: exiting with status 0

adnodemgrctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adnodemgrctl.txt for more information ...


.end std out.
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/rgf/TXK/txkChkEBSDependecies_Wed_Nov_5_21_53_56_2014/txkChkEBSDependecies_Wed_Nov_5_21_53_56_2014.log

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adalnctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

adalnctl.sh version 120.3.12020000.2

Checking for FNDFS executable.
Starting listener process APPS_AD1224O.

adalnctl.sh: exiting with status 0


adalnctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adalnctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adcmctl.sh start
Timeout specified in context file: 1000 second(s)

script returned:
****************************************************

You are running adcmctl.sh version 120.19.12020000.3

Starting concurrent manager for AD1224O ...
Starting AD1224O_1105@AD1224O Internal Concurrent Manager
Default printer is noprint

adcmctl.sh: exiting with status 0


adcmctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adcmctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/adadminsrvctl.sh start -nopromptmsg
Timeout specified in context file: 1000 second(s)

script returned:
****************************************************

You are running adadminsrvctl.sh version 120.10.12020000.6

Starting WLS Admin Server...
NMProcess:
NMProcess: Nov 05, 2014 9:54:32 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
NMProcess: INFO: Loading domains file: /data/applmgr/AD1224O/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess:
NMProcess: Nov 05, 2014 9:54:32 PM weblogic.nodemanager.server.NMServer
NMProcess: INFO: Loaded node manager configuration properties from '/data/applmgr/AD1224O/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adadminsrvctl.txt for more information ...


.end std out.

.end err out.

****************************************************




Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.7

Starting forms_server1...

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adformsctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.7

Starting forms-c4ws_server1...

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adforms-c4wsctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.7

Starting oafm_server1...

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adoafmctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.7

Starting oacore_server1...

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adoacorectl.txt for more information ...


.end std out.

.end err out.

****************************************************



All enabled services for this node are started.

adstrtal.sh: Exiting with status 0

adstrtal.sh: check the logfile /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/logs/appl/admin/log/adstrtal.log for more information ...

[applmgr@myserver bin]$






























Run Preclone on Target System.

 

Run adpreclone.pl on the "Run Edition File System" in the Target System.  (NEW in R12.2)

[applmgr@myserver bin]$ pwd
[applmgr@myserver ~]$ cd /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/scripts
[applmgr@myserver scripts]$ perl adpreclone.pl appsTier

                     Copyright (c) 2011 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adpreclone Version 120.31.12020000.11

Enter the APPS User Password:
Enter the Weblogic AdminServer password :

 Checking the status of the Oracle WebLogic Administration Server....

 Running perl /data/applmgr/AD1224O/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl ebs-get-serverstatus -contextfile=/data/applmgr/AD1224O/fs1/inst/apps/AD1224    O_myserver/appl/admin/AD1224O_myserver.xml -servername=AdminServer -promptmsg=hide

The Oracle WebLogic Administration Server is up.

Running:
perl /data/applmgr/AD1224O/fs1/EBSapps/appl/ad/12.0.0/bin/adclone.pl java=/data/applmgr/AD1224O/fs1/EBSapps/comn/util/jdk64 mode=stage stage=/data/applmgr/AD1224O/fs1/EBSa    pps/comn/clone component=appsTier method= appctx=/data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml showProgress



 Setting the wls environment

Beginning application tier Stage - Thu Nov  6 02:15:00 2014

/data/applmgr/AD1224O/fs1/EBSapps/comn/util/jdk64/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/oui -classpath /data/applmgr/AD1224O/fs1/FMW_Home    /webtier/lib/xmlparserv2.jar:/data/applmgr/AD1224O/fs1/FMW_Home/webtier/jdbc/lib/ojdbc6.jar:/data/applmgr/AD1224O/fs1/EBSapps/comn/java/classes:/data/applmgr/AD1224O/fs1/F    MW_Home/webtier/oui/jlib/OraInstaller.jar:/data/applmgr/AD1224O/fs1/FMW_Home/webtier/oui/jlib/ewt3.jar:/data/applmgr/AD1224O/fs1/FMW_Home/webtier/oui/jlib/share.jar:/data/    applmgr/AD1224O/fs1/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/data/applmgr/AD1224O/fs1/FMW_Home/webtier/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs1/FMW_Home/wls    erver_10.3/server/lib/weblogic.jar:/data/applmgr/AD1224O/fs1/FMW_Home/oracle_common/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.StageAppsTier -e /data/applmgr/AD1224O    /fs1/inst/apps/AD1224O_myserver/appl/admin/AD1224O_myserver.xml -stage /data/applmgr/AD1224O/fs1/EBSapps/comn/clone -tmp /tmp -method CUSTOM   -showProgress -nopromp    tmsg

Log file located at /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_myserver/admin/log/clone/StageAppsTier_11060215.log

  \     20% completed
  /     20% completed

Completed Stage...
Thu Nov  6 02:30:40 2014
[applmgr@myserver scripts]$

















Copy Directories

 

Copy Oracle E-Business Suite application directories from the "Run Edition File System" to the "Patch Edition File System" in the Target System.  (NEW in R12.2)

[applmgr@myserver appl]$ cd /data/applmgr/AD1224O/fs1
[applmgr@myserver fs1]$ ls
[applmgr@myserver fs1]$ tar czf EBSapps.tar.gz EBSapps/
[applmgr@myserver fs1]$ cd ../fs2
[applmgr@myserver fs2]$ pwd
/data/applmgr/AD1224O/fs2
[applmgr@myserver fs2]$ tar xzf /data/applmgr/AD1224O/fs1/EBSapps.tar.gz
[applmgr@myserver fs2]$ ls
EBSapps
[applmgr@myserver fs2]$


 

Configure Patch File System



Configure Patch file System on Target appsTier (New in R12.2)
[applmgr@sdm-ebusr12 bin]$ pwd
/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin
[applmgr@sdm-ebusr12 bin]$ perl adcfgclone.pl appsTier

                     Copyright (c) 2011 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.26

Enter the APPS password :
Running:
/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper -encryptpwd /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../FMW/tempinfoApps.txt

Enter the Weblogic AdminServer password :
Running:
/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../FMW/tempinfo.txt
Running:
/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../FMW/EBSDataSource


Do you want to add a node (yes/no) [no] :


Running:
/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -cp /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/xmlparserv2.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojdbc5.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.context.CloneContext -e /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_1551.lst -stage /data/applmgr/AD1224O/fs2/EBSapps/comn/clone  2> /tmp/adcfgclone_1551.err; echo $? > /tmp/adcfgclone_1551.res

Log file located at /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/CloneContext_1106041028.log

Target System File Edition type [run] : patch

Enter the full path of Run File System Context file : /data/applmgr/AD1224O/fs1/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml

Provide the values required for creation of the new APPL_TOP Context file.

Target System Fusion Middleware Home set to /data/applmgr/AD1224O/fs2/FMW_Home

Target System Web Oracle Home set to /data/applmgr/AD1224O/fs2/FMW_Home/webtier

Target System Appl TOP set to /data/applmgr/AD1224O/fs2/EBSapps/appl

Target System COMMON TOP set to /data/applmgr/AD1224O/fs2/EBSapps/comn

Target System Instance Top set to /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12

Target System Port Pool [0-99] : 0

Checking the port pool 0
done: Port Pool 0 is free

done: Port Pool 0 is free
Report file located at /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/admin/out/portpool.lst
Complete port information available at /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/admin/out/portpool.lst

UTL_FILE_DIR on database tier consists of the following directories.

1. /usr/tmp
2. /tmp
3. /data/oracle/AD1224O/11.2.0.4/appsutil/outbound/AD1224O_sdm-ebusr12
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] :

Backing up /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml to /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml.bak

Creating the new APPL_TOP Context file from :
  /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/context/apps/adxmlctx.tmp

The new APPL_TOP context file has been created :
  /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml

Log file located at /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/CloneContext_1106041028.log
Check Clone Context logfile /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/CloneContext_1106041028.log for details.

Running Rapid Clone with command:
Running:
perl /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/adclone.pl java=/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../jre mode=apply stage=/data/applmgr/AD1224O/fs2/EBSapps/comn/clone component=appsTier method=CUSTOM appctxtg=/data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml showProgress contextValidated=true



FMW Pre-requisite check log file location : /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/FMW/logs/prereqcheck.log

Running: /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/FMW/t2pjdk/bin/java -classpath /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/engine.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereq.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereqChecks.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstaller.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstallerNet.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/srvm.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl2.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl-log4j.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/xmlparserv2.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/share.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java oracle.apps.ad.clone.util.FMWOracleHomePreReqCheck -prereqCheckFMW -e /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml -stage /data/applmgr/AD1224O/fs2/EBSapps/comn/clone -log /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/FMW/logs/prereqcheck.log

Beginning application tier Apply - Thu Nov  6 04:11:10 2014

/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/xmlparserv2.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojdbc6.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/java:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/oui/ewt3.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/oui/share.jar:/data/applmgr/AD1224O/fs2/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/data/applmgr/AD1224O/fs2/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/data/applmgr/AD1224O/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.ApplyAppsTier -e /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/appl/admin/AD1224O_sdm-ebusr12.xml -stage /data/applmgr/AD1224O/fs2/EBSapps/comn/clone    -showProgress -nopromptmsg
Log file located at /data/applmgr/AD1224O/fs2/inst/apps/AD1224O_sdm-ebusr12/admin/log/clone/ApplyAppsTier_11060411.log
  -    100% completed

Completed Apply...
Thu Nov  6 04:30:21 2014

Looking for incomplete CLONE record in ad_adop_session_patches table

The CLONE record status is no rows selected

Updating incomplete CLONE record to COMPLETED
[applmgr@sdm-ebusr12 bin]$