Monday, September 15, 2014

Relocating Voting disk and OCR from one disk group to another


C:\Users\farhat>crsctl query css votedisk
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
 1. ONLINE   03c219af7dbe4f3dbf7ad4949cccbd42 (\\.\ORCLDISKOCRVOTE0) [OCRVOTE]
Located 1 voting disk(s).

C:\Users\farhat>crsctl replace votedisk +OCRVOTENEW
Successful addition of voting disk 7e56811064114ff9bfbee059c4ebacc6.
Successful deletion of voting disk 03c219af7dbe4f3dbf7ad4949cccbd42.
Successfully replaced voting disk group with +OCRVOTENEW.
CRS-4266: Voting file(s) successfully replaced

C:\Users\farhat>crsctl query css votedisk
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
 1. ONLINE   7e56811064114ff9bfbee059c4ebacc6 (\\.\ORCLDISKOCRVOTENEW0) [OCRVOTENEW]
Located 1 voting disk(s).

Move OCR from diskgroup +OCRVOTE to +OCRVOTENEW


C:\Users\farhat>ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3316
         Available space (kbytes) :     258804
         ID                       : 1825388376
         Device/File Name         :   +OCRVOTE
                                    Device/File integrity check succeeded

                                    Device/File not configured

                                    Device/File not configured

                                    Device/File not configured

                                    Device/File not configured

         Cluster registry integrity check succeeded

----------------------------------------------------------------------
C:\Users\farhat>ocrconfig -add +OCRVOTENEW

C:\Users\farhat>ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3316
         Available space (kbytes) :     258804
         ID                       : 1825388376
         Device/File Name         :   +OCRVOTE
                                    Device/File integrity check succeeded
         Device/File Name         : +OCRVOTENEW
                                    Device/File integrity check succeeded

                                    Device/File not configured

--------------------------------------------------------------------------

C:\Users\farhat>ocrconfig -delete +OCRVOTE

---------------------------------------------------------------------------

C:\Users\farhat>ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3316
         Available space (kbytes) :     258804
         ID                       : 1825388376
         Device/File Name         : +OCRVOTENEW
                                    Device/File integrity check succeeded

                                    Device/File not configured

                                    Device/File not configured

                                    Device/File not configured

                                    Device/File not configured

         Cluster registry integrity check succeeded

         Logical corruption check succeeded

                                    Device/File not configured

                                    Device/File not configured

         Cluster registry integrity check succeeded
---------------------------------------------------------------------------

No comments:

Post a Comment