Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 10g RAC Install with Raw Devices

RE: 10g RAC Install with Raw Devices

From: Carlson, Todd <tcarlson_at_tripos.com>
Date: Wed, 28 Mar 2007 11:38:57 -0500
Message-ID: <4E6AB84EE260DE49B1BCCBCAC72CE1B301B317A4@S01-VWFPS034VB.tripos.com>


Hey Bill,

You are correct. The permissions were not correct. The oracle user had rwx but was not in the group ownership of the actual device. Once we got that fixed and modified the init scripts to change the ownership on reboot, the install when fine (until running root.sh where we had another problem...).

Thanks for all of the help guys!

Todd

-----Original Message-----
From: William Wagman [mailto:wjwagman_at_ucdavis.edu] Sent: Wednesday, March 28, 2007 11:19 AM To: Carlson, Todd; oracle-l_at_freelists.org Subject: RE: 10g RAC Install with Raw Devices

Todd,

Check the ownership on your raw devices. In order for the install to work ownership must be oracle:oinstall, or oracle:dba if you haven't created the oinstall group. If it is root:root then the installer will fail. I believe that is the error I saw prior to realizing the correct setting of ownership.

Thanks.

Bill Wagman
Univ. of California at Davis
IET Campus Data Center
wjwagman_at_ucdavis.edu
(530) 754-6208

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Carlson, Todd Sent: Wednesday, March 28, 2007 7:15 AM
To: oracle-l_at_freelists.org
Subject: 10g RAC Install with Raw Devices

Hey Guys,

I am doing a RAC install on an x86_64 RH4 box. We are using 10.2.0.1 and raw devices. The SAN is a MSA 1500. The issue that I am having is during the Cluster install. The installer is complaining that all nodes can't see the raw device location that I point it to for the OCR. I can dd from all nodes to the device. Has anyone seen this before? Does anyone know what test Oracle is using to determine connectivity? Are there any other options that I should try before creating an SR?

hostName = grid0.hprsn.com
INFO: Query Returned: grid0
INFO: Calling Query fileQueries10.1.0.2.0 exists

filename = /dev/sda2/
INFO: Query Returned: true
INFO: Calling Query ClusterQueries10.2.0.1.0 IsItDir

PathName = /dev/sda2/
INFO: Query Returned: false
INFO: Calling Query cfsprereqQueries10.2.0.1.0 isOHonCFS

oraclehome = /dev/sda2/

nodeList = grid0,grid1,grid2,grid3,

localNode = grid0.hprsn.com
INFO:
Query Exception: RuntimeException
Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException INFO: false
INFO: Calling Query ClusterQueries10.2.0.1.0 IsItRaw

PathName = /dev/sda2/
INFO: Query Returned: OPENFAILONDEV
SEVERE: The location /dev/sda2/, entered for the Oracle Cluster Registry
(OCR) is not shared across all the nodes in the cluster. Specify a
shared raw partition or cluster file system file that is visible by the same name on all nodes of the cluster.

Thanks!

Todd

--
http://www.freelists.org/webpage/oracle-l




--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 28 2007 - 11:38:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US