________________________________________
Scope :
i) The passed UAT server E-Business Suite to be cloned.
ii) The Apps Tier and DB Tier to be separated.
Precloning Steps on the UAT server E-Business Suite to be cloned.
1. Startup
1.1 Start Database Tier
1.1.1 Login as database tier user – sys as sysdba
1.1.2 Set environment variable by running $SID_hostname.envfrom $INSTALL_BASE/db/tech_st/11.1.0
—- cd /u01/oracle/PNGRB/db/tech_st/11.1.0
—- . PNGRB_apps.env (note: dot in front)
1.1.3 Start database
—- sqlplus “/as sysdba”
—- SQL> startup
1.1.4 Start Database Listener (lsnrctl start $SID)
—- lsnrctl start PNGRB
.
1.2 Start Application Tier
1.2.1 Login as application tier user - apps
1.2.2 Set environment variable by running $SID_hostname.envfrom $INSTALL_BASE/apps/apps_st/appl
—- cd /oracle/PNGRB/apps/apps_st/appl
—- . PNGRB_apps.env (note: dot in front)
1.2.3 Start Application Tier (adstrtal.sh apps/$apps_password)
—- cd $ADMIN_SCRIPTS_HOME
—- ./adstrtal.sh apps/apps
1. DB Tier preparation for Cloning :
On Source System:
a) login in as Oracle user : $ sudo su - oracle
b) Run the following commands:
RDBMS HOME = $ORACLE_HOME
$ cd $ORACLE_HOME/appsutil/scripts/
$ perl adpreclone.pl dbTier
2. Verify the errors and warnings in the log.
RDBMS_HOME = $ORACLE_HOME
Location of the log file StageDBTier_.log
$cd $ORACLE_HOME/appsutil/log/ directory
3. Apps Tier preparation for Cloning
a) $ sudo su - appl
b) Run Pre-Clone on all the nodes that contains an APPL_TOP.
$cd $INST_TOP/admin/scripts
$perl adpreclone.pl appsTier
4. Verify the errors and warnings in the log.
Location of the log file StageAppsTier_
Comments
Post a Comment