Monday, February 13, 2017

Single to Single Node Clone EBS R12.2


Environment Details
                      Production Test
Host name                ERPNODE3 ERPTEST1
Instance name        PROD TEST
Location of dbTier                 /u01/ora_prod /d01/ora_test
Location of appsTier        /u01/appl_prod /d01/appl_test
OS users/group        applebs, oraebs appltest, oratest
OS version                OEL 5.7, 64-bit OEL 5.7, 64-bit
DB version                12.1.0.2          12.1.0.2
Apps version                 12.2.4 12.2.4

=========================================================================

Prepare the Clone on the Source System
Let’s proceed with the steps on the source system . Before executing the clone preparation scripts on both
tiers, you should ensure the following services are up and running for a successful execution of the clone
preparation script:

• The database should be running in open mode.
• The database listener must be running.
• The WebLogic admin server should be up and running.
• There should be no active patching cycle (adop).

Execute the Clone Preparation Script on the Database Tier (dbTier)

Follow these steps:
1. Log in to the system as an Oracle database owned user.
2. Source the dbTier environment file.
3. Navigate to the clone preparation script.
4. Execute the clone preparation script.

[oraebs@erpnode3 PROD_erpnode3]$ perl adpreclone.pl dbTier
Copyright (c) 2011, 2014 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adpreclone Version 120.31.12020000.16
Enter the APPS User Password:

Running:
perl /u01/ora_prod/12.1.0.2/appsutil/bin/adclone.pl java=/u01/ora_prod/12.1.0.2/appsutil/
jre mode=stage stage=/u01/ora_prod/12.1.0.2/appsutil/clone component=dbTier method=CUSTOM
dbctx=/u01/ora_prod/12.1.0.2/appsutil/PROD_erpnode3.xml showProgress
Beginning database tier Stage - Tue Dec 29 23:38:05 2015
----------
APPS Password :
Log file located at /u01/ora_prod/12.1.0.2/appsutil/ log /PROD_erpnode3/StageDBTier_12292338.
log\ 50% completed
Completed Stage...
Tue Dec 29 23:38:48 2015
[oraebs@erpnode3 PROD_erpnode3]$
====================================================================

Execute the Clone Preparation Script on the Application Tier (appsTier)

The steps are similar for executing the clone preparation script on the application tier.

1. Log in to the system with the application tier owned user.
2. Source the run edition environment file.
3. Navigate to the clone preparation script.
4. Execute the clone preparation script.

[applebs@erpnode3 scripts]$ adpreclone.pl appsTier
Copyright (c) 2011, 2014 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adpreclone Version 120.31.12020000.16
Enter the APPS User Password:******
Enter the Weblogic AdminServer password :******
Checking the status of the Oracle WebLogic Administration Server....
Running perl /u01/appl_prod/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl
ebs-get-serverstatus -contextfile=/u01/appl_prod/fs1/inst/apps/PROD_erpnode3/appl/admin/
PROD_erpnode3.xml -servername=AdminServer -promptmsg=hide
The Oracle WebLogic Administration Server is up.
Running:
perl /u01/appl_prod/fs1/EBSapps/appl/ad/12.0.0/bin/adclone.pl java=/u01/appl_prod/
fs1/EBSapps/comn/util/jdk64 mode=stage stage=/u01/appl_prod/fs1/EBSapps/comn/clone
component=appsTier method= appctx=/u01/appl_prod/fs1/inst/apps/PROD
erpnode3/appl/admin/PROD_erpnode3.xml showProgress
Setting the wls environment
Beginning application tier Stage - Tue Dec 29 23:57:09 2015
Log file located at /u01/appl_prod/fs1/inst/apps/PROD_erpnode3/admin/log/clone/
StageAppsTier_12292357.log
/ 20% completed
Completed Stage...
Wed Dec 30 00:18:11 2015
[applebs@erpnode3 scripts]$

==============================================================================

The preparation of clone scripts on the source system completed successfully. Now you are ready to
copy the source database tier and application tier file system on the target machine.
You will use the cold backup of the application and database tiers. Once the clone preparation scripts
are completed, you should shut down the database and application tier services and copy the required file systems to the target machine.

================================================================================

Stop Application Tier Services

Follow these steps:
1. Log in as the OS application user.
2. Source the run edition file system environment variable.
3. Navigate to the application control script’s location.
4. Stop the application tier services.
[applebs@erpnode3 scripts]$ adstpall.sh apps/apps
You are running adstpall.sh version 120.22.12020000.7
Enter the WebLogic Server password:
The logfile for this session is located at /u01/appl_prod/fs1/inst/apps/PROD_erpnode3/logs/
appl/admin/log/adstpall.log

-------------------------------------------------
Stop Database Tier Services

Follow these steps:
1. Log in as the OS database user owner.
2. Source the database environment file.
3. Shut down the database listener.
4. Shut down the database.

--------------------------------------------------
[oraebs@erpnode3 PROD_erpnode3]$ lsnrctl stop PROD
LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 30-DEC-2015 00:24:42
Copyright (c) 1991, 2014, Oracle.All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=erpnode3.oralabs.com)(PORT=1529)))
The command completed successfully
[oraebs@erpnode3 PROD_erpnode3]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Wed Dec 30 00:24:48 2015
Copyright (c) 1982, 2014, Oracle.All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> shut immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>

After stopping the database and application services, you are ready to move the source application and database tier files on the target system. In most enterprise organizations, different backup technologies will be used for backup/restore operations. These backups are performed on tape drives and can be restored on target servers as required. The backup on tape media is cheaper compared to disk and easy to manage. If there is no centralized backup in the organization, then you will end up utilizing the operating system– and application-provided backup tools. In this section, you will use simple tar commands for backing up both the database and application file systems, and you can copy these backed-up files to the target server using sftp/ftp/scp or other OS-supported utilities. Later in the chapter you will see how to use rman database
backup for cloning applications online.

===================================================================

Configure the Clone on the Target System

The configuration utility for cloning on a target system is the adcfgclone.pl script, and it must be executed on all the database and application tiers based on the target system topology. In the
current scenario, the target system is a single node; hence, all application and database services will be configured on a single server.
For the database you should copy the RDBMS Oracle Home and all the database files (control files,
redolog files, data files), and for the application tier, you must copy only the run edition file system.
You have to create users/groups and change ownership of the target system directories.
The adfcgclone.pl -clone configuration script requests some inputs during its execution in order to
configure the target system. The script inputs will be different on the database tier and application tier.
Table below lists the prompts required while executing adcfgclone.pl on the database tier the prompts required while executing adcfgclone.plon on the application tier.

=========================================================================
Prompt                  Description
Target System Hostname (virtual or normal) Provide the host name of the target system.
Target Instance is RAC (y/n) [n]        By default the value is no; if the target system is                                                                                       RAC, then you should select yes.
Target System Database SID Provide the target system SID for the new clone environment.
Target System Base Directory Base location of Oracle RDBMS Home.
Target System utl_file_dir Directory List Location of configure utl_file_dir.
Number of DATA_TOPs on the Target System Based on the location of data files, this value should be
provided. If data files are stored on two different locations from
source system, then you should provide two.
Target System DATA_TOP Directory Location of the data file directories.
Target System RDBMS ORACLE_HOME Directory Location of the RDBMS Home.
Target System Display By default, this will select the source system display; you
should select the correct display variable for target system.
Do you want the target system to have By default this will be yes; usually we will choose some other
the same port values as the source system (y/n) ports for target system.

Target System Port Pool [0-99] The port number for database listener should be provided (and
the port should be free).

==============================================================================
APPS TIER

Do you want to add a node (yes/no) [no] This option can be used while adding nodes (scalingout).
Target System File Edition type [run] : By default this will show the run edition; you should provide the appropriate value based on
the file system type (run/patch).
Target System Hostname (virtual or normal) Host name of the target system.
Target System Database SID Target system database SID.
Target System Database Server Node Target system database server host name.
Target System Database Domain Name Target system database domain name (usually the same: DB and Apps).
Target System Base Directory Location of target system’s application base directory.

Target System Instance Home Directory Location of target system’s application INST_TOP directory.
Do you want to preserve the Display Display variable. Target System Display By default this will select the source system
display; you should select the correct display variable for target system.
Target System Root Service [enabled] By default this will be enabled, but you should choose the group of services that you want to
enable on the target node.
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] By default this will be yes; usually you will choose
some other ports for target system.
Target System Port Pool [0-99] You should provide the free port that you want to configure for the application.
Choose a value which will be set as APPLPTMP value
on the target node [1] This will list all the configured directories in the database,
but you should select the appropriate directory based on the
target system coniguration.
Enter the full path of Run File System Context file Once you set the file system type to patch, this will prompt you for the configured context file from the run edition.

Create a Group and Users on the Target System

[root@erptest1 ~]# groupadd dbatest
[root@erptest1 ~]# useradd -g dbatest oratest
[root@erptest1 ~]# useradd -g dbatest appltest
[root@erptest1 ~]# passwd oratest
Changing password for user oratest.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@erptest1 ~]# passwd appltest
Changing password for user appltest.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@erptest1 ~]#

Change Ownership of the Target System Directories

Change the ownership of the target system directories to the users and group respective to the database and application tier users.
[root@erptest1 d01]# ls -ld *_test
drwxrwxr-x5 applebs dbaerp 4096 Dec 30 00:07 appl_test
drwxrwxr-x 11 oraebsdbaerp 4096 Feb 102015 ora_test
[root@erptest1 d01]# chown -R oratest:dbatest /d01/ora_test
[root@erptest1 d01]# chown -R appltest:dbatest /d01/appl_test
[root@erptest1 d01]# ls -ld *_test
drwxrwxr-x5 appltest dbatest 4096 Dec 30 00:07 appl_test
drwxrwxr-x 11 oratestdbatest 4096 Feb 102015 ora_test
[root@erptest1 d01]#
Configure the inventory on the target system. 

The Rapid Clone process requires the central inventory, so you should create the central inventory file before executing the clone configuration scripts.

[root@erptest1 ~]# mkdir -p /d01/oracle/oraInventory
[root@erptest1 ~]# chmod -R 777 /d01/oracle/oraInventory
[root@erptest1 ~]#
[root@erptest1 data]# cat /etc/oraInst.loc
inventory_loc=/d01/oracle/oraInventory

Execute the Clone Configuration Script on the Database Tier on the Target System Here is the script:
[oratest@erptest1 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.37
Enter the APPS password :
Running:
Log file located at /d01/ora_test/12.1.0.2/appsutil/clone/bin/CloneContext_1230195552.log
Provide the values required for creation of the new Database Context file.
[root@erptest1 data]#
Target System Hostname (virtual or normal) [erptest1] :
Target Instance is RAC (y/n) [n] :
Target System Database SID : TEST
Target System Base Directory : /d01/ora_test
Target System utl_file_dir Directory List : /usr/tmp
Number of DATA_TOP's on the Target System [1] :
Target System DATA_TOP Directory 1 [/d01/ora_test/data] :
Target System RDBMS ORACLE_HOME Directory [/d01/ora_test/12.1.0] : /d01/ora_test/12.1.0.2
Do you want to preserve the Display [:0.0] (y/n): n
Target System Display [erptest1: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] : 6
Checking the port pool 6
done: Port Pool 6 is free
Report file located at /d01/ora_test/12.1.0.2/appsutil/temp/portpool.lst
Complete port information available at /d01/ora_test/12.1.0.2/appsutil/temp/portpool.lst
Creating the new Database Context file from :
/d01/ora_test/12.1.0.2/appsutil/clone/context/db/adxdbctx.tmp
The new database context file has been created :
/d01/ora_test/12.1.0.2/appsutil/TEST_erptest1.xml
Log file located at /d01/ora_test/12.1.0.2/appsutil/clone/bin/CloneContext_1230195552.log
Check Clone Context logfile /d01/ora_test/12.1.0.2/appsutil/clone/bin/
CloneContext_1230195552.log for details.
Running Rapid Clone with command:
Running:
perl /d01/ora_test/12.1.0.2/appsutil/clone/bin/adclone.pl java=/d01/ora_test/12.1.0.2/
appsutil/clone/bin/../jre mode=apply stage=/d01/ora_test/12.1.0.2/appsutil/clone
component=dbTier method=CUSTOM dbctxtg=/d01/ora_test/12.1.0.2/appsutil/TEST_erptest1.xml
showProgress contextValidated=true
Beginning database tier Apply - Wed Dec 30 19:57:23 2015
.........................................
........................................
|0% completed Determining Source system database type ("single" or "rac").
Source system indentified as being of type "single"!
- 15% completed
Completed Apply...
Wed Dec 30 20:14:32 2015
Starting database listener for TEST:
Running:
/d01/ora_test/12.1.0.2/appsutil/scripts/TEST_erptest1/addlnctl.sh start TEST
Logfile: /d01/ora_test/12.1.0.2/appsutil/log/TEST_erptest1/addlnctl.txt
You are running addlnctl.sh version 120.4
Starting listener process TEST ...
Listener TEST has already been started.
addlnctl.sh: exiting with status 0
addlnctl.sh: check the logfile /d01/ora_test/12.1.0.2/appsutil/log/TEST_erptest1/addlnctl.
txt for more information ...
Do you want to change the password for all EBS Schemas? (y/n) [n]) :
Do you want to change the apps password? (y/n) [n]) :
Do you want to change the sys and system passwords? (y/n) [n]) :
[oratest@erptest1 bin]$

========================================================================
The password for users and EBS schemas such as APPS, SYS, and SYSTEM can be changed while configuring the database tier on the target system. This is a new feature introduced in 12.2 Rapid Clone. But in this demonstration, none of the passwords has been changed during clone configuration; you will see this option in the next scenario (a single-node to multinode clone).
So, the configuration of the datAbase tier completed successfully. You should connect to the database and verify all the components were configured properly. Also, you should verify the database listener is configured properly and you are able to make a connection using the service name.

Execute the Clone Configuration Script on the Application Tier on the Target System

This is for the run edition:
[appltest@erptest1 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.37
Enter the APPS password :
Running:
/d01/appl_test/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /d01/appl_
test/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/d01/appl_test/fs1/EBSapps/comn/
clone/jlib/ojmisc.jar:/d01/appl_test/fs1/EBSapps/comn/clone/jlib/java:/d01/appl_test/fs1/
EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper -encryptpwd /d01/
appl_test/fs1/EBSapps/comn/clone/bin/../FMW/tempinfoApps.txt
Enter the Weblogic AdminServer password :
Do you want to add a node (yes/no) [no] :
Running:
Log file located at /d01/appl_test/fs1/EBSapps/comn/clone/bin/CloneContext_1230202552.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) [erptest1] :
Target System Database SID : TEST
Target System Database Server Node [erptest1] :
Target System Database Domain Name [oralabs.com] :
Target System Base Directory : /d01/appl_test/
Target System Base Directory set to /d01/appl_test
Target System Current File System Base set to /d01/appl_test/fs1
Target System Other File System Base set to /d01/appl_test/fs2
Target System Fusion Middleware Home set to /d01/appl_test/fs1/FMW_Home
Target System Web Oracle Home set to /d01/appl_test/fs1/FMW_Home/webtier
Target System Appl TOP set to /d01/appl_test/fs1/EBSapps/appl
Target System COMMON TOP set to /d01/appl_test/fs1/EBSapps/comn
Target System Instance Home Directory [/d01/appl_test] :
Target System Instance Top set to /d01/appl_test/fs1/inst/apps/TEST_erptest1
Do you want to preserve the Display [erpnode3:0.0] (y/n): n
Target System Display [erptest1: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] : 6
Checking the port pool 6
done: Port Pool 6 is free
Report file located at /d01/appl_test/fs1/inst/apps/TEST_erptest1/admin/out/portpool.lst
Complete port information available at /d01/appl_test/fs1/inst/apps/TEST_erptest1/admin/out/
portpool.lst
UTL_FILE_DIR on database tier consists of the following directories.
1. /usr/tmp
2. /usr/tmp
3. /d01/ora_test/12.1.0.2/appsutil/outbound/TEST_erptest1
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : 3
Creating the new APPL_TOP Context file from :
/d01/appl_test/fs1/EBSapps/comn/clone/context/apps/adxmlctx.tmp
The new APPL_TOP context file has been created :
/d01/appl_test/fs1/inst/apps/TEST_erptest1/appl/admin/TEST_erptest1.xml
Beginning application tier Apply - Wed Dec 30 20:27:28 2015
/d01/appl_test/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true
-Doracle.installer.oui_loc=/oui -classpath /d01/appl_test/fs1/EBSapps/comn/clone/jlib/
xmlparserv2.jar:/d01/appl_test/fs1/EBSapps/comn/clone/jlib/ojdbc6.jar:Log file located at /
d01/appl_test/fs1/inst/apps/TEST_erptest1/admin/log/clone/ApplyAppsTier_12302027.log
|100% completed
Completed Apply...
Wed Dec 30 21:00:12 2015
Executing command: /d01/appl_test/fs1/EBSapps/10.1.2/bin/sqlplus @/d01/appl_test/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 TEST? (y/n) [n] :
Services not started
[appltest@erptest1 bin]$

=============================================================================

As discussed earlier, you have to execute adcfgclone.pl twice on the application tier—first on the run file system and then on the patch file system. The patch file system should be configured only after the successful completion of the run file system. Now that you have seen the adcfgclone.pl script complete successfully on the run file system, you can proceed with the configuration of the patch file system. As mentioned, we copied only the run edition file system from the source system and executed the clone configuration script on the run edition. After successful completion of the clone on the run edition, then you should copy the run file system to the patch file system.


[appltest@erptest1 appl_test]$ cp -pr fs1 fs2 &
[1] 5207
[appltest@erptest1 appl_test]$ jobs
[1]+Donecp -pr fs1 fs2
[appltest@erptest1 appl_test]$
This is for the patch edition:
[appltest@erptest1 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.37
Enter the APPS password :
Running:
/d01/appl_test/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /d01/appl_
test/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/d01/appl_test/fs2/EBSapps/comn/
clone/jlib/ojmisc.jar:/d01/appl_test/fs2/EBSapps/comn/clone/jlib/java:/d01/appl_test/fs2/
EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper -encryptpwd /d01/
appl_test/fs2/EBSapps/comn/clone/bin/../FMW/tempinfoApps.txt
Enter the Weblogic AdminServer password :
Running:
Do you want to add a node (yes/no) [no] :
Running:
Log file located at /d01/appl_test/fs2/EBSapps/comn/clone/bin/CloneContext_1230233845.log
Target System File Edition type [run] : patch
Enter the full path of Run File System Context file : /d01/appl_test/fs1/inst/apps/TEST_
erptest1/appl/admin/TEST_erptest1.xml
Provide the values required for creation of the new APPL_TOP Context file.
Target System Fusion Middleware Home set to /d01/appl_test/fs2/FMW_Home
Target System Web Oracle Home set to /d01/appl_test/fs2/FMW_Home/webtier
Target System Appl TOP set to /d01/appl_test/fs2/EBSapps/appl
Target System COMMON TOP set to /d01/appl_test/fs2/EBSapps/comn
RC-00217: Warning: Configuration home directory (s_config_home) evaluates to /d01/appl_test/
fs2/inst/apps/TEST_erptest1. 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 /d01/appl_test/fs2/inst/apps/TEST_erptest1
Target System Port Pool [0-99] : 7
Checking the port pool 7
done: Port Pool 7 is free
Report file located at /d01/appl_test/fs2/inst/apps/TEST_erptest1/temp/portpool.lst
Complete port information available at /d01/appl_test/fs2/inst/apps/TEST_erptest1/temp/
portpool.lst
UTL_FILE_DIR on database tier consists of the following directories.
1. /usr/tmp
2. /usr/tmp
3. /d01/ora_test/12.1.0.2/appsutil/outbound/TEST_erptest1
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : 3
Backing up /d01/appl_test/fs2/inst/apps/TEST_erptest1/appl/admin/TEST_erptest1.xml to /d01/
appl_test/fs2/inst/apps/TEST_erptest1/appl/admin/TEST_erptest1.xml.bak
Creating the new APPL_TOP Context file from :
/d01/appl_test/fs2/EBSapps/comn/clone/context/apps/adxmlctx.tmp
The new APPL_TOP context file has been created :
/d01/appl_test/fs2/inst/apps/TEST_erptest1/appl/admin/TEST_erptest1.xml
Log file located at /d01/appl_test/fs2/EBSapps/comn/clone/bin/CloneContext_1230233845.log
Check Clone Context logfile /d01/appl_test/fs2/EBSapps/comn/clone/bin/
CloneContext_1230233845.log for details.
Running Rapid Clone with command:
Running:
perl /d01/appl_test/fs2/EBSapps/comn/clone/bin/adclone.pl java=/d01/appl_test/fs2/
EBSapps/comn/clone/bin/../jre mode=apply stage=/d01/appl_test/fs2/EBSapps/comn/clone
component=appsTier method=CUSTOM appctxtg=/d01/appl_test/fs2/inst/apps/TEST_erptest1/appl/
admin/TEST_erptest1.xml showProgress contextValidated=true
FMW Pre-requisite check log file location : /d01/appl_test/fs2/EBSapps/comn/clone/FMW/logs/
prereqcheck.log
/d01/appl_test/fs2/EBSapps/comn/clone -log /d01/appl_test/fs2/EBSapps/comn/clone/FMW/logs/
prereqcheck.log
Beginning application tier Apply - Wed Dec 30 23:40:36 2015
/d01/appl_test/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true
-Doracle.installer.oui_loc=/oui -classpath Log file located at /d01/appl_test/fs2/inst/apps/
TEST_erptest1/admin/log/clone/ApplyAppsTier_12302340.log
-100% completed l
Completed Apply...
Thu Dec 31 00:11:07 2015
Looking for incomplete CLONE record in ad_adop_session_patches table
The CLONE record status is no rows selected
[appltest@erptest1 bin]$ l

No comments:

Post a Comment