Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2140774
  • 博文数量: 157
  • 博客积分: 10047
  • 博客等级: 上将
  • 技术积分: 6757
  • 用 户 组: 普通用户
  • 注册时间: 2005-05-19 11:38
文章分类

全部博文(157)

文章存档

2011年(16)

2010年(50)

2009年(42)

2008年(49)

我的朋友

分类: Oracle

2009-07-13 13:22:00

Subject: How to recreate OCR/Voting disk accidentally deleted 
  Doc ID: 399482.1 Type:  HOWTO 
  Modified Date:  19-APR-2009 Status:  PUBLISHED 

In this Document
  Goal
  Solution



--------------------------------------------------------------------------------



Applies to: 
Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 10.2.0.3
Oracle Server - Standard Edition - Version: 10.2.0.1 to 10.2.0.3
Sun Solaris x86 (32-bit)
HP-UX Itanium
IBM AIX Based Systems (64-bit)
Linux Itanium
Linux x86-64
Sun Solaris SPARC (64-bit)
HP-UX PA-RISC (64-bit)
HP Tru64 UNIX
Oracle Clusterware 
Goal
The goal of this document is to help customers who have accidentally deleted the OCR, voting disk or the files that are required for the operation of Oracle clusterware. 

Depending on the issue, it may or may not be good idea to execute the steps provided.

OCR  
If the OCR has been deleted, then check if the OCR mirror is OK and vice versa. It may be prudent to use the OCR mirror to create the OCR. For steps on this check the documentation Oracle? Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide  
If the OCR mirror and OCR have been deleted, then it may be faster to restore the OCR using the OCR backups. For steps on this check the documentation Oracle? Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide 
Voting Disk   
If there are multiple voting disks and one was accidentally deleted, then check if there are any backups of this voting disk. If there are no backups then we can add one using the crsctl add votedisk command. The complete steps are in the Oracle? Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide 
SCLS directories 
These are internal only directories which are created by root.sh, if this directory is accidentally removed then they can only be created by the steps documented below 
Socket files in /tmp/.oracle or /var/tmp/.oracle 
If these files are accidentally deleted, then stop the Oracle Clusterware on that node and restart it again. This will  recreate these socket files. If the socket files for cssd is deleted then the Oracle Clusterware stack may not come down in which case the node has to be bounced. 
Solution
If none of the steps documented above can be used to restore the file that was accidentally deleted or is corrupted, then the following steps can be used to re-create/reinstantiate these files. The following steps require complete downtime on all the nodes.

Shutdown the Oracle Clusterware stack on all the nodes using command crsctl stop crs as root user. 
Backup the entire Oracle Clusterware home. 
Execute /install/rootdelete.sh on all nodes 
Execute /install/rootdeinstall.sh on the node which is supposed to be the first node 
The following commands should return nothing 
ps -e | grep -i 'ocs[s]d' 
ps -e | grep -i 'cr[s]d.bin' 
ps -e | grep -i 'ev[m]d.bin' 
Execute /root.sh on first node 
After successful root.sh execution on first node Execute root.sh on the rest of the nodes of the cluster 
Execute as owner of CRS_HOME (generally oracle) /install/onsconfig add_config hostname1:port hostname2:port

$/u01/crs/install/onsconfig add_config halinux1:6251 halinux2:6251

Execute as owner of CRS_HOME (generally oracle)  /bin/oifcfg setif -global. Please review Note 283684.1 for details.

$/u01/crs/bin/oifcfg setif -global  eth0/192.168.0.0:cluster_interconnect eth1/10.35.140.0:public

Add listener using netca. This may give errors if the listener.ora contains the entries already. If this is the case, move the listener.ora to /tmp from the $ORACLE_HOME/network/admin or from the $TNS_ADMIN directory if the TNS_ADMIN environmental is defined and then run netca. Add all the listeners that were added earlier.

Add ASM & database resource to the OCR using the appropriate srvctl add database command as the user who owns the ASM & database resource. Please ensure that this is not run as root user 
Add  Instance, services using approproate srvctl add commands. Please refer to the documentation for the exact commands. 
execute cluvfy stage -post crsinst -n node1,node2    ### Please ensure to replace node1,node2 with the node names of the cluster 

Keywords
OCR ;  
阅读(956) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~