Cloning EBS R12.2.5 Environment

Pre-Req Tasks:
1.      Make sure all rpms all installed as we installed during our EBS installation process.
2.      Make sure we had the oracle and applmgr user created on target system.

Note: I am taking a cold backup from source in this post as I am focusing on the cloning procedure and creating a new target machine with EBS cloned environment.


Preparation of the Source DB Tier:
1.      Make sure to have latest appsutil on database side.
2.       Login to Database node as oracle.
3.      Download patch 17537119 from My Oracle Support, unzip it under /u01/database/SEBS122/12.1.0/appsutil/etcc and run /u01/database/SEBS122/12.1.0/appsutil/etcc/checkDBpatch.sh to avoid ADOP related issues.
4.      Go to Oracle Home>appsutil/scripts/$CONTEXT_NAME/
Run perl adpreclone.pl dbTier
[oracle@sebs SEBS122_sebs]$ 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.22

Enter the APPS User Password:
Verifying if Database Patch checker (ETCC) exists in /u01/database/SEBS122/12.1.0/appsutil/etcc


Running:
perl /u01/database/SEBS122/12.1.0/appsutil/bin/adclone.pl java=/u01/database/SEBS122/12.1.0/jdk mode=stage stage=/u01/database/SEBS122/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctx=/u01/database/SEBS122/12.1.0/appsutil/SEBS122_sebs.xml showProgress


Beginning database tier Stage - Tue Mar 27 08:00:23 2018

/u01/database/SEBS122/12.1.0/jdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/u01/database/SEBS122/12.1.0/oui -classpath /u01/database/SEBS122/12.1.0/lib/xmlparserv2.jar:/u01/database/SEBS122/12.1.0/jdbc/lib/ojdbc6.jar:/u01/database/SEBS122/12.1.0/appsutil/java:/u01/database/SEBS122/12.1.0/oui/jlib/OraInstaller.jar:/u01/database/SEBS122/12.1.0/oui/jlib/ewt3.jar:/u01/database/SEBS122/12.1.0/oui/jlib/share.jar:/u01/database/SEBS122/12.1.0/oui/jlib/srvm.jar:/u01/database/SEBS122/12.1.0/jlib/ojmisc.jar   oracle.apps.ad.clone.StageDBTier -e /u01/database/SEBS122/12.1.0/appsutil/SEBS122_sebs.xml -stage /u01/database/SEBS122/12.1.0/appsutil/clone -tmp /tmp -method CUSTOM    -showProgress
APPS Password :
Log file located at /u01/database/SEBS122/12.1.0/appsutil/log/SEBS122_sebs/StageDBTier_03270800.log

  \     50% completed       

Completed Stage...
Tue Mar 27 08:01:43 2018

5.      Go to Application server and login as applmgr
6.      cd $ADMIN_SCRIPTS_HOME
perl adpreclone.pl appsTier

[applmgr@sebs scripts]$ perl 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.22

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

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

 Running perl /u01/application/SEBS122/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl ebs-get-serverstatus -contextfile=/u01/application/SEBS122/fs2/inst/apps/SEBS122_sebs/appl/admin/SEBS122_sebs.xml -servername=AdminServer -promptmsg=hide 

The Oracle WebLogic Administration Server is up.

Running:
perl /u01/application/SEBS122/fs2/EBSapps/appl/ad/12.0.0/bin/adclone.pl java=/u01/application/SEBS122/fs2/EBSapps/comn/util/jdk64 mode=stage stage=/u01/application/SEBS122/fs2/EBSapps/comn/clone component=appsTier method= appctx=/u01/application/SEBS122/fs2/inst/apps/SEBS122_sebs/appl/admin/SEBS122_sebs.xml showProgress



 Setting the wls environment

Beginning application tier Stage - Tue Mar 27 08:30:45 2018

/u01/application/SEBS122/fs2/EBSapps/comn/util/jdk64/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/oui -classpath /u01/application/SEBS122/fs2/FMW_Home/webtier/lib/xmlparserv2.jar:/u01/application/SEBS122/fs2/FMW_Home/webtier/jdbc/lib/ojdbc6.jar:/u01/application/SEBS122/fs2/EBSapps/comn/java/classes:/u01/application/SEBS122/fs2/FMW_Home/webtier/oui/jlib/OraInstaller.jar:/u01/application/SEBS122/fs2/FMW_Home/webtier/oui/jlib/ewt3.jar:/u01/application/SEBS122/fs2/FMW_Home/webtier/oui/jlib/share.jar:/u01/application/SEBS122/fs2/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/u01/application/SEBS122/fs2/FMW_Home/webtier/jlib/ojmisc.jar:/u01/application/SEBS122/fs2/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/u01/application/SEBS122/fs2/FMW_Home/oracle_common/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.StageAppsTier -e /u01/application/SEBS122/fs2/inst/apps/SEBS122_sebs/appl/admin/SEBS122_sebs.xml -stage /u01/application/SEBS122/fs2/EBSapps/comn/clone -tmp /tmp -method CUSTOM   -showProgress -nopromptmsg

Log file located at /u01/application/SEBS122/fs2/inst/apps/SEBS122_sebs/admin/log/clone/StageAppsTier_03270830.log

  /     20% completed      

Completed Stage...
Tue Mar 27 08:56:25 2018

7.      Stop the application services and database services on your source system.
8.      Take a backup of database files and Oracle Home from database node.
9.      Take a backup EBSapps directory of your RUN file system on fs1/fs2.
10.   Go to database node and then go to Oracle Base directory.
11.  tar -zcvf data.tar.gz data
12.  tar -zxvf 12.1.0.tar.gz 12.1.0
13.  Go to appplication node
14.  cd $RUN_BASE/..
tar -zxvf EBSapps.tar.gz EBSapps
15.  Login to target machine
Make sure below users exists

[root@clone122 u01]# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),492(vboxsf),54322(dba)

[root@clone122 u01]# id applmgr
uid=54322(applmgr) gid=54321(oinstall) groups=54321(oinstall),492(vboxsf),54322(dba)

16.  Make sure you have below directories.
[root@clone122 u01]# chown -R oracle:dba oracle database
[root@clone122 u01]# chown -R applmgr:dba application
[root@clone122 u01]# ls -ltr
total 28
drwx------. 2 root    root 16384 Feb 19 22:20 lost+found
drwxr-xr-x. 3 oracle  dba   4096 Feb 21 21:51 oracle
drwxrwxrwx. 2 oracle  dba   4096 Mar 25 22:39 database
drwxrwxrwx. 2 applmgr dba   4096 Mar 25 22:46 application
[root@clone122 u01]# chmod -R 777 oracle database/ application/
[root@clone122 u01]# ls -ltr
total 28
drwx------. 2 root    root 16384 Feb 19 22:20 lost+found
drwxrwxrwx. 3 oracle  dba   4096 Feb 21 21:51 oracle
drwxrwxrwx. 2 oracle  dba   4096 Mar 25 22:39 database
drwxrwxrwx. 2 applmgr dba   4096 Mar 25 22:46 application


17.  [oracle@clone122 TESTCLN]$ pwd
/u01/database/TESTCLN

18.  Copy the database home and data tar file to this directory.
19.   Create folder on application end as well.
[applmgr@clone122 application]$ pwd
/u01/application
[applmgr@clone122 application]$ ls -ltr
total 4
drwxrwxrwx. 2 applmgr oinstall 4096 Mar 28 22:00 TESTCLN
20.  Create application file system.
[applmgr@clone122 application]$ pwd
/u01/application
[applmgr@clone122 application]$ ls -ltr
total 4
drwxrwxrwx. 2 applmgr oinstall 4096 Mar 28 22:00 TESTCLN
[applmgr@clone122 application]$ cd TESTCLN
[applmgr@clone122 TESTCLN]$ ls -ltr
total 0
[applmgr@clone122 TESTCLN]$ ls
[applmgr@clone122 TESTCLN]$ mkdir fs1 fs2
[applmgr@clone122 TESTCLN]$ mkdir fs_ne
[applmgr@clone122 TESTCLN]$ ls -ltr
total 12
drwxr-xr-x. 2 applmgr oinstall 4096 Mar 28 22:02 fs2
drwxr-xr-x. 2 applmgr oinstall 4096 Mar 28 22:02 fs1
drwxr-xr-x. 2 applmgr oinstall 4096 Mar 28 22:02 fs_ne

21.  Copy EBSapps.tar.gz to fs2 on target system.
22.  Untar the 3 files files.
tar -zxvf
23.  Once Untar is done , please remove tar files to release space.
24.  On Database Node
export ORACLE_HOME=/u01/database/TESTCLN/12.1.0
export PATH=$ORACLE_HOME/perl/bin:$ORACLE_HOME/bin:$PATH
export ORACLE_SID=TEST122

cd /u01/database/TESTCLN/12.1.0/appsutil
mkdir -p jre/bin
cd jre/bin
ln -s /usr/bin/java java
25.  Goto Oracle home and move to clone directory.
Cd /u01/database/TESTCLN/12.1.0/appsutil/clone/bin
26.  Configure Database Node.
[oracle@clone122 bin]$ perl adcfgclone.pl dbTier

                     Copyright (c) 2002, 2015 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.60

Enter the APPS password :

Running: Context clone...

Log file located at /u01/database/TESTCLN/12.1.0/appsutil/clone/bin/CloneContext_0329222240.log

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

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

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

Target System Database SID : TEST122

Target System Base Directory : /u01/database/TESTCLN

Role separation is supported y/n [n] ? : n

Target System utl_file_dir Directory List : /tmp

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

Target System DATA_TOP Directory 1 [/u01/database/TESTCLN/data] :

Target System RDBMS ORACLE_HOME Directory [/u01/database/TESTCLN/12.1.0] :

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

Target System Display [clone122: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] : 40

Checking the port pool 40
done: Port Pool 40 is free
Report file located at /u01/database/TESTCLN/12.1.0/appsutil/temp/portpool.lst
The new database context file has been created :
  /u01/database/TESTCLN/12.1.0/appsutil/TEST122_clone122.xml
Check Clone Context logfile /u01/database/TESTCLN/12.1.0/appsutil/clone/bin/CloneContext_0329222240.log for details.

Running Rapid Clone with command:

Running:
perl /u01/database/TESTCLN/12.1.0/appsutil/clone/bin/adclone.pl java=/u01/database/TESTCLN/12.1.0/appsutil/clone/bin/../jre mode=apply stage=/u01/database/TESTCLN/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/u01/database/TESTCLN/12.1.0/appsutil/TEST122_clone122.xml showProgress contextValidated=true


Beginning database tier Apply - Thu Mar 29 22:23:29 2018

/u01/database/TESTCLN/12.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/u01/database/TESTCLN/12.1.0/oui -classpath /u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/xmlparserv2.jar:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/ojdbc6.jar:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/java:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/oui/OraInstaller.jar:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/oui/ewt3.jar:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/oui/share.jar:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/oui/srvm.jar:/u01/database/TESTCLN/12.1.0/appsutil/clone/jlib/ojmisc.jar   oracle.apps.ad.clone.ApplyDBTier -e /u01/database/TESTCLN/12.1.0/appsutil/TEST122_clone122.xml -stage /u01/database/TESTCLN/12.1.0/appsutil/clone   -showProgress
APPS Password : Log file located at /u01/database/TESTCLN/12.1.0/appsutil/log/TEST122_clone122/ApplyDBTier_03292223.log
  /     15% completed      

Completed Apply...
Thu Mar 29 22:39:07 2018

Starting database listener for TEST122:
Running:
/u01/database/TESTCLN/12.1.0/appsutil/scripts/TEST122_clone122/addlnctl.sh start TEST122
Logfile: /u01/database/TESTCLN/12.1.0/appsutil/log/TEST122_clone122/addlnctl.txt

You are running addlnctl.sh version 120.4


Starting listener process TEST122 ...


Listener TEST122 has already been started.


addlnctl.sh: exiting with status 0

addlnctl.sh: check the logfile /u01/database/TESTCLN/12.1.0/appsutil/log/TEST122_clone122/addlnctl.txt for more information ... 


Do you want to change the password for all EBS Schemas? (y/n) [n]) : n

Do you want to change the password for sysadmin user? (y/n) [n]) : n

Do you want to change the apps password? (y/n) [n]) : n

Do you want to change the sys and system passwords? (y/n) [n]) : n

Running ETCC to check status of DB technology patches...


 +===============================================================+
 |    Copyright (c) 2005, 2017 Oracle and/or its affiliates.     |
 |                     All rights reserved.                      |
 |             Oracle E-Business Suite Release 12.2              |
 |          Database EBS Technology Codelevel Checker            |
 +===============================================================+

Using context file from command line argument:
/u01/database/TESTCLN/12.1.0/appsutil/TEST122_clone122.xml

Starting Database EBS Technology Codelevel Checker, Version 120.57
Thu Mar 29 22:39:59 EDT 2018
Log file for this session : /u01/database/TESTCLN/12.1.0/appsutil/etcc/checkDBpatch_19693.log

Bugfix XML file /u01/database/TESTCLN/12.1.0/appsutil/etcc/txk_R1220_DB_base_bugs.xml version: 120.0.12020000.41
This file will be used for identifying missing bugfixes.

Mapping XML file /u01/database/TESTCLN/12.1.0/appsutil/etcc/txk_R1220_DB_mappings.xml version: 120.0.12020000.15
This file will be used for mapping bugfixes to patches.


[WARNING] DB-ETCC: Bugfix XML file (/u01/database/TESTCLN/12.1.0/appsutil/etcc/txk_R1220_DB_base_bugs.xml) in current directory is more than 30 days old.
 Check if a newer version is available in patch 17537119.

Identifying database release.
Database release set to 12.1.0.2.

Connecting to database.
Database connection successful.

Database TEST122 is in READ WRITE mode.

Identifying APPS and APPLSYS schema names.
 - APPS schema : APPS
 - APPLSYS schema : APPLSYS

Checking for DB-ETCC results table.
Table to store DB-ETCC results already exists in the database.

Checking if InMemory option is enabled.
InMemory option is not enabled in the database.

Checking Bugfix XML file for 12.1.0.2

Obtained list of bugfixes to be applied and the list to be rolled back.
Now checking Database ORACLE_HOME.

The opatch utility is version 12.1.0.1.10.
DB-ETCC is compatible with this opatch version.

Found patch records in the inventory.

Checking Mapping XML file for 12.1.0.2

All the required one-off bugfixes are present in Database ORACLE_HOME.

Stored Technology Codelevel Checker results in the database TEST122 successfully.

Finished checking fixes for Oracle Database: Thu Mar 29 22:40:44 EDT 2018

Log file for this session: /u01/database/TESTCLN/12.1.0/appsutil/etcc/checkDBpatch_19693.log

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

27.   Create a Environment file on Database node
[oracle@clone122 ~]$ ln -s /u01/database/TESTCLN/12.1.0/TEST122_clone122.env
[oracle@clone122 ~]$ ls -ltr
total 0
lrwxrwxrwx. 1 oracle oinstall 49 Mar 29 22:42 TEST122_clone122.env -> /u01/database/TESTCLN/12.1.0/TEST122_clone122.env
[oracle@clone122 ~]$ . TEST122_clone122.env
[oracle@clone122 ~]$ sqlplus '/as sysdba'

SQL*Plus: Release 12.1.0.2.0 Production on Thu Mar 29 22:43:09 2018

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> select name from v$database;

NAME
---------
TEST122

28.  Login to application node (applmgr)
29.  Goto Directory where we untar the EBSapps . i.e fs2 in our case.
30.  Goto clone/bin directory.
[applmgr@clone122 bin]$ pwd
/u01/application/TESTCLN/fs2/EBSapps/comn/clone/bin
[applmgr@clone122 bin]$ ls -ltr
total 292
-rwxr-xr-x. 1 applmgr oinstall  96789 Mar 26 23:01 adclone.pl
-rwxr-xr-x. 1 applmgr oinstall  48268 Mar 26 23:01 adclonectx.pl
-rwxr-xr-x. 1 applmgr oinstall   5101 Mar 26 23:01 adchkutl.sh
-rwxr-xr-x. 1 applmgr oinstall 127116 Mar 26 23:01 adcfgclone.pl
-rwxr-xr-x. 1 applmgr oinstall  10887 Mar 26 23:01 adaddnode.pl

31.  Run adcfgclone.pl appsTier dualfs

[applmgr@clone122 bin]$ perl adcfgclone.pl appsTier dualfs

                     Copyright (c) 2002, 2015 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.60

Enter the APPS password :

Enter the Weblogic AdminServer password :

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


Running: Context clone...

Log file located at /u01/application/TESTCLN/fs2/EBSapps/comn/clone/bin/CloneContext_0329225840.log

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

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

Target System Database SID : TEST122

Target System Database Server Node [clone122] :

Target System Database Domain Name [training] :

Target System Base Directory : /u01/application/TESTCLN

Target System Base Directory set to /u01/application/TESTCLN

Target System Current File System Base set to /u01/application/TESTCLN/fs2

Target System Other File System Base set to /u01/application/TESTCLN/fs1

Target System Fusion Middleware Home set to /u01/application/TESTCLN/fs2/FMW_Home
Target System Other File System Fusion Middleware Home set to /u01/application/TESTCLN/fs1/FMW_Home

Target System Web Oracle Home set to /u01/application/TESTCLN/fs2/FMW_Home/webtier
Target System Other File System Web Oracle Home set to /u01/application/TESTCLN/fs1/FMW_Home/webtier

Target System Appl TOP set to /u01/application/TESTCLN/fs2/EBSapps/appl
Target System Other File System Appl TOP set to /u01/application/TESTCLN/fs1/EBSapps/appl

Target System COMMON TOP set to /u01/application/TESTCLN/fs2/EBSapps/comn
Target System Other File System COMMON TOP set to /u01/application/TESTCLN/fs1/EBSapps/comn

Target System Instance Home Directory [/u01/application/TESTCLN] :

Target System Current File System Instance Top set to /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122

Do you want to preserve the Display [sebs:0.0] (y/n)  : n

Target System Display [clone122:0.0] :

Target System Root Service [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] : 40

Checking the port pool 40
done: Port Pool 40 is free
Report file located at /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/out/portpool.lst

UTL_FILE_DIR on database tier consists of the following directories.

1. /usr/tmp
2. /tmp
3. /u01/database/TESTCLN/12.1.0/appsutil/outbound/TEST122_clone122
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : 3
The new APPL_TOP context file has been created :
  /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/appl/admin/TEST122_clone122.xml
Check Clone Context logfile /u01/application/TESTCLN/fs2/EBSapps/comn/clone/bin/CloneContext_0329225840.log for details.

Creating Patch file system context file.....

Log file located at /u01/application/TESTCLN/fs2/EBSapps/comn/clone/bin/CloneContextPatch_0329230352.log

Target System Other File System Instance Top set to /u01/application/TESTCLN/fs1/inst/apps/TEST122_clone122

Target System Port Pool [0-99] : 50

Checking the port pool 50
done: Port Pool 50 is free
Report file located at /u01/application/TESTCLN/fs1/inst/apps/TEST122_clone122/admin/out/portpool.lst
The new APPL_TOP context file has been created :
  /u01/application/TESTCLN/fs1/inst/apps/TEST122_clone122/appl/admin/TEST122_clone122.xml
Check Clone Context logfile /u01/application/TESTCLN/fs2/EBSapps/comn/clone/bin/CloneContextPatch_0329230352.log for details.

FMW Pre-requisite check log file location : /u01/application/TESTCLN/fs2/EBSapps/comn/clone/FMW/logs/prereqcheck.log
Running: FMW pre-req check...

Configuring: Run file system....
LogFile located at /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/log/clone/run/RCloneApplyAppstier_03292305.log

Configuring: Patch file system....
LogFile located at /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/log/clone/patch/RCloneApplyAppstier_03300007.log


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

Starting application Services for TEST122:

You are running adstrtal.sh version 120.24.12020000.11


The logfile for this session is located at /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adstrtal.log

Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/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 /u01/application/TESTCLN/fs2/EBSapps/comn/java/classes
Fulfillment patch level validated.
Starting Fulfillment Server for TEST122 on port 9340 ...

jtffmctl.sh: exiting with status 0


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/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 /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adopmnctl.txt for more information ... 


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/scripts/adapcctl.sh start
Timeout specified in context file: 100 second(s)

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

You are running adapcctl.sh version 120.0.12020000.6

Starting OPMN managed Oracle HTTP Server (OHS) instance ...

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adapcctl.txt for more information ... 


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/scripts/adnodemgrctl.sh start -nopromptmsg
Timeout specified in context file: -1 second(s)

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

You are running adnodemgrctl.sh version 120.11.12020000.12


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


Starting the Node Manager...
Refer /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adnodemgrctl.txt for details

NodeManager log is located at /u01/application/TESTCLN/fs2/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1

adnodemgrctl.sh: exiting with status 0

adnodemgrctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adnodemgrctl.txt for more information ... 


.end std out.
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/rgf/TXK/txkChkEBSDependecies_Fri_Mar_30_03_18_54_2018/txkChkEBSDependecies_Fri_Mar_30_03_18_54_2018.log

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/scripts/adalnctl.sh start
Timeout specified in context file: 100 second(s)

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

adalnctl.sh version 120.3.12020000.4

Checking for FNDFS executable.
Starting listener process APPS_TEST122.

adalnctl.sh: exiting with status 0


adalnctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adalnctl.txt for more information ... 


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/scripts/adcmctl.sh start
Timeout specified in context file: 1000 second(s)

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

You are running adcmctl.sh version 120.19.12020000.7

Starting concurrent manager for TEST122 ...
Starting TEST122_0330@TEST122 Internal Concurrent Manager
Default printer is noprint

adcmctl.sh: exiting with status 0


adcmctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adcmctl.txt for more information ... 


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/admin/scripts/adadminsrvctl.sh start -nopromptmsg
Timeout specified in context file: -1 second(s)

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

You are running adadminsrvctl.sh version 120.10.12020000.10

Starting WLS Admin Server...
Refer /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /u01/application/TESTCLN/fs2/FMW_Home/user_projects/domains/EBS_domain_TEST122/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adadminsrvctl.txt for more information ... 


.end std out.

.end err out.

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





Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/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.11

Starting forms_server1...

Server specific logs are located at /u01/application/TESTCLN/fs2/FMW_Home/user_projects/domains/EBS_domain_TEST122/servers/forms_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adformsctl.txt for more information ... 


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/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.11

Starting oafm_server1...

Server specific logs are located at /u01/application/TESTCLN/fs2/FMW_Home/user_projects/domains/EBS_domain_TEST122/servers/oafm_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adoafmctl.txt for more information ... 


.end std out.

.end err out.

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



Executing service control script:
/u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/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.11

Starting oacore_server1...

Server specific logs are located at /u01/application/TESTCLN/fs2/FMW_Home/user_projects/domains/EBS_domain_TEST122/servers/oacore_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/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 /u01/application/TESTCLN/fs2/inst/apps/TEST122_clone122/logs/appl/admin/log/adstrtal.log for more information ... 

32.  Open the login link and verify.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               


To do using RMAN, please follow below post