<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Voting Disk Redundancy in ASM</title>
	<atom:link href="http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=voting-disk-redundancy-in-asm</link>
	<description>Andy Colvin&#039;s Oracle Blog</description>
	<lastBuildDate>Tue, 07 May 2013 18:45:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jee</title>
		<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/#comment-1019</link>
		<dc:creator>jee</dc:creator>
		<pubDate>Sun, 19 Aug 2012 05:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracle-ninja.com/?p=380#comment-1019</guid>
		<description><![CDATA[Very good explanation. In context to exadata, if no of db nodes are 2 &amp; cell nodes are more than 3....What will be the scenariot of DB nodes are 2 &amp; cell nodes are only 3....and CD with high redudancy...I mean VD will be allocated &amp; survive on disk failure.]]></description>
		<content:encoded><![CDATA[<p>Very good explanation. In context to exadata, if no of db nodes are 2 &amp; cell nodes are more than 3&#8230;.What will be the scenariot of DB nodes are 2 &amp; cell nodes are only 3&#8230;.and CD with high redudancy&#8230;I mean VD will be allocated &amp; survive on disk failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Colvin</title>
		<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/#comment-473</link>
		<dc:creator>Andy Colvin</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracle-ninja.com/?p=380#comment-473</guid>
		<description><![CDATA[Santhosh,

I haven&#039;t attempted this, but I believe that if you lost 2 failgroups simultaneously, your diskgroup would go offline.  The reason that I expect that is because you have the option to store other files in the diskgroup, so ASM would want to protect the files that could possibly be stored there.  I&#039;ll test this and let you know what I find.]]></description>
		<content:encoded><![CDATA[<p>Santhosh,</p>
<p>I haven&#8217;t attempted this, but I believe that if you lost 2 failgroups simultaneously, your diskgroup would go offline.  The reason that I expect that is because you have the option to store other files in the diskgroup, so ASM would want to protect the files that could possibly be stored there.  I&#8217;ll test this and let you know what I find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhosh</title>
		<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/#comment-469</link>
		<dc:creator>Santhosh</dc:creator>
		<pubDate>Mon, 30 Jan 2012 06:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracle-ninja.com/?p=380#comment-469</guid>
		<description><![CDATA[Hi ,

 Great post. Have one clarification though ... I am in process of designing a RAC with two separate storage devices.

we are trying to eliminate single storage device failure leading to RAC or database failure. 

If we have five failure groups in the disk group(normal redundancy) holding voting disk and two of the disk holding voting disk goes offline due to storage failure.

Will ASM recreate the voting disks or will this scenario lead to cluster / node re-boots.

Thanks you.]]></description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p> Great post. Have one clarification though &#8230; I am in process of designing a RAC with two separate storage devices.</p>
<p>we are trying to eliminate single storage device failure leading to RAC or database failure. </p>
<p>If we have five failure groups in the disk group(normal redundancy) holding voting disk and two of the disk holding voting disk goes offline due to storage failure.</p>
<p>Will ASM recreate the voting disks or will this scenario lead to cluster / node re-boots.</p>
<p>Thanks you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Colvin</title>
		<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/#comment-405</link>
		<dc:creator>Andy Colvin</dc:creator>
		<pubDate>Mon, 09 Jan 2012 15:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracle-ninja.com/?p=380#comment-405</guid>
		<description><![CDATA[disk_repair_time should be visible in v$asm_attribute.  I have a script for that in my scripts section (asm_attributes.sql).]]></description>
		<content:encoded><![CDATA[<p>disk_repair_time should be visible in v$asm_attribute.  I have a script for that in my scripts section (asm_attributes.sql).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fairlie Rego</title>
		<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/#comment-401</link>
		<dc:creator>Fairlie Rego</dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracle-ninja.com/?p=380#comment-401</guid>
		<description><![CDATA[Sorry got it from the md_backup command

@diskgroup_set = (
                   {
                     &#039;ATTRINFO&#039; =&gt; {
                                     &#039;_._DIRVERSION&#039; =&gt; &#039;11.2.0.2.0&#039;,
                                     &#039;DISK_REPAIR_TIME&#039; =&gt; &#039;0.5H&#039;,]]></description>
		<content:encoded><![CDATA[<p>Sorry got it from the md_backup command</p>
<p>@diskgroup_set = (<br />
                   {<br />
                     &#8216;ATTRINFO&#8217; =&gt; {<br />
                                     &#8216;_._DIRVERSION&#8217; =&gt; &#8217;11.2.0.2.0&#8242;,<br />
                                     &#8216;DISK_REPAIR_TIME&#8217; =&gt; &#8217;0.5H&#8217;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fairlie Rego</title>
		<link>http://blog.oracle-ninja.com/2012/01/voting-disk-redundancy-in-asm/#comment-396</link>
		<dc:creator>Fairlie Rego</dc:creator>
		<pubDate>Fri, 06 Jan 2012 23:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracle-ninja.com/?p=380#comment-396</guid>
		<description><![CDATA[Gr8 post.. As an aside after changing the disk_repair_time I can&#039;t seem to locate the new value in any of the ASM views. Hopefully I am missing something simple.]]></description>
		<content:encoded><![CDATA[<p>Gr8 post.. As an aside after changing the disk_repair_time I can&#8217;t seem to locate the new value in any of the ASM views. Hopefully I am missing something simple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
