Oracle11gRAC数据库节点损坏恢复.doc_第1页
Oracle11gRAC数据库节点损坏恢复.doc_第2页
Oracle11gRAC数据库节点损坏恢复.doc_第3页
Oracle11gRAC数据库节点损坏恢复.doc_第4页
Oracle11gRAC数据库节点损坏恢复.doc_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Oracle11gR2 Rac节点损坏恢复方正国际公共安全事业部技术文档1. 文档属性文档属性内容文档名称Oracle11gR2 Rac 节点损坏恢复报告文档版本号A1文档状态正式稿文档编写完成日期2016年9月14日作 者2.文档变更历史清单文件版本号修正日期修正人备 注3.本次修改变更说明序号变更内容简述.5.第1章 概述辽宁省厅警务综合平台项目中,锦州数据库现场的用户因为在未停止数据库的情况下,扩展磁盘阵列,更换磁盘,导致1节点本地磁盘阵列挂不上,导致只能一个节点使用数据库,需要重新配置oracle集群信息。第2章 系统环境项目名称服务器名RAC节点1RAC节点2操作系统RedHat 6RedHat 6集群软件Oracle GRIDOracle GRID服务器主机名his1his2IP 地址(示例)01 系统用户用户名RootGridoracle系统组dbaasmdbaasmadminoinstallasmoperdbaasmdbaasmadminoinstallasmoper第3章 数据库环境项目名称服务器名称RAC节点1RAC 节点2公共IP地址01虚拟IP地址23心跳IP地址ScanIP 地址4Oracle RAC SIDorcl1orcl2数据库名称orcl数据文件路径+DATA归档文件+ARCH数据库版本Oracle Database 11g Enterprise Edition Release .0(64位)GRID_BASE目录 /u01/app/gridGRID_HOME目录/u01/app/grid/11.2.0ORACLE_BASE目录/u01/app/oracleORACLE_HOME目录/u01/app/oracle /11.2.0数据库监听端口1521数据库字符集ZHS16GBK数据库用户(sys,system)密码oracle数据库硬盘管理方式ASM第4章 实施步骤4.1 操作系统准备工作包括如下操作,主要和rac安装文档相同,如果需要重新安装操作系统,请参考rac安装文档的操作,进行操作系统配置。下面只列出:4.1.1 配置grid用户及oracle用户等效性Grid用户(his2先删除.shh目录)在his1上:su - grid$ mkdir /.ssh$ chmod 700 /.ssh$ ssh-keygen -t rsa$ ssh-keygen -t dsa$ cat /.ssh/id_rsa.pub /.ssh/authorized_keys$ cat /.ssh/id_dsa.pub /.ssh/authorized_keys在his2上:$ mkdir /.ssh$ chmod 700 /.ssh$ ssh-keygen -t rsa$ ssh-keygen -t dsa在his1上:$ ssh jkkdb2 cat /.ssh/id_rsa.pub /.ssh/authorized_keys$ ssh jkkdb2 cat /.ssh/id_dsa.pub /.ssh/authorized_keys$ scp /.ssh/authorized_keys jkkdb2:/.ssh/authorized_keys验证$ ssh his1 date$ ssh his1-priv date$ ssh his2 date$ ssh his2-priv dateOracle用户()在his1上:su - grid$ mkdir /.ssh$ chmod 700 /.ssh$ ssh-keygen -t rsa$ ssh-keygen -t dsa$ cat /.ssh/id_rsa.pub /.ssh/authorized_keys$ cat /.ssh/id_dsa.pub /.ssh/authorized_keys在his2上:$ mkdir /.ssh$ chmod 700 /.ssh$ ssh-keygen -t rsa$ ssh-keygen -t dsa在his1上:$ ssh jkkdb2 cat /.ssh/id_rsa.pub /.ssh/authorized_keys$ ssh jkkdb2 cat /.ssh/id_dsa.pub /.ssh/authorized_keys$ scp /.ssh/authorized_keys jkkdb2:/.ssh/authorized_keys验证$ ssh his1 date$ ssh his1-priv date$ ssh his2 date$ ssh his2-priv date4.1.2 设置raw,磁盘阵列联系硬件厂家,扩展磁盘操作等等,两个机器的磁盘信息相同,主要是挂的磁盘号要一致。4.1.3 重启his1服务器4.2 停止原来1节点vip$ srvctl disable listener -l listener_name -n his1$ srvctl stop listener -l listener_name -n his14.3 删除原1节点数据库实例信息oracle用户执行:$dbca -silent -deleteInstance -nodeList his1 -gdbName orcl -instanceName orcl1 -sysDBAUserName sys -sysDBAPassword oracle此时查看数据库信息:$srvctl config database -d orclDatabase unique name: orclDatabase name: Oracle home: /oracle/product/11.2.0/db_1Oracle user: oracleSpfile: Domain: Start options: openStop options: immediateDatabase role: PRIMARYManagement policy: AUTOMATICServer pools: orclDatabase instances: his2 -原来是his1,his2Disk Groups: DATAMount point paths: Services: Type: RACDatabase is administrator managed4.4 清除rac信息清除grid/grid/gridhome/oui/bin/runInstaller -updateNodeList ORACLE_HOME=/grid/gridhome CLUSTER_NODES=his2 CRS=TRUE -silentStarting Oracle Universal Installer.Checking swap space: must be greater than 500 MB. Actual 20480 MB PassedThe inventory pointer is located at /etc/oraInst.locThe inventory is located at /grid/gridbase/oraInventoryUpdateNodeList was successful.清除oracle/oracle/product/11.2.0/db_1/oui/binrunInstaller -updateNodeList ORACLE_HOME= /oracle/product/11.2.0/db_1 CLUSTER_NODES=his2Starting Oracle Universal Installer.Checking swap space: must be greater than 500 MB. Actual 20480 MB PassedThe inventory pointer is located at /etc/oraInst.locThe inventory is located at /oracle/oraInventoryUpdateNodeList was successful.查看/grid/gridhome/opmen/conf/ons.config文件usesharedinstall=trueallowgroup=truelocalport=6100 # line added by Agentremoteport=6200 # line added by Agentnodes=his2:6200 # line added by Agent如果还有his1信息,手工删除4.5 清除1节点vip$srvctl remove vip -i his1-vipPlease confirm that you intend to remove the VIPs his1-vip (y/n) y4.6 检查当前集群信息$olsnodes -s t$crs_stat t$cluvfy stage -post nodedel -n his1 -verbosePerforming post-checks for node removal Checking CRS integrity.Clusterware version consistency passedThe Oracle Clusterware is healthy on node his2CRS integrity check passedResult: Node removal check passedPost-check for node removal was successful.4.7 重新添加1节点到集群4.7.1 添加grid软件环境检查$cluvfy comp peer -refnode his2 -n his1 -verbose$cluvfy stage -pre nodeadd -n his1 verbose在/grid/gridhome/oui/bin下:$export IGNORE_PREADDNODE_CHECKS=Y$./addNode.sh -silent CLUSTER_NEW_NODES=his1 CLUSTER_NEW_VIRTUAL_HOSTNAMES=his1-vipPerforming pre-checks for node addition Checking node reachability. Node reachability check passed from node his1 Checking user equivalence. User equivalence check passed for user grid Checking node connectivity. Checking hosts config file. Verification of the hosts config file successful.略.(WARNING:A new inventory has been created on one or more nodes in this session. However, it has not yet been registered as the central inventory of this system. To register the new inventory please run the script at /grid/gridbase/oraInventory/orainstRoot.sh with root privileges on nodes his1.If you do not register the inventory, you may not be able to update or patch the products you installed.The following configuration scripts need to be executed as the root user in each new cluster node. Each script in the list below is followed by a list of nodes./grid/gridbase/oraInventory/orainstRoot.sh #On nodes hxbak1/grid/gridhome/root.sh #On nodes his1To execute the configuration scripts: 1. Open a terminal window 2. Log in as root 3. Run the scripts in each cluster node The Cluster Node Addition of /grid/gridhome was successful.Please check /tmp/silentInstall.log for more details.在his1以root用户执行orainstRoot.sh和root.sh两个脚本:脚本执行过程略。到这,his1上面grid已经添加完成。Asm和监听vip等都启动了。查看集群状态gridhis2 $ crs_stat -tName Type Target State Host -ora.ARCHDG.dg ora.up.type ONLINE ONLINE his1 ora.CRSDG.dg ora.up.type ONLINE ONLINE his1 ora.DATADG.dg ora.up.type ONLINE ONLINE his1 ora.ER.lsnr ora.er.type ONLINE ONLINE his1 ora.N1.lsnr ora.er.type ONLINE ONLINE his2 ora.asm ora.asm.type ONLINE ONLINE his1 ora.cvu ora.cvu.type ONLINE ONLINE his2 ora.gsd ora.gsd.type OFFLINE OFFLINE ora.SM1.asm application ONLINE ONLINE his1 ora.S1.lsnr application ONLINE ONLINE his1 ora.his1.gsd application OFFLINE OFFLINE ora.his1.ons application ONLINE ONLINE his1 ora.his1.vip ora.t1.type ONLINE ONLINE his1 ora.SM2.asm application ONLINE ONLINE his2 ora.S2.lsnr application ONLINE ONLINE his2 ora.his2.gsd application OFFLINE OFFLINE ora.his2.ons application ONLINE ONLINE his2 ora.his2.vip ora.t1.type ONLINE ONLINE his2 work ora.rk.type ONLINE ONLINE his1 ora.oc4j ora.oc4j.type ONLINE ONLINE his2 ora.ons ora.ons.type ONLINE ONLINE his1 ora.orcl.db ora.se.type ONLINE ONLINE his2 ora.scan1.vip ora.ip.type ONLINE ONLINE his2 4.7.2 添加oracle软件在his2服务器/oracle/product/11.2.0/db_1/oui/bin/下执行:$export IGNORE_PREADDNODE_CHECKS=Y$ ./addNode.sh CLUSTER_NEW_NODES=his1Saving inventory on nodes . 100% Done.Save inventory completeWARNING:The following configuration scripts need to be executed as the root user in each new cluster node. Each script in the list below is followed by a list of nodes./oracle/product/11.2.0/db1/root.sh #On nodes his1To execute the configuration scripts: 1. Open a terminal window 2. Log in as root 3. Run the scripts in each cluster node The Cluster Node Addition of /oracle/product/11.2.0/db_1 was successful.Please check /tmp/silentInstall.log for more details.在his1节点上以root用户执行/oracle/product/11.2.0/db1/root.sh脚本Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /oracle/product/11.2.0/db_1Enter the full pathname of the local bin directory: /usr/local/bin: The contents of dbhome have not changed. No need to overwrite.The contents of oraenv have not changed. No need to overwrite.The contents of coraenv have not changed. No need to overwrite.Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Finished product-specific root actions.查看his1服务器/grid/gridhome/opmn/conf/ons.conf文件more ons.configusesharedinstall=trueallowgroup=truelocalport=6100 # line added by Agentremoteport=6200 # line added by Agentnodes=his1:6200,his2:6200 # line added by Agent如果his2服务的/grid/gridhome/opmn/conf/o

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论