[RAC]使用ocrconfig -replace命令建立ocr鏡象檔案
首先檢查一下ocr.loc檔案中的配置
[root@redhat1 clusterware]#cat /etc/oracle/ocr.loc
ocrconfig_loc=/ocfs/clusterware/ocr
local_only=false
按照文件中所說的命令新增ocrmirror卻報PROT-21錯
[root@redhat1 clusterware]# ocrconfig -replace ocrmirror /ocfs/clusterware/ocrmirror
PROT-21: Invalid parameter
上網查了一下其他人的實驗,發現首先需要建立檔案
[root@redhat1 clusterware]# touch /ocfs/clusterware/ocrmirror
[root@redhat1 clusterware]# ls -l
total 46239
-rw-r----- 1 root oinstall 5963776 Feb 9 16:27 ocr
-rw-r--r-- 1 root root 424550 Jan 20 23:20 OCRDUMPFILE
-rw-r--r-- 1 root root 0 Feb 9 16:28 ocrmirror
-rw-r--r-- 1 oracle oinstall 10240000 Feb 9 16:28 votingdisk
再執行一次命令就建立成功了,發現生成的鏡象檔案好大啊~~
[root@redhat1 clusterware]# ocrconfig -replace ocrmirror /ocfs/clusterware/ocrmirror
[root@redhat1 clusterware]# ls -l
total 308587
-rw-r----- 1 root oinstall 5963776 Feb 9 16:28 ocr
-rw-r--r-- 1 root root 424550 Jan 20 23:20 OCRDUMPFILE
-rw-r--r-- 1 root root 268644352 Feb 9 16:28 ocrmirror
-rw-r--r-- 1 oracle oinstall 10240000 Feb 9 16:28 votingdisk
最後檢查一下ocr.loc,發現配置檔案也被同步修改了
[root@redhat1 clusterware]# cat /etc/oracle/ocr.loc #Device/file getting replaced by device /ocfs/clusterware/ocrmirror
ocrconfig_loc=/ocfs/clusterware/ocr
ocrmirrorconfig_loc=/ocfs/clusterware/ocrmirror
使用ocrconfig -replace命令也可替換、刪除鏡象檔案和ocr檔案
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8558093/viewspace-1017041/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決 ocrconfig -replace ocr Fails With PROT-16AI
- 執行ocrconfig replace ocr出現PROT-16錯誤
- RAC 11.2.0.3 管理OCR檔案
- oracle 11gR2 如何對ocr和vote盤進行鏡象Oracle
- 10g OCR工具ocrcheck ocrconfig ocrdump
- artisan命令建立view檔案View
- 如何建立RAC叢集控制檔案
- 【eygle】10g OCR工具ocrcheck ocrconfig ocrdump
- linux 之建立檔案命令Linux
- 執行ocrconfig replace ocrmirror出現PROT-22錯誤
- 動態建立script引入js檔案導致亂碼現象JS
- ORACLE RAC重建OCROracle
- linux中用touch命令建立新檔案Linux
- OCR / Vote disk Maintenance Operations: (ADD/REMOVE/REPLACE/MOVE)AINaNREM
- 【使用者概要檔案】建立使用者概要檔案
- Mahout學習之命令列建立序列檔案命令列
- SOLARIS磁碟鏡象(RAID1)AI
- otedisk OCR 檔案管理故障處理
- 管理oracle叢集中的ocr檔案Oracle
- 使用普通檔案建立ASM例項ASM
- 使用XmlTextWriter物件建立XML檔案 (轉)XML物件
- Linux基礎命令---htpasswd建立密碼檔案Linux密碼
- OCR / Vote disk Maintenance Operations: (ADD/REMOVE/REPLACE/MOVE) [ID 428681.1]AINaNREM
- OCR維護命令
- 影象濾鏡--圖象扭曲演算法演算法
- 使用Maven命令列快速建立專案骨架(archetype)Maven命令列
- ORACLE 11G RAC--維護叢集的OCR命令介紹Oracle
- 如何使用curl命令下載檔案
- 使用 split 命令分割 Linux 檔案Linux
- 檔案拆分命令 split 使用簡介
- 使用touch命令修改檔案時間
- Windows從命令列建立文字檔案的兩種方式Windows命令列
- Oracle Rac Ocr VotingDisk 備份Oracle
- Bash 指令碼如何建立臨時檔案:mktemp 命令和 trap 命令教程指令碼
- oracle rac基礎 oifcfg ocrconfig(轉自xyy@163)Oracle
- RAC環境下建立本地資料檔案的解決方法
- RAC資料庫將資料檔案建立在本地磁碟資料庫
- 使用命令列建立Android Studio專案命令列Android