VOTING DiSK 11Gr1 [message #541308] |
Mon, 30 January 2012 06:08 |
|
phirou
Messages: 1 Registered: January 2012
|
Junior Member |
|
|
Dear all,
I want to test a full restore (OS + oracle 11GR1 ) of a 2 two nodes RAC cluster
I restore the OS AIX 6 : no problem
I restore the OCR from a backup : no problem
I want to restore all the voting disk from 1 voting disk backup.
I plan to do these actions :
crsctl stop crs
crsctl query css votedisk
0. 0 /dev/voting_san1
1. 0 /dev/voting_san2
2. 0 /votingdisk/votingDisk
crsctl delete css votedisk /dev/voting_san2 -force
crsctl delete css votedisk /votingdisk/votingDisk -force
dd if=/backup/CRS/voting/voting-san1.bak of=/dev/voting_san1 bs=1024k count=256
crsctl add css votedisk /dev/voting_san2 -force
crsctl add css votedisk /votingdisk/votingDiskBI -force
is it the best way ?
Thanks.
|
|
|
|