Skip to main content

Posts

Showing posts with the label adding

11gR2 removing a mirrored Oracle Cluster Registry and adding again

11gR2 removing a mirrored Oracle Cluster Registry and adding again I want to test a scenario where one of my OCR file is lost. This is what I have done. Now lets have a look at my OCR configuration. /u01/app/11.2.0/grid/bin/ocrcheck Status of Oracle Cluster Registry is as follows : Version : 3 Total space (kbytes) : 262120 Used space (kbytes) : 2708 Available space (kbytes) : 259412 ID : 2044210075 Device/File Name : /u02/ocfs2/ocr/OCRFile Device/File integrity check succeeded Device/File Name : /u02/ocfs2_mirror/ocr/OCRFile Device/File integrity check succeeded Device/File not configured Device/File not configured Device/File not configured Cluster registry integrity check succeeded Logical corruption check succeeded As you can see Ive two mirrored OCR files one on /u02/ocfs2/ path and another on /u02/ocfs2_mirror/. For your information, these paths are on two different LUNs formed by several disks and on a RAID-1 configuration Here is where my mirrored OCR file exists...

11gR2 adding a mirrored voting disk on OCFS2 file system

11gR2 adding a mirrored voting disk on OCFS2 file system I want to add a mirrored voting disk after migration from ASM to OCFS2. The following is my current configuration: /u01/app/11.2.0/grid/bin/crsctl query css votedisk ## STATE File Universal Id File Name Disk group -- ----- ----------------- --------- --------- 1. ONLINE 353efdf9e50d4f93bf71c6aa84b9e19b (/u02/ocfs2/css/vdisk) [] Located 1 voting disk(s). Create a new directory on mirrored location Set the right permissions, as I did: touch css/vdisk chown -R oracle.oinstall css/ and check if all is right Now execute the command to add another voting disk: /u01/app/11.2.0/grid/bin/crsctl add css votedisk /u02/ocfs2_mirror/css/vdisk Now formatting voting disk: /u02/ocfs2_mirror/css/vdisk. CRS-4603: Successful addition of voting disk /u02/ocfs2_mirror/css/vdisk. As you can see, I have now two voting disk files. /u01/app/11.2.0/grid/bin/crsctl query css votedisk ## STATE File Universal Id File Name Disk group -- ----- ---------------...