RE: Oracle 10.2 - Sun solaris 10 - while installing CRS
- From: "Pankaj Jain" <pjain@xxxxxxxxxx>
- To: "Pankaj Jain" <pjain@xxxxxxxxxx>, <robertgfreeman@xxxxxxxxx>, <howard.latham@xxxxxxxxx>, <kennaim@xxxxxxxxx>
- Date: Fri, 24 Apr 2009 10:13:51 -0400
finally I found the solution, which get me out of the woods. For all
CRS/ASM/RAC on raw devise, enthusiasts here is what I did.
Cause
The reason we were not able to initialize the ocr voting disk is when
the device was created, it didn't skip the first 1MB to avoid
overwriting the disk VTOC.
Solution
To implement the solution, please execute the following steps:
Note: The following steps is for Sun Solaris
1. Determine which disk devices will be used store the OCR and voting
disk file. Use the format
command to list the devices, and select the appropriate device. Create a
120 Mb partition and
label the disk. Note, the disk partition to be used must skip the first
1Mb to avoid overwriting
the disk VTOC.
Repeat this step for the voting disk, using 20Mb for the disk device.
2. Make sure the other nodes can see those devices. If the other nodes
see those devices at a
different path, then common symbolic links or mknod command must be used
to point to the same
location.
3. Initialize the devices using dd.
dd if=/dev/zero of=/dev/rdsk/c3t4d12s6 bs=125829120 \
count=1
dd if=/dev/zero of=/dev/rdsk/c3t4d15s6 bs=20971520 \
count=1
4. Change the permissions and ownership on the two devices.
OCR disk device
chown root:dba /dev/rdsk/c3t4d12s6
chmod 660 /dev/rdsk/c3t4d12s6
Voting disk
chown oracle:dba /dev/rdsk/c3t4d15s6
chmod 660 /dev/rdsk/c3t4d15s6
See Note 293819.1
<https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&id=293819.1&
blackframe=1> -Placement of voting and OCR disk files in 10gRAC for
more detail on how create on different platform.
Thanks & regards,
Pankaj Jain
10 Second Avenue, Burlington, MA 01803
Work (781) 505-7925 Cell (978) 987-0004 Fax (781) 505-7382,
Email: pjain@xxxxxxxxxx <mailto:pjain@xxxxxxxxxx> ;
9789870004@xxxxxxxxx <mailto:9789870004@xxxxxxxxx>
Confidentiality Statement : This e-mail contains proprietary information
of iBasis. It is exclusively intended for the recipient of this e-mail.
The information should not be copied or distributed to third parties.
________________________________
From: Pankaj Jain
Sent: Thursday, April 23, 2009 4:30 PM
To: 'robertgfreeman@xxxxxxxxx'; howard.latham@xxxxxxxxx;
kennaim@xxxxxxxxx
Cc: tony_vanlingen@xxxxxxxxxxxxxxxxxxxxx; oracle-l@xxxxxxxxxxxxx
Subject: Oracle 10.2 - Sun solaris 10 - while installing CRS
Importance: High
Gurus -
On running root.sh I am getting following error, can anybody shed some
light on this and guide me with appropriate solution.
Creating OCR keys for user 'root', privgrp 'root'..
OCR create keys failed, OCR error 4.
+ /bin/echo Failed to initialize Oracle Cluster Registry for cluster
Failed to initialize Oracle Cluster Registry for cluster
Thanks & regards,
Pankaj Jain
10 Second Avenue, Burlington, MA 01803
Work (781) 505-7925 Cell (978) 987-0004 Fax (781) 505-7382,
Email: pjain@xxxxxxxxxx <mailto:pjain@xxxxxxxxxx> ;
9789870004@xxxxxxxxx <mailto:9789870004@xxxxxxxxx>
Confidentiality Statement : This e-mail contains proprietary information
of iBasis. It is exclusively intended for the recipient of this e-mail.
The information should not be copied or distributed to third parties.
Other related posts: