Oracle10g RAC環境VoteDisk的新增、刪除、備份
VD的新增
1. 檢視當前使用者
$ whoami
oracle
2. 檢視當前VD
$ crsctl query css votedisk
0. 0 /dev/vg02/rora_vote
located 1 votedisk(s).
3. 檢視CRS的狀態
$ crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
4. 初始化raw分割槽
$ dd if=/dev/zero of=/dev/vg01/rora_vote bs=8192 count=2560
5. 切換到root使用者
$ su - root
6. 強制線上追加VD
# crsctl add css votedisk /dev/vg01/rora_vote -force
Now formatting voting disk: /dev/vg01/rora_vote
successful addition of votedisk /dev/vg01/rora_vote.
7. 退出root登陸
# exit
logout
8. 再次檢視當前VD
$ crsctl query css votedisk
0. 0 /dev/vg02/rora_vote
1. 0 /dev/vg01/rora_vote
located 2 votedisk(s).
9. 再次檢視CRS狀態
$ crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
VD的刪除
10. 刪除VD同樣可以線上完成,命令如下,方式同上,也要root使用者操作
crsctl delete css votedisk /dev/vg01/rora_vote -force
VD的備份
11. 平時備份VD,可直接dd完成
$ dd if=/dev/vg01/rora_vote of=/orabackup/rora_vote_1 bs=8192
1. 檢視當前使用者
$ whoami
oracle
2. 檢視當前VD
$ crsctl query css votedisk
0. 0 /dev/vg02/rora_vote
located 1 votedisk(s).
3. 檢視CRS的狀態
$ crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
4. 初始化raw分割槽
$ dd if=/dev/zero of=/dev/vg01/rora_vote bs=8192 count=2560
5. 切換到root使用者
$ su - root
6. 強制線上追加VD
# crsctl add css votedisk /dev/vg01/rora_vote -force
Now formatting voting disk: /dev/vg01/rora_vote
successful addition of votedisk /dev/vg01/rora_vote.
7. 退出root登陸
# exit
logout
8. 再次檢視當前VD
$ crsctl query css votedisk
0. 0 /dev/vg02/rora_vote
1. 0 /dev/vg01/rora_vote
located 2 votedisk(s).
9. 再次檢視CRS狀態
$ crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
VD的刪除
10. 刪除VD同樣可以線上完成,命令如下,方式同上,也要root使用者操作
crsctl delete css votedisk /dev/vg01/rora_vote -force
VD的備份
11. 平時備份VD,可直接dd完成
$ dd if=/dev/vg01/rora_vote of=/orabackup/rora_vote_1 bs=8192
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7319461/viewspace-765274/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10g RAC環境OCR的新增、刪除、備份Oracle
- OracleRACStudy之–10gR2RAC環境中線上新增、刪除Votedisk和線上替換OCR的探討Oracle
- 【RAC】Oracle10g rac新增刪除節點命令參考Oracle
- Ubuntu新增刪除環境變數Ubuntu變數
- CentOS新增、刪除環境變數CentOS變數
- Data Guard 環境下 主備庫Redo log 的新增與刪除
- ubuntu環境變數的新增與刪除Ubuntu變數
- ORACLE RAC環境下刪除節點Oracle
- 【Oracle】 RAC 環境刪除oracle 之二Oracle
- 【Oracle】 RAC 環境刪除oracle 之一Oracle
- Ubuntu環境變數——新增與刪除Ubuntu變數
- RMAN備份恢復——RAC環境資料庫的備份(zt)資料庫
- RMAN備份恢復--RAC環境資料庫的備份(十)資料庫
- RMAN備份恢復——RAC環境資料庫的備份(一)資料庫
- Linux 新增環境變數和刪除環境變數Linux變數
- ubuntu 快捷新增和刪除環境變數Ubuntu變數
- 【RAC】rac環境下的資料庫備份與還原資料庫
- aix下rac環境rman備份策略部署AI
- rac+dg環境刪除歸檔日誌
- linux下rac環境下刪除節點Linux
- RAC環境利用備份恢復RAC資料庫(五)資料庫
- RAC環境利用備份恢復RAC資料庫(四)資料庫
- RAC環境利用備份恢復RAC資料庫(三)資料庫
- RAC環境利用備份恢復RAC資料庫(二)資料庫
- RAC環境利用備份恢復RAC資料庫(一)資料庫
- RAC環境的STANDBY資料庫備份報錯資料庫
- linux環境變數顯示、新增、刪除Linux變數
- 刪除Linux非rac環境下的ASM例項LinuxASM
- Oracle10g RAC環境下DataGuard備庫搭建例項Oracle
- RAC環境下的RMAN 備份指令碼一例指令碼
- linux下export命令新增刪除環境變數LinuxExport變數
- 刪除Linux非rac環境下的ASM例項(轉)LinuxASM
- oracle 10g 中如何新增與刪除votedisk映象盤Oracle 10g
- 成功恢復無備份RAC環境資料庫資料庫
- 【Linux】-- 環境變數 path 的檢視、新增及刪除Linux變數
- Oracle10g RAC環境下DataGuard備庫搭建例項-eygleOracle
- Oracle10g RAC ASM 環境日常管理OracleASM
- Oracle10g RAC 刪除及加入節點Oracle