Database Reference
In-Depth Information
2.
Create the ASM diskgroup “VOCR”:
SQL>CREATE DISKGROUP VOCR NORMAL REDUNDANCY
FAILGROUP VOCRG1 DISK 'ORCL:VOCR1' name VOCR1
FAILGROUP VOCRG2 DISK 'ORCL:VOCR2' name VOCR2
FAILGROUP VOCRG3 DISK 'ORCL:VOCR3' name VOCR3;
SQL>alter diskgroup VOCR set attribute 'compatible.asm'=12.1.0.0.0';
3.
Move OCR to the new ASM diskgroup:
Add the new ASM diskgroup for OCR
$ocrconfig -add +VOCR
Drop the old ASM diskgroup from OCR
$ocrconfig -delete +OCRV
4.
Move the voting disk files from old ASM diskgroup to the new ASM diskgroup:
$ crsctl replace votedisk +VOCR
Successful addition of voting disk 29adbae485454f72bf9d66519c921e17.
Successful addition of voting disk 529b802332674f9fbf8543d5acd55672.
Successful addition of voting disk 017523650cd64f47bf65bb90e8ed98e6.
Successful deletion of voting disk 327b1f75f8374f1ebf8611c847ffbdad.
Successful deletion of voting disk 985958d30e4f4f45bf8134a9b07cae4f.
Successful deletion of voting disk 80650a28b2fa4ffdbf93716a8bc22668.
Successfully replaced voting disk group with +VOCR.
CRS-4266: Voting file(s) successfully replaced
$ crsctl query css votedisk
## STATE File Universal Id File Name Disk group
-- ----- ----------------- --------- ---------
1. ONLINE 29adbae485454f72bf9d66519c921e17 (ORCL:VOCR1) [VOCR]
2. ONLINE 529b802332674f9fbf8543d5acd55672 (ORCL:VOCR2) [VOCR]
3. ONLINE 017523650cd64f47bf65bb90e8ed98e6 (ORCL:VOCR3) [VOCR]
Located 3 voting disk(s).
Make sure the /etc/oracle/ocr.loc file gets updated to point to the new ASM diskgroup:
$ more /etc/oracle/ocr.loc
ocrconfig_loc=+VOCR
local_only=FALSE
5.
Shut down and restart CRS using the force option “the Clusterware on all the nodes”:
#./crsctl stop crs -f
# ./crsctl start crs
CRS-4123: Oracle High Availability Services has been started.
# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
Search WWH ::




Custom Search