Oracle10g OCR及Voting Disk的備份
作者: |
【轉載時請以超連結形式標明文章和作者資訊及】
連結:
在Oracle10g RAC環境中,OCR及Voting Disk對於叢集來說都是非常重要的。連結:
那麼如何對兩者進行備份並且能夠在故障時進行恢復就顯得極為重要。
OCR的資料Oracle會自動執行備份,透過ocrconfig -showbackup命令可以檢視這些備份:
bash-2.05$ ocrconfig -showbackup
db490-9 2008/03/01 19:26:29 /opt/oracle/product/10.2.0/crs10g/cdata/crs
db490-9 2008/03/01 15:26:29 /opt/oracle/product/10.2.0/crs10g/cdata/crs
db490-9 2008/03/01 11:26:29 /opt/oracle/product/10.2.0/crs10g/cdata/crs
db490-9 2008/02/29 03:26:26 /opt/oracle/product/10.2.0/crs10g/cdata/crs
db490-9 2008/02/22 03:26:13 /opt/oracle/product/10.2.0/crs10g/cdata/crs
bash-2.05$ hostname
db480-5
注意這個備份只會儲存在一個節點上,並非所有節點都會記錄這個備份。
在備份節點的相應目錄下我們可以找到這些備份:
$ cd /opt/oracle/product/10.2.0/crs10g/cdata/crs
$ ls -al
total 66420
drwxrwxr-x 2 oracle dba 512 Mar 1 19:26 .
drwxrwxr-x 4 oracle dba 512 Nov 23 16:39 ..
-rw-r--r-- 1 root root 4845568 Mar 1 19:26 backup00.ocr
-rw-r--r-- 1 root root 4845568 Mar 1 15:26 backup01.ocr
-rw-r--r-- 1 root root 4845568 Mar 1 11:26 backup02.ocr
-rw-r--r-- 1 root root 4845568 Feb 29 03:26 day.ocr
-rw-r--r-- 1 root root 4845568 Mar 1 03:26 day_.ocr
-rw-r--r-- 1 root root 4845568 Feb 22 03:26 week.ocr
-rw-r--r-- 1 root root 4845568 Feb 29 03:26 week_.ocr
當出現故障時,可以透過ocrconfig命令來執行恢復,透過幫助可以看到詳細的用法:
$ ocrconfig -help如果不出意外,恢復過程將會很簡單,透過 ocrconfig -restore 就可以回覆這裡的物理備份。
Name:
ocrconfig - Configuration tool for Oracle Cluster Registry.
Synopsis:
ocrconfig [option]
option:
-export[-s online]
- Export cluster register contents to a file
-import- Import cluster registry contents from a file
-upgrade [[ ]]
- Upgrade cluster registry from previous version
-downgrade [-version]
- Downgrade cluster registry to the specified version
-backuploc- Configure periodic backup location
-showbackup - Show backup information
-restore- Restore from physical backup
-replace ocr|ocrmirror [] - Add/replace/remove a OCR device/file
-overwrite - Overwrite OCR configuration on disk
-repair ocr|ocrmirror- Repair local OCR configuration
-help - Print out this help information
Note:
A log file will be created in
$ORACLE_HOME/log//client/ocrconfig_ .log. Please ensure
you have file creation privileges in the above directory before
running this tool.
對於voting disk可以透過dd來進行備份。
首先透過 crsctl query css votedisk 命令可以找到voting disk的儲存地:
bash-2.05$ crsctl query css votedisk
0. 0 /dev/rdsk/voting
located 1 votedisk(s).
然後透過dd備份:
bash-2.05$ dd if=/dev/rdsk/voting f=voting.bak當需要恢復時,透過dd進行恢復即可。這個voting disk記錄了什麼內容呢?
211456+0 records in
211456+0 records out
bash-2.05$ ls -al
total 211588
drwxr-xr-x 2 oracle dba 512 Mar 1 21:13 .
drwxr-xr-x 11 oracle dba 512 Jan 25 17:59 ..
-rw-r--r-- 1 oracle dba 108265472 Mar 1 21:14 voting.bak
透過strings可以將其中的字串取出來看一個印象:
bash-2.05$ strings voting.bak |sort -u
CLSf
Vote
cLssTock
clSs0pEr
clsSkilL
db480-5
db490-9
z{|}
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-701364/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10g OCR及Voting Disk的Oracle
- Oracle10g RAC voting disk及OCR 的映象,備份恢復[final]Oracle
- 11g RAC OCR,VOTING DISK儲存全部損壞,利用自動備份,恢復OCR,VOTING DISK到新儲存。
- Voting Disk - Oracle10gOracle
- 管理OCR,OLR,Voting Disk(筆記)筆記
- Oracle RAC 重建 OCR 和 Voting diskOracle
- zt_oracle10g rac real application cluster ocr and voting disk備份恢復OracleAPP
- 11g RAC 中 OCR 及Voting Disk 相關操作
- RAC關鍵資訊(OCR/VOTE DISK/ASM DISK HEADER)備份ASMHeader
- Oracle 10g RAC下Voting disk和OCR的管理Oracle 10g
- Oracle 10G RAC下OCR和Voting disk的管理Oracle 10g
- 轉 Oracle 10G RAC下OCR和Voting disk的管理Oracle 10g
- 【OCR】OCR備份策略及備份介質有效性驗證
- (轉)【OCR】OCR備份策略及備份介質有效性驗證
- 【轉載】Oracle 10G RAC下OCR和Voting disk的管理Oracle 10g
- Oracle10g RAC環境OCR的新增、刪除、備份Oracle
- OCR And Voting Disk In Oracle 10gR2 Clusterware (RAC) [ID 1092293.1]Oracle 10g
- Placement of Voting disk and OCR Files in Oracle RAC 10g and 11gR1 [ID 293819.1]Oracle
- OCR自動備份目錄cdata下出現大量的OCR備份檔案問題
- Oracle OCR的備份與恢復Oracle
- 關於oracle orc和voting diskOracle
- The Oracle Clusterware Voting Disk and Oracle Cluster RegistryOracle
- Votingdisk, OCR, ASM 相關資訊及備份與恢復ASM
- Oracle Rac Ocr VotingDisk 備份Oracle
- Oracle RAC CRS、OCR、Voting破壞重建Oracle
- voting disk 損壞解決方法---重建crs
- Oracle 10G RAC的ocr備份恢復Oracle 10g
- How to Restore a Lost Voting Disk in 10g [ID 279793.1]REST
- Oracle RAC OCR 和 VotingDisk 的備份與恢復Oracle
- Oracle10g增加備份集的CATALOGOracle
- oracle10g RMAN增量備份策略Oracle
- Oracle備份及備份策略及基於Linux下 Oracle 備份策略(RMAN)OracleLinux
- Oracle叢集軟體管理-OCR和Voting Files管理Oracle
- Oracle 12c RAC OCR和voting files介紹Oracle
- Oracle 無備份情況恢復ocr和olrOracle
- oracle crs voting disk損壞一例(asm+rac)OracleASM
- 備份與恢復 - Low cache RBA和On disk RBA的區別
- 初探MySQL資料備份及備份原理MySql