沧海笑的艺术人生

沧海一声笑, 滔滔两岸潮,浮沉随浪只记今朝
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

ebsse clone manual

Posted on 2006-07-22 15:00  沧海笑  阅读(303)  评论(0编辑  收藏  举报
clone是件比较简单而重要的工作,关键要自己动手练习一下。下面简单说下FMS ebsse clone 步骤及注意点。

1,Ensure oracle database & application all normal;

2,Log in system as database user, direct to : $ORACLE_HOME/appstuil/scripts/$CONTEXT_NAME,then run: perl adpreclone.pl dbTier;

3, Ensure clone is success. Check the logfile.

4, Log in system as apps user,direct to $COMMON_TOP/admin/scripts/$CONTEXT_NAME, than run :perl adpreclone.pl appsTier;

5, Ensure clone is success, double check the logfile;

6, Stop the apps&DB, copy all file to target env. I recommend that first we make a bag used tar, and then gzip to target.

6 , change the ower for file which had copied.eg: chown apptorcli:dbporcli applcsf applmgr oracle scripts.(if there don't have the user for test, you should first create the db user and apps user)

7, Lon in system as DB user, direct to : $ORACLE_HOME/appsutil/clone/bin, then run perl adcfgclone.pl dbTier;

8, Ensure clone success, you can test wether database is normal;

9, Log in system as apps user,direct to $COMMON_TOP/clone/bin, then run: perl adcfgclone.pl appsTier;

10, check the log.

ok,clone has completed.