Clone Madison 12R TEST application with customized data file location

maojinyu發表於2011-04-01
Normal 0 7.8 pt 0 2 false false false MicrosoftInternetExplorer4

I. Prerequisite tasks to enable AutoConfig (optional, if it has done before – metalink: 387859.1)

1. Create AutoConfig appsutil.zip on the application tier

[oracle@ebs12r appl]$ pwd

/data/oracle/TEST/apps/apps_st/appl

[oracle@ebs12r appl]$ ls -l *.env

-rw-r--r-- 1 oracle dba 1061 Aug 9 13:58 APPSTEST_ebs12r.env

-rw-r--r-- 1 oracle dba 16242 Aug 9 13:58 TEST_ebs12r.env

[oracle@ebs12r appl]$

[oracle@ebs12r appl]$ . APPSTEST_ebs12r.env

[oracle@ebs12r appl]$

[oracle@ebs12r appl]$ echo $APPL_TOP

/data/oracle/TEST/apps/apps_st/appl

[oracle@ebs12r appl]$ echo $ORACLE_HOME

/data/oracle/TEST/apps/tech_st/10.1.2

[oracle@ebs12r appl]$ echo $IAS_ORACLE_HOME

/data/oracle/TEST/apps/tech_st/10.1.3

[oracle@ebs12r appl]$ echo $INST_TOP

/data/oracle/TEST/inst/apps/TEST_ebs12r

[oracle@ebs12r appl]$

[oracle@ebs12r appl]$ perl $AD_TOP/bin/admkappsutil.pl

2. Copy AutoConfig to RDBMS ORACLE_HOME

[oracle@ebs12r appl]$

[oracle@ebs12r appl]$ cp $INST_TOP/admin/out/appsutil.zip /data/oracle/TEST/db/tech_st/10.2.0/

[oracle@ebs12r appl]$

[oracle@ebs12r appl]$ cd /data/oracle/TEST/db/tech_st/10.2.0/

[oracle@ebs12r 10.2.0]$

[oracle@ebs12r 10.2.0]$ unzip -o appsutil.zip

3. Run AutoConfig on the database tier

[oracle@ebs12r 10.2.0]$ . TEST_ebs12r.env

[oracle@ebs12r 10.2.0]$ echo $ORACLE_HOME

/data/oracle/TEST/db/tech_st/10.2.0

[oracle@ebs12r 10.2.0]$

[oracle@ebs12r 10.2.0]$ cd $ORACLE_HOME/appsutil/scripts/TEST_ebs12r

[oracle@ebs12r 10.2.0]$ ./adautocfg.sh

II. Pre-clone tasks

1. Prepare the database tier for cloning (database tier must be AVAILABLE)

$ cd $ORACLE_HOME/appsutil/scripts/ TEST_orapps1/

$

$ perl adpreclone.pl dbTier

2. Prepare the application tier for cloning (application tier must be DOWN)

$ . APPSTEST_orapps1.env

$ echo $INST_TOP

/u01/oracle/testappl

$

$ cd $INST_TOP/admin/script

[oracle@ebs12 scripts]$

[oracle@ebs12 scripts]$ pwd

/data/oracle/TEST/inst/apps/TEST_r12fi/admin/scripts

[oracle@ebs12 scripts]$

[oracle@ebs12 scripts]$

[oracle@ebs12 scripts]$ perl adpreclone.pl appsTier

III Copy data to target system

UNIX/Linux users should ensure that the symbolic links (soft links) are preserved when copying. On most UNIX platforms, this can be accomplished with cp -RH command. For example:
cd /target_dest_dir/db
cp -RH /source_dir/db/* .

Alternatively, the "tar" command can be used to compress the directories into a temporary staging area. If you are using this command, take into consideration that you may have to use the -h option to follow symbolic links as on some platforms, following symbolic links is not the default behavior.

Shut down all application tier server processes and copy following directories:

Tech Stack:

Shut down database and listener and copy RDBMS ORACLE_HOME and data files directories:

New instance tier is not necessary.

IV Clone configuration tasks

Since we will change the location of data files or other files by creating control file, we will run configure the database technical stack first

1. Configure database tech stack tier (do NOT run any old .env file to set environmental variables)

[oracle@ebs12r 10.2.0]$ cd /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/

[oracle@ebs12r bin]$

[oracle@ebs12r bin]$ pwd

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin

[oracle@ebs12r bin]$

[oracle@ebs12r bin]$ perl adcfgclone.pl dbTechStack

Copyright (c) 2002 Oracle Corporation

Redwood Shores, California, USA

Oracle Applications Rapid Clone

Version 12.0.0

adcfgclone Version 120.20.12000000.11

Enter the APPS password :

Running:

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -cp /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/java:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_3768.lst -stage /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone -dbTechStack 2> /tmp/adcfgclone_3768.err; echo $? > /tmp/adcfgclone_3768.res

Log file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/CloneContext_08091254.log

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

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

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

Target System Database SID : TEST

Target System Base Directory : /data/oracle/TEST

Target System utl_file_dir Directory List : /data/oracle/TEST/db/tech_st/10.2.0/appsutil/outbound/TEST_r12fi

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

Target System DATA_TOP Directory 1 :

RC-00212: Warning: Input value cannot be null

Target System DATA_TOP Directory 1 : /data/oracle/TEST/db/apps_st/data

Target System RDBMS ORACLE_HOME Directory [/data/oracle/TEST/db/tech_st/10.2.0] :

Do you want to preserve the Display [r12fi:5.0] (y/n) ? : n

Target System Display [ebs12r:0.0] :

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

Target System Port Pool [0-99] : 1

Checking the port pool 1

done: Port Pool 1 is free

Report file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/temp/portpool.lst

Complete port information available at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/temp/portpool.lst

Creating the new Database Context file from :

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp

The new database context file has been created :

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml

Log file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/CloneContext_08091254.log

Check Clone Context logfile /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/CloneContext_08091254.log for details.

Running Rapid Clone with command:

perl /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone component=dbTechStack method=CUSTOM dbctxtg=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml showProgress contextValidated=true

Running:

perl /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone component=dbTechStack method=CUSTOM dbctxtg=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml showProgress contextValidated=true

APPS Password :

Beginning rdbms home Apply - Sat Aug 9 12:56:14 2008

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/data/oracle/TEST/db/tech_st/10.2.0/oui -classpath /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/java:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTechStack -e /data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml -stage /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone -showProgress

APPS Password : Log file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/log/TEST_ebs12r/ApplyDBTechStack_08091256.log

| 4% completed

Completed Apply...

Sat Aug 9 12:59:03 2008

Starting database listener for TEST:

Running:

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/scripts/TEST_ebs12r/addlnctl.sh start TEST

You are running addlnctl.sh version 120.1

Logfile: /data/oracle/TEST/db/tech_st/10.2.0/appsutil/log/TEST_ebs12r/addlnctl.txt

Starting listener process TEST ...

addlnctl.sh: exiting with status 0

[oracle@ebs12r bin]$

[oracle@ebs12r bin]$ netstat -a | grep 1522

tcp 0 0 *:1522 *:* LISTEN

[oracle@ebs12r bin]$

2. Configure database data files and other files

Run new environmental file of database tier, modify the initTEST.ora in /dbs by changing the locations of control files, create the “CREATE CONTROLFILE …” script in original source system by running statement “alter database backup controlfile to trace” and modify the script by changing the locations of data files, redo files, etc.

a. Startup database

[oracle@ebs12r 10.2.0]$ . TEST_ebs12r.env

[oracle@ebs12r 10.2.0]$

[oracle@ebs12r 10.2.0]$ echo $ORACLE_HOME

/data/oracle/TEST/db/tech_st/10.2.0

[oracle@ebs12r 10.2.0]$

[oracle@ebs12r 10.2.0]$ echo $ORACLE_SID

TEST

[oracle@ebs12r 10.2.0]$

[oracle@ebs12r 10.2.0]$ sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Sat Aug 9 13:12:48 2008

Copyright (c) 1982, 2006, Oracle. All Rights Reserved.

SQL> conn / as sysdba

Connected to an idle instance.

SQL> startup nomount;

ORACLE instance started.

Total System Global Area 1073741824 bytes

Fixed Size 1265844 bytes

Variable Size 432017228 bytes

Database Buffers 629145600 bytes

Redo Buffers 11313152 bytes

SQL>

SQL> @/data/oracle/TEST/TEST_create_control.sql

Control file created.

SQL> alter database open;

alter database open

*

ERROR at line 1:

ORA-01589: must use RESETLOGS or NORESETLOGS option for database open

SQL> alter database open RESETLOGS;

Database altered.

SQL> ALTER TABLESPACE TEMP1 ADD TEMPFILE '/data/oracle/TEST/db/apps_st/data/temp01.dbf' SIZE 1024M REUSE AUTOEXTEND ON;

Tablespace altered.

SQL> ALTER TABLESPACE TEMP2 ADD TEMPFILE '/data/oracle/TEST/db/apps_st/data/temp02.dbf' SIZE 1024M REUSE AUTOEXTEND ON;

Tablespace altered.

SQL>

b. Run the library update script against the database

[oracle@ebs12r 10.2.0]$ cd $ORACLE_HOME/appsutil/install/TEST_ebs12r

[oracle@ebs12r TEST_ebs12r]$

[oracle@ebs12r TEST_ebs12r]$ sqlplus "/ as sysdba" @adupdlib.sql so

SQL*Plus: Release 10.2.0.3.0 - Production on Sat Aug 9 13:40:04 2008

Copyright (c) 1982, 2006, Oracle. All Rights Reserved.

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production

With the Partitioning, OLAP and Data Mining options

PL/SQL procedure successfully completed.

SQL> commit;

Commit complete.

SQL> exit

Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production

With the Partitioning, OLAP and Data Mining options

[oracle@ebs12r TEST_ebs12r]$

c. Configure target database

[oracle@ebs12r TEST_ebs12r]$ cd $ORACLE_HOME/appsutil/clone/bin

[oracle@ebs12r bin]$

[oracle@ebs12r bin]$ perl adcfgclone.pl dbconfig $ORACLE_HOME/appsutil/TEST_ebs12r.xml

Copyright (c) 2002 Oracle Corporation

Redwood Shores, California, USA

Oracle Applications Rapid Clone

Version 12.0.0

adcfgclone Version 120.20.12000000.11

Enter the APPS password :

Running Rapid Clone with command:

perl /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone component=dbconfig method=CUSTOM dbctxtg=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml showProgress contextValidated=false

Running:

perl /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone component=dbconfig method=CUSTOM dbctxtg=/data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml showProgress contextValidated=false

APPS Password :

Beginning dbconfig Apply - Sat Aug 9 13:43:52 2008

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/data/oracle/TEST/db/tech_st/10.2.0/oui -classpath /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/java:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDatabase -e /data/oracle/TEST/db/tech_st/10.2.0/appsutil/TEST_ebs12r.xml -stage /data/oracle/TEST/db/tech_st/10.2.0/appsutil/clone -showProgress -checkDBConnection

APPS Password : Log file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/log/TEST_ebs12r/ApplyDatabase_08091343.log

APPS Password : Log file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/log/TEST_ebs12r/ApplyDatabase_08091343.log

| 0% completed

Log file located at /data/oracle/TEST/db/tech_st/10.2.0/appsutil/log/TEST_ebs12r/ApplyDatabase_08091343.log

/ 30% completed

Completed Apply...

Sat Aug 9 13:47:31 2008

Starting database listener for TEST:

Running:

/data/oracle/TEST/db/tech_st/10.2.0/appsutil/scripts/TEST_ebs12r/addlnctl.sh start TEST

You are running addlnctl.sh version 120.1

Logfile: /data/oracle/TEST/db/tech_st/10.2.0/appsutil/log/TEST_ebs12r/addlnctl.txt

Starting listener process TEST ...

Listener TEST has already been started.

addlnctl.sh: exiting with status 0

[oracle@ebs12r bin]$

2. Configure application tier in target system

The adcfgclone.pl file is stored in $COMMON_TOP/clone/bin

[oracle@ebs12r ~]$ cd /data/oracle/TEST/apps/apps_st/comn/clone/bin/

[oracle@ebs12r bin]$

[oracle@ebs12r bin]$ perl adcfgclone.pl appsTier

Copyright (c) 2002 Oracle Corporation

Redwood Shores, California, USA

Oracle Applications Rapid Clone

Version 12.0.0

adcfgclone Version 120.20.12000000.11

Enter the APPS password :

Running:

/data/oracle/TEST/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /data/oracle/TEST/apps/apps_st/comn/clone/jlib/java:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /data/oracle/TEST/apps/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_15193.lst -stage /data/oracle/TEST/apps/apps_st/comn/clone 2> /tmp/adcfgclone_15193.err; echo $? > /tmp/adcfgclone_15193.res

Log file located at /data/oracle/TEST/apps/apps_st/comn/clone/bin/CloneContext_08091352.log

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

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

Target System Database SID : TEST

Target System Database Server Node [ebs12r] :

Target System Base Directory : /data/oracle/TEST

Target System Forms ORACLE_HOME Directory [/data/oracle/TEST/apps/tech_st/10.1.2] :

Target System Web ORACLE_HOME Directory [/data/oracle/TEST/apps/tech_st/10.1.3] :

Target System APPL_TOP Mountpoint [/data/oracle/TEST/apps/apps_st/appl] :

Target System COMMON_TOP Directory [/data/oracle/TEST/apps/apps_st/comn] :

Target System Instance Home Directory [/data/oracle/TEST/inst] :

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 to preserve the Display [r12fi:5.0] (y/n) ? : n

Target System Display [ebs12r:0.0] :

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

Target System Port Pool [0-99] : 1

Checking the port pool 1

done: Port Pool 1 is free

Report file located at /data/oracle/TEST/inst/apps/TEST_ebs12r/admin/out/portpool.lst

Complete port information available at /data/oracle/TEST/inst/apps/TEST_ebs12r/admin/out/portpool.lst

UTL_FILE_DIR on database tier consists of the following directories.

1. /usr/tmp

2. /data/oracle/TEST/db/tech_st/10.2.0/appsutil/outbound/TEST_r12fi

3. /data/oracle/TEST/db/tech_st/10.2.0/appsutil/outbound/TEST_ebs12r

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 :

/data/oracle/TEST/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp

The new APPL_TOP context file has been created :

/data/oracle/TEST/inst/apps/TEST_ebs12r/appl/admin/TEST_ebs12r.xml

Log file located at /data/oracle/TEST/apps/apps_st/comn/clone/bin/CloneContext_08091352.log

Check Clone Context logfile /data/oracle/TEST/apps/apps_st/comn/clone/bin/CloneContext_08091352.log for details.

Running Rapid Clone with command:

perl /data/oracle/TEST/apps/apps_st/comn/clone/bin/adclone.pl java=/data/oracle/TEST/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/data/oracle/TEST/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/data/oracle/TEST/inst/apps/TEST_ebs12r/appl/admin/TEST_ebs12r.xml showProgress contextValidated=true

Running:

perl /data/oracle/TEST/apps/apps_st/comn/clone/bin/adclone.pl java=/data/oracle/TEST/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/data/oracle/TEST/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/data/oracle/TEST/inst/apps/TEST_ebs12r/appl/admin/TEST_ebs12r.xml showProgress contextValidated=true

APPS Password :

Beginning application tier Apply - Sat Aug 9 13:54:36 2008

/data/oracle/TEST/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /data/oracle/TEST/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/java:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/oui/share.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/data/oracle/TEST/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /data/oracle/TEST/inst/apps/TEST_ebs12r/appl/admin/TEST_ebs12r.xml -stage /data/oracle/TEST/apps/apps_st/comn/clone -showProgress

APPS Password : Log file located at /data/oracle/TEST/inst/apps/TEST_ebs12r/admin/log/ApplyAppsTier_08091354.log

| 89% completed

Completed Apply...

Sat Aug 9 14:02:41 2008

Starting application Services for TEST:

Running:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adstrtal.sh -nopromptmsg

You are running adstrtal.sh version 120.13.12000000.3

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adopmnctl.sh start

script returned:

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

You are running adopmnctl.sh version 120.4.12000000.3

Starting Oracle Process Manager (OPMN) ...

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adopmnctl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adapcctl.sh start

script returned:

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

You are running adapcctl.sh version 120.6.12000000.2

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

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adapcctl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adoacorectl.sh start

script returned:

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

You are running adoacorectl.sh version 120.11.12000000.2

Starting OPMN managed OACORE OC4J instance ...

adoacorectl.sh: exiting with status 0

adoacorectl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adoacorectl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adformsctl.sh start

script returned:

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

You are running adformsctl.sh version 120.12.12000000.3

Starting OPMN managed FORMS OC4J instance ...

adformsctl.sh: exiting with status 0

adformsctl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adformsctl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adoafmctl.sh start

script returned:

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

You are running adoafmctl.sh version 120.6.12000000.2

Starting OPMN managed OAFM OC4J instance ...

adoafmctl.sh: exiting with status 0

adoafmctl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adoafmctl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adalnctl.sh start

script returned:

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

adalnctl.sh version 120.3

Checking for FNDFS executable.

Starting listener process APPS_TEST.

adalnctl.sh: exiting with status 0

adalnctl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adalnctl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/adcmctl.sh start

script returned:

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

You are running adcmctl.sh version 120.14

Starting concurrent manager for TEST ...

Starting TEST_0809@TEST Internal Concurrent Manager

Default printer is noprint

adcmctl.sh: exiting with status 0

adcmctl.sh: check the logfile /data/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adcmctl.txt for more information ...

.end std out.

.end err out.

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

Executing service control script:

/data/oracle/TEST/inst/apps/TEST_ebs12r/admin/scripts/jtffmctl.sh start

script returned:

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

You are running jtffmctl.sh version 120.3

Validating Fulfillment patch level via /data/oracle/TEST/apps/apps_st/comn/java/classes

Fulfillment patch level validated.

Starting Fulfillment Server for TEST on port 9301 ...

jtffmctl.sh: exiting with status 0

.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/oracle/TEST/inst/apps/TEST_ebs12r/logs/appl/admin/log/adstrtal.log for more information ...

[oracle@ebs12r bin]$

V Post clone tasks

1. Update profile options

Rapid clone updates only site level profile options. If any other profile options are set to instance specific values, you must update them manually.

2. Configure printer accordingly

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1048063/,如需轉載,請註明出處,否則將追究法律責任。

相關文章