• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

克隆安装Oracle 11G HOME

mysql 搞代码 4年前 (2022-01-09) 16次浏览 已收录 0个评论

测试oracle 11.2.0.4 + goldengate 11.2,需要两台LINUX测试环境都将安装oracle,目前RAC1已经安装好ORACLE 11.2.0.4 SOFTAWRE,节

测试Oracle 11.2.0.4 + goldengate 11.2,需要两台LINUX测试环境都将安装oracle,
测试环境节点1机器名:RAC1 源端

测试环境节点1机器名:RAC2 目标端两台机器目录结构一致目前RAC1已经安装好ORACLE 11.2.0.4 SOFTAWRE,节点2 RAC2已经没有空间存放ORACLE安装介质,,所以采取克隆方式安装,将RAC1安装好的克隆过来。[oracle@rac1 ~]$ echo $ORACLE_HOME/u01/oracle/product/11.2/db_1[oracle@rac1 ~]$ cd /u01/oracle/product/11.2[oracle@rac1 11.2]$ lsdb_1将ORACLE_HOME下面的文件scp到目标端:[oracle@rac1 ~]$ scp -rp db_1 [email protected]:/u01/oracle/product/11.2
使用clone.pl脚本克隆:
[oracle@rac2 ~]$ cd /u01/oracle/product/11.2/db_1/clone/bin
[oracle@rac2 bin]$ ls
clone.pl prepare_clone.pl

[oracle@rac2 bin]$ perl clone.pl ORACLE_BASE=/u01/oracle ORACLE_HOME=/u01/oracle/product/11.2/db_1 ORACLE_HOME_NAME=OraDb11g_home1
./runInstaller -clone -waitForCompletion “ORACLE_BASE=/u01/oracle” “ORACLE_HOME=/u01/oracle/product/11.2/db_1” “ORACLE_HOME_NAME=OraDb11g_home1″ -silent -noConfig -nowait
Starting Oracle Universal Installer…

Checking swap space: must be greater than 500 MB. Actual 1023 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-10-28_02-45-44PM. Please wait …Oracle Universal Installer, Version 11.2.0.4.0 Production
Copyright (C) 1999, 2013, Oracle. All rights reserved.

You can find the log of this install session at:
/u01/oracle/oraInventory/logs/cloneActio本文来源gaodaimacom搞#^代%!码&网(ns2013-10-28_02-45-44PM.log
……………………………………………………………………….. 100% Done.

Installation in progress (Monday, October 28, 2013 2:46:23 PM CST)
…………………………………………………………………… 78% Done.
Install successful

Linking in progress (Monday, October 28, 2013 2:46:42 PM CST)
Link successful

Setup in progress (Monday, October 28, 2013 2:49:39 PM CST)
Setup successful

End of install phases.(Monday, October 28, 2013 2:50:08 PM CST)
WARNING:
The following configuration scripts need to be executed as the “root” user.
/u01/oracle/product/11.2/db_1/root.sh
To execute the configuration scripts:
1. Open a terminal window
2. Log in as “root”
3. Run the scripts

The cloning of OraDb11g_home1 was successful.
Please check ‘/u01/oracle/oraInventory/logs/cloneActions2013-10-28_02-45-44PM.log’ for more details.

使用root用户执行root.sh
[root@rac2 tmp]# sh /u01/oracle/product/11.2/db_1/root.sh
Check /u01/oracle/product/11.2/db_1/install/root_rac2_2013-10-28_14-50-29.log for the output of root script

到此位置克隆完成。

以前这台机器安装过ORACLE 10GR2 RAC,现在检查ORACLE 11G ORACLE_HOME_NAME是否添加到inventory.xml[root@rac2 ~]# cd /u01/oracle/oraInventory/ContentsXML[root@rac2 ContentsXML]# lscomps.xml inventory.xml libs.xml[root@rac2 ContentsXML]# more inventory.xml<?xml version=”1.0″ standalone=”yes” ?>11.2.0.4.02.1.0.6.0可以看到已经添加下面内容HOME LOC=”/u01/oracle/product/11.2/db_1″

推荐阅读:

Linux操作系统中Oracle 11g数据库安装过程图文详解

CentOS 5.6 上安装 Oracle 11g R2 单实例数据库详解

Oracle VM虚拟机中安装Oracle Clusterware 11g步骤

VM虚拟机下在Linux上安装Oracle 11G单实例数据库


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:克隆安装Oracle 11G HOME

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址