<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>AskDBA.org Forum &#187; Tag: multipathing - Recent Topics</title>
<link>http://www.forum.askdba.org/</link>
<description>Forum for Oracle DBA&#039;s</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 13:22:56 +0000</pubDate>

<item>
<title>deepika.dhamija@gmail.com on "ASM and Multipathing"</title>
<link>http://www.forum.askdba.org/topic/asm-and-multipathing#post-103</link>
<pubDate>Tue, 08 Dec 2009 09:37:34 +0000</pubDate>
<dc:creator>deepika.dhamija@gmail.com</dc:creator>
<guid isPermaLink="false">103@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have a 2node RAC Setup 10gR2.&#60;/p&#62;
&#60;p&#62;I have three ASM Volumes configured, out of devices sdb2, sdb3, sdb4&#60;br /&#62;
/etc/init.d/oracleasm createdisk VOL1 /dev/sdb2&#60;br /&#62;
/etc/init.d/oracleasm createdisk VOL2 /dev/sdb3&#60;br /&#62;
/etc/init.d/oracleasm createdisk VOL3 /dev/sdb4.&#60;br /&#62;
where VOL1 &#38;amp; VOL2 belong to the Disk Group ORCL_DATA1 and Vol3 to the group FLASH_RECOVERY_AREA.&#60;/p&#62;
&#60;p&#62;I want to use the multipath disks namely /dev/multipath/sdb2, /dev/multipath/sdb3 and /dev/multipath/sdb4 for asm volumes.&#60;br /&#62;
I created the multipath disks on node1 and edited the file /etc/sysconfig/oracleasm and set ORACLEASM_SCANORDER=&#34;multipath&#34; and&#60;br /&#62;
ORACLEASM_SCANEXCLUDE=&#34;sdb2 sdb3 sdb4&#34;.&#60;/p&#62;
&#60;p&#62;After a Reboot, the crs_stat shows&#60;br /&#62;
On Node1&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
Name Type Target State Host&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
ora....SM1.asm application ONLINE ONLINE linux1&#60;br /&#62;
ora....X1.lsnr application ONLINE ONLINE linux1&#60;br /&#62;
ora.linux1.gsd application ONLINE ONLINE linux1&#60;br /&#62;
ora.linux1.ons application ONLINE ONLINE linux1&#60;br /&#62;
ora.linux1.vip application ONLINE ONLINE linux1&#60;br /&#62;
ora....SM2.asm application ONLINE ONLINE linux2&#60;br /&#62;
ora....X2.lsnr application ONLINE ONLINE linux2&#60;br /&#62;
ora.linux2.gsd application ONLINE ONLINE linux2&#60;br /&#62;
ora.linux2.ons application ONLINE ONLINE linux2&#60;br /&#62;
ora.linux2.vip application ONLINE ONLINE linux2&#60;br /&#62;
ora.orcl.db application ONLINE ONLINE linux1&#60;br /&#62;
ora....l1.inst application ONLINE OFFLINE&#60;br /&#62;
ora....l2.inst application ONLINE ONLINE linux2&#60;br /&#62;
ora....test.cs application ONLINE ONLINE linux2&#60;br /&#62;
ora....cl1.srv application ONLINE OFFLINE&#60;br /&#62;
ora....cl2.srv application ONLINE ONLINE linux2&#60;/p&#62;
&#60;p&#62;oracle@linux1 ~$ sqlplus &#34;/ as sysdba&#34;&#60;/p&#62;
&#60;p&#62;SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 8 12:04:53 2009&#60;/p&#62;
&#60;p&#62;Copyright (c) 1982, 2005, Oracle. All rights reserved.&#60;/p&#62;
&#60;p&#62;Connected to an idle instance.&#60;/p&#62;
&#60;p&#62;SQL&#38;gt; select name, path from v$asm_disk;&#60;br /&#62;
select name, path from v$asm_disk&#60;br /&#62;
*&#60;br /&#62;
ERROR at line 1:&#60;br /&#62;
ORA-01034: ORACLE not available&#60;/p&#62;
&#60;p&#62;I try to start the instance manually,&#60;br /&#62;
oracle@linux1 ~$ srvctl start instance -d orcl -i orcl1&#60;br /&#62;
PRKP-1001 : Error starting instance orcl1 on node linux1&#60;br /&#62;
CRS-0215: Could not start resource 'ora.orcl.orcl1.inst'.&#60;/p&#62;
&#60;p&#62;Also from sql&#60;br /&#62;
SQL&#38;gt; startup&#60;br /&#62;
ORA-01078: failure in processing system parameters&#60;br /&#62;
ORA-01565: error in identifying file '+ORCL_DATA1/orcl/spfileorcl.ora'&#60;br /&#62;
ORA-17503: ksfdopn:2 Failed to open file +ORCL_DATA1/orcl/spfileorcl.ora&#60;br /&#62;
ORA-15077: could not locate ASM instance serving a required diskgroup&#60;/p&#62;
&#60;p&#62;On Node2&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
oracle@linux2 ~$ sqlplus &#34;/ as sysdba&#34;&#60;/p&#62;
&#60;p&#62;SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 8 11:56:13 2009&#60;/p&#62;
&#60;p&#62;Copyright (c) 1982, 2005, Oracle. All rights reserved.&#60;/p&#62;
&#60;p&#62;Connected to:&#60;br /&#62;
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production&#60;br /&#62;
With the Partitioning, Real Application Clusters, OLAP and Data Mining options&#60;/p&#62;
&#60;p&#62;SQL&#38;gt; select name, path from v$asm_disk;&#60;/p&#62;
&#60;p&#62;NAME&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
PATH&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
VOL1&#60;br /&#62;
ORCL:VOL1&#60;/p&#62;
&#60;p&#62;VOL2&#60;br /&#62;
ORCL:VOL2&#60;/p&#62;
&#60;p&#62;VOL3&#60;br /&#62;
ORCL:VOL3&#60;/p&#62;
&#60;p&#62;Plz note, that I have the multipath devices only on one node currently.&#60;/p&#62;
&#60;p&#62;I am new to the multipathing concept. Plz advise, on what (above) steps are wrong and what additional things are to be taken care of.&#60;br /&#62;
And the causes/solutions to the errors.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

