参考文档

Cloning Oracle Applications Release 12 with Rapid Clone (文档 ID 406982.1)

Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 (文档 ID 387859.1)

环境如下:

HOST HOSTNAME IP OS
SOURCE EBS 192.168.3.194 OEL5.6 64Bit
TARGET EBST 192.168.3.200 OEL5.6 64Bit

一.    目标端的准备工作

可以参照:    Oracle Enterprise Linux 5.6安装Oracle E-Business Suite R12

完成其中的如下步骤:

2.   创建相关用户和目录
4.   配置Yum源
6.   检查SELinux状态
7.   关闭iptables
8.   调整主机名
9.   修改内核参数
10.  修改用户资源限制
12.  安装必须的RPM包
13.  检查软件需求
14.  安装补丁
15.  重启服务器

二.    源端准备工作

1.   Apply the latest AD patch#    PatchID:     9239089#    打补丁时保证数据库打开,数据库监听打开,应用层服务关闭.之前由于做冷备份,我的数据库和应用均处于关闭状态,使用如下命令打开数据库和监听[oracle@EBS ~]$ cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME
[oracle@EBS EBS_ebs]$ ./addbctl.sh start
[oracle@EBS EBS_ebs]$ ./addlnctl.sh start ebs使用adadmin工具打开维护模式Change Maintenance Mode → Enable Maintenance Mode解压补丁包unzip p9239089_R12.AD.B_R12_LINUX.zip进入解压目录cd 9239089/#     应用该补丁需要完成如下前置任务[applmgr@EBS 9239089]$ cp admin/adgrants.sql /tmp;chmod g+rwx /tmp/adgrants.sql切换到oracle用户[oracle@EBS ~]$ mkdir $ORACLE_HOME/appsutil/admin
[oracle@EBS ~]$ cp /tmp/adgrants.sql $ORACLE_HOME/appsutil/admin
[oracle@EBS ~]$ sqlplus / as sysdba
SQL> @$ORACLE_HOME/appsutil/admin/adgrants.sql apps完成后切换回applmgr用户使用adpatch应用补丁92390892.   Apply the latest AutoConfig template patch#    PatchID:     8919489使用adpatch应用以下补丁p8919489_R12.TXK.B_R12_GENERIC.zip
p8919489_R12.TXK.B_R12_zhs.zip3.   Apply the latest Rapid Clone patches使用adpatch应用以下补丁p9171651_R12.OAM.B_R12_GENERIC.zip
p9833058_R12.OAM.B_R12_GENERIC.zip
p12404574_R12.OAM.B_R12_GENERIC.zip
p12598630_R12.OAM.B_R12_GENERIC.zip
p15969020_R12.OAM.B_R12_GENERIC.zip
p16958896_R12.OAM.B_R12_GENERIC.zip
p13942692_R12.OAM.B_R12_GENERIC.zip
p18991480_R12.OAM.B_R12_GENERIC.zip
p17889841_R12.OAM.B_R12_GENERIC.zip
p18835102_R12.OAM.B_R12_GENERIC.zip4.     Run AutoConfig on the application tiers[applmgr@EBS ~]$ $INST_TOP/admin/scripts/adautocfg.sh5.     Synchronize appsutil on the database tier nodes[applmgr@EBS ~]$ perl $AD_TOP/bin/admkappsutil.pl
[applmgr@EBS ~]$ cp $INST_TOP/admin/out/appsutil.zip /tmp ; chmod g+rwx /tmp/appsutil.zip切换到oracle用户[oracle@EBS ~]$ cd $ORACLE_HOME
[oracle@EBS 11.1.0]$ cp /tmp/appsutil.zip .
[oracle@EBS 11.1.0]$ unzip -o appsutil.zip6.     Run AutoConfig on the database tier[oracle@EBS ~]$ $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME/adautocfg.sh7.     Run AutoConfig on the application tiers[applmgr@EBS ~]$ $INST_TOP/admin/scripts/adautocfg.sh8.     Maintain Snapshot InformationadadminMaintain Applications Files menu → Maintain snapshot information → Update current view snapshot → Update Complete APPL_TOP

三.    开始克隆

1.     Prepare the source system database tier for cloning[oracle@EBS ~]$ cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME
[oracle@EBS EBS_ebs]$ perl adpreclone.pl dbTier2.     Prepare the source system application tier for cloning[applmgr@EBS ~]$ cd $INST_TOP/admin/scripts
[applmgr@EBS scripts]$ perl adpreclone.pl appsTier3.     退出维护模式adadmin
Change Maintenance Mode → Disable Maintenance Mode4.     关闭数据库及监听[oracle@EBS ~]$ cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME
[oracle@EBS EBS_ebs]$ ./addbctl.sh stop ; ./addlnctl.sh stop ebs5.     Copy the source system to the target system#    将以下目录及文件传送到目标端
#    我采用的是打包压缩 → 传送 → 解压的方式APP层:$APPL_TOP
$COMMON_TOP
$ORACLE_HOME
$IAS_ORACLE_HOMEDB层:$ORACLE_HOME以及所有的数据文件,控制文件,在线日志(*.dbf).6.     Configure the target system database server[oracle@EBST bin]$ pwd
/u01/app/oracle/EBST/db/tech_st/11.1.0/appsutil/clone/bin
[oracle@EBST bin]$ perl adcfgclone.pl dbTier7.     Configure the target system application tier server nodes[applmgr@EBST bin]$ pwd
/u01/app/oracle/EBST/apps/apps_st/comn/clone/bin
[applmgr@EBST bin]$ perl adcfgclone.pl appsTier

四.    克隆后任务

这部分任务视环境而定,可以参考Cloning Oracle Applications Release 12 with Rapid Clone (文档 ID 406982.1) Section 3: Finishing Tasks

1.    Update profile optionsRapid Clone updates only site level profile options. If any other profile options are set to instance specific values, you must update them manually.2.    Update printer settingsIf the new cloned system needs to utilize different printers, update the target system with the new printer settings now.3.    Update Workflow configuration settingsCloning an Oracle Applications instance will not update the host and instance-specific information used by Oracle Workflow. Review the tables and columns listed in Table 4 to check for any instance-specific data in the Workflow configuration on the target system.4.    Verify the APPLCSF variable settingSource the APPS environment and review that the variable APPLCSF (identifying the top-level directory for concurrent manager log and output files) points to a suitable directory. To modify it, change the value of the s_applcsf variable in the context file and then run AutoConfig.5.    Update the SESSION_COOKIE_DOMAIN value in ICX_PARAMETERSIf the target system is in a different domain name than the source system and SESSION_COOKIE_DOMAIN was not null in the source system, update that value to reflect the new domain name.6.    Re-Implement SSL and SSO configurationIf the Source System was SSL or SSO enabled, and the Target is wished to be SSL or SSO enabled, then reconfigure the Target by following the SSL/SSO documentation. Otherwise, if the Target is wished to be non-SSL or non-SSO, then follow the same SSL/SSO documentation to undo the SSL/SSO setup.

The End

转载于:https://blog.51cto.com/xin23/1576040

Oracle E-Business Suite 12.1.1 Rapid Clone相关推荐

  1. Metalink Note:中文文档列表 - Oracle EBS (Enterprise Business Suite) [ID 1553829.1]

    Oracle中国的技术支持团队正在把一些常见Oracle EBS的Metalink Notes翻译成中文,这肯定会大大提升用户的使用体验,毕竟还是绝大多数用户,技术人员还是习惯阅读中文的技术文档. 大 ...

  2. Metalink Note 中文文档列表 - Oracle EBS Enterprise Business Suite

    分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow 也欢迎大家转载本篇文章.分享知识,造福人民,实现我们中华民族伟大复兴! Orac ...

  3. ebs克隆oracle not,Oracle EBS 12.1.3 Rapid Cloning 克隆

    Prerequisite Steps 如何克隆的目标主机含有Oracle EBS的运行实例,那么可以跳过操作系统补丁和一些必要软件的检查,否则需要查询Oracle EBS安装前必要的一些软件是否安装全 ...

  4. Oracle电子商务套件版本12.1.3自述文件 (Doc ID 1534411.1)

    文档内容 用途 适用范围 详细信息   应用版本更新包   更新后的步骤   包含的修补程序列表   变更记录   文档可访问性 参考 适用于: Oracle Applications DBA - 版 ...

  5. SAP S/4 HANA与SAP Business Suite/R3(ECC)的区别

    去年SAP推出了新一代商务套件SAP S/4 HANA,无疑是ERP行业创新的一个重磅消息.那么SAP S/4 HANA是什么呢?它与SAP SAP Business Suite又有什么区别呢? SA ...

  6. atitit.Oracle 9 10 11 12新特性attilax总结

    atitit.Oracle 9  10 11  12新特性 1. ORACLE 11G新特性 1 1.1. oracle11G新特性 1 1.2. 审计 1 1.3. 1.   审计简介 1 1.4. ...

  7. 分享一套Oracle P6 PUGateway 21.12 Linux虚拟机

    根据一行业同事请求,这两天整了一套针对于Primavera P6,Unifier 用Gateway对接的虚拟机 操作环境为Oracle Linux: 已通过virualbox 导出虚拟机ova,感兴趣 ...

  8. Red Giant Trapcode Suite 12.0 含注册码

    Red Giant Trapcode Suite 12.0 含注册码 – 百尚 http://www.byshang.cn/soft/media/4371.html 下载地址: Red Giant T ...

  9. Oracle BIEE (Business Intelligence) 11g 11.1.1.6.0 学习(2)RPD资料档案库创建

    BI创建(数据)分析.仪表盘.报表前,都需要对数据进行建模,在oracle biee里称为创建"资料档案库"-该文件后缀为RPD,所以一般也称为创建RPD文件. 步骤: 1.从wi ...

最新文章

  1. Android Studio SDK Manager 解决无法更新问题
  2. Linux0.1源码分析,《Linux 0.01内核分析与操作系统设计——创造你自己的操作系统》...
  3. python软件开发-有哪些值得推荐的 Python 开发工具?
  4. UVA10125和集
  5. VC++ 常见编译错误
  6. CGTN专访第四范式裴沵思 阐释数字化转型背后的驱动力
  7. SQLite 数据类型(http://www.w3cschool.cc/sqlite/sqlite-data-types.html)
  8. 5年,我从文员一路晋升到总监,薪资翻了5倍[转]
  9. 过拟合与模型调优(part1)--过拟合,模型调优,数据分割
  10. 封装自定义的redis切库工具类ByteArrayRedisTemplate,读取byte数组反序列化成List<Object>
  11. Java数据库接口JDBC入门基础讲座_JDBC基础教程之连接
  12. printf和sprintf
  13. PAT刷题笔记-PAT乙1018-锤子剪刀布
  14. python处理二进制文件_python如何对文件进行二进制写操作
  15. 两条波浪线符号_波浪线符号(word小技巧)
  16. 计算机科学科普(一):什么是计算机
  17. 现在国际上发行的优秀的儿童期刊杂志有哪些
  18. Linux shell 命令学习 大全
  19. 黑马程序员--Foundation框架之--NSArray类以及它的子类NSMutableArray类
  20. java bookkeeping_Java - ExecutorService shutdown系列方法 的理解

热门文章

  1. 活得太累,只因为你索求的太多
  2. 日志管理:(二)og4j.xml警告log4j:WARN The content of element type log4j:configuration m
  3. java卡安全域_java – 在安全管理器下解析许多域后,程序内存不足?
  4. 人声处理_10款免费的人声处理工具
  5. Nacos处理服务变更通知
  6. 不可达的对象一定要被回收吗?
  7. 类装载器ClassLoader
  8. 请求发起过程,在tcp/ip四层网络模型中所做的事情
  9. 创建订单 - 保存订单与子订单数据
  10. serialVersionUIDtransient