<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx</link><description>Greetings Cluster fans, &amp;#160; John Marlin back for another go at it. &amp;#160; I wanted to write something about what we have been seeing involving the use of Cluster Shared Volumes (CSV) and File Server resources on the same Cluster. &amp;#160; There have</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx#3532892</link><pubDate>Fri, 16 Nov 2012 08:58:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3532892</guid><dc:creator>Morgenstern72</dc:creator><description>&lt;p&gt;Sorry for the last post...it does work, was just a misunderstanding!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3532892" width="1" height="1"&gt;</description></item><item><title>re: Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx#3532887</link><pubDate>Fri, 16 Nov 2012 08:32:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3532887</guid><dc:creator>Morgenstern72</dc:creator><description>&lt;p&gt;Sadly, the BSOD did occur again, regardless of this workaround :(&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3532887" width="1" height="1"&gt;</description></item><item><title>re: Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx#3512732</link><pubDate>Mon, 06 Aug 2012 11:18:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512732</guid><dc:creator>Morgenstern72</dc:creator><description>&lt;p&gt;Solution&lt;/p&gt;
&lt;p&gt;1. You must create this resource in the same group as these disk resources and you application should have a dependency &lt;/p&gt;
&lt;p&gt;upon these disks. If each disk is in a different group, you should create different scripts for each group so that it kicks &lt;/p&gt;
&lt;p&gt;off when the disk comes online.&lt;/p&gt;
&lt;p&gt;2. You must add a &amp;quot;pause&amp;quot; at the end of your script so the script does not close out immediately after completing. If the &lt;/p&gt;
&lt;p&gt;script closes, then the generic application resource will fail as it checks to ensure that the script is still running and &lt;/p&gt;
&lt;p&gt;fails when it is not running.&lt;/p&gt;
&lt;p&gt;3. You must create a generic application (like in this article mentioned), not a generic script&lt;/p&gt;
&lt;p&gt;4. This resource must depend on the drive resource where the script is running.&lt;/p&gt;
&lt;p&gt;5. I do not recommend that you make the file server dependent on the script! If the script does not run you may want to bring &lt;/p&gt;
&lt;p&gt;up the file server regardless and rely on point 6.&lt;/p&gt;
&lt;p&gt;5a. Be sure to uncheck &amp;quot;If a restart is unsuccessful, fail over all resources...&amp;quot; in the policies of the resource&lt;/p&gt;
&lt;p&gt;6. You must create a task scheduler job as well since I have experienced that without any failover the filter attaches itself &lt;/p&gt;
&lt;p&gt;again. Run it every hour on all nodes. &amp;nbsp;Copy your original script and remove the &amp;quot;pause&amp;quot;. I had to insert a &amp;quot;echo&amp;quot;, otherwise I got an 0x1&lt;/p&gt;
&lt;p&gt;Script for the genereric application&lt;/p&gt;
&lt;p&gt;Fltmc detach csvfilter Z:&lt;/p&gt;
&lt;p&gt;Pause&lt;/p&gt;
&lt;p&gt;Script for the task scheduler&lt;/p&gt;
&lt;p&gt;Fltmc detach csvfilter Z:&lt;/p&gt;
&lt;p&gt;echo &amp;quot;test&amp;quot; &amp;gt;z:\test.txt&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512732" width="1" height="1"&gt;</description></item><item><title>re: Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx#3512422</link><pubDate>Fri, 03 Aug 2012 12:05:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512422</guid><dc:creator>Morgenstern72</dc:creator><description>&lt;p&gt;Hi Joh, I too cannot bring the generic application resource online...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512422" width="1" height="1"&gt;</description></item><item><title>re: Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx#3503983</link><pubDate>Thu, 14 Jun 2012 20:46:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3503983</guid><dc:creator>Douglas Luiz Nardi</dc:creator><description>&lt;p&gt;Can you post a How to Session for the Scenario 3? I&amp;#39;ve tried this, but i&amp;#39;m not able to bring the generic script online...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3503983" width="1" height="1"&gt;</description></item><item><title>re: Stop 0x50 on Windows 2008 R2 Failover Cluster</title><link>http://blogs.technet.com/b/askcore/archive/2011/10/24/stop-0x50-on-windows-2008-r2-failover-cluster.aspx#3488576</link><pubDate>Mon, 26 Mar 2012 14:02:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3488576</guid><dc:creator>Alfredo Larracuente</dc:creator><description>&lt;p&gt;Nice workaround! &amp;nbsp;So, in the end, does MS supports the scenario of &amp;#39;Hyper-V and File Server on the same cluster&amp;#39;? I know there are some folks on the scene that do not recommend this. Personally, I&amp;#39;ve seen some small cluster deployments in which this was used. No issues so far.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Fred Larracuente &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3488576" width="1" height="1"&gt;</description></item></channel></rss>