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: 10gR2 RAC on AIX shared disk device names issue

RE: 10gR2 RAC on AIX shared disk device names issue

From: Randy Johnson <oraclelist_at_sbcglobal.net>
Date: Tue, 24 Jul 2007 14:38:25 -0500
Message-ID: <003201c7ce2a$34615210$c4fda80a@scraunch>


[ I am able to access these disks rac_dsk1-3 using dd command. ]  

If there is some left over junk in the header of the devices ASM will not want to use them. Try formatting the header using the dd command. It should be something like this:  

    dd if=/dev/zero of=/dev/sda1 bs=8192 count=25600  

Of course this will vary depending on your configuration.


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Venkata Giri PG
Sent: Tuesday, July 24, 2007 10:37 AM
To: oracle-l_at_freelists.org
Subject: 10gR2 RAC on AIX shared disk device names issue

Hi,

I am in the process of setting up 2node RAC with the following components:

Oracle 10g R2 RAC
Oracle Clusterware
AIX 5L 5.3
HP Storage
ASM Following are shared disks for storage:

on Node1:

/dev/rhdisk10 -- for voting disk
/dev/rhdisk11 -- for OCR
/dev/rhdisk12 -- for ASM
/dev/rhdisk13 -- for ASM
/dev/rhdisk14 -- for ASM

on Node2:

/dev/rhdisk10 -- for voting disk
/dev/rhdisk11 -- for OCR
/dev/rhdisk15 -- for ASM
/dev/rhdisk16 -- for ASM
/dev/rhdisk18 -- for ASM

Shared disk names are not same accross my nodes.

we have created new common device name file for non-common disks dev/rhdisk12-14 & /dev/rhdisk15-18.

new device names are : rac_dsk1, rac_dsk2, rac_dsk3

I am able to access these disks rac_dsk1-3 using dd command.

But Cluster verfication utility fails with error ERROR: /dev/rac_dsk1 Storage operation failed.

I have used the following cluvfy command.

./cluvfy comp ssa -n node1, node2 -s /dev/rac_dsk1,/dev/rac_dsk2

Are there any known issues with cluvfy?

Is it possible to use shared storage with different device names during ASM instance / Disk group creations?

Thanks
Venkata Giri


Local listings, incredible imagery, and driving directions - all in one place! HYPERLINK "http://maps.live.com/?wip=69&FORM=MGAC01"Find it!

No virus found in this incoming message. Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.16/914 - Release Date: 7/23/2007 7:45 PM

No virus found in this outgoing message. Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.16/914 - Release Date: 7/23/2007 7:45 PM  

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jul 24 2007 - 14:38:25 CDT

Original text of this message

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