<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Brent Caskey</title>
        <link>http://geekswithblogs.net/BrentCaskey/Default.aspx</link>
        <description>Active Directory, Hyper-V, Clustering, and Exchange Blog</description>
        <language>en-US</language>
        <copyright>Brent Caskey</copyright>
        <managingEditor>brentcaskey@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Brent Caskey</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/BrentCaskey/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Re-installing WAN miniport devices</title>
            <category>Windows</category>
            <link>http://geekswithblogs.net/BrentCaskey/archive/2011/06/09/re-installing-wan-miniport-devices.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/BrentCaskey/archive/2011/06/09/re-installing-wan-miniport-devices.aspx'&gt;http://geekswithblogs.net/BrentCaskey/archive/2011/06/09/re-installing-wan-miniport-devices.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;  &lt;p&gt;Just ran across an issue where the miniport devices were accidently removed from a system. Not having these installed caused the system to have network driver installation and connectivity issues. &lt;/p&gt;  &lt;p&gt;Here are the steps to re-install WAN miniport devices&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Step 1: Uninstall WAN Miniport Devices&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1. Open Device Manager (devmgmt.msc) and on the view menu select Show hidden devices&lt;/p&gt;  &lt;p&gt;2. Under Network adapters, you will see WAN miniport devices (IP, L2TP, Pppoe, PPTP). &lt;em&gt;If you don’t see these, skip to the Step 2 section&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;3. Open Registry editor (&lt;strong&gt;regedit.exe&lt;/strong&gt;)&lt;/p&gt;  &lt;p&gt;4. Browse to the &lt;strong&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318} &lt;/strong&gt;and&lt;strong&gt; Export&lt;/strong&gt; this registry subkey&lt;/p&gt;  &lt;p&gt;5. Click each of the registry subkeys under this key. Look up the data value in &lt;strong&gt;DriverDesc&lt;/strong&gt;. Find the subkey that corresponds to the miniport device for example, WAN Miniport (IP).&lt;/p&gt;  &lt;p&gt;6. Right click the subkey (for example 005), and then click delete. Click Yes to confirm deletion&lt;/p&gt;  &lt;p&gt;7. Go into Device Manager and right click the miniport device that corresponds to the subkey that was deleted. Select uninstall and confirm uninstallation&lt;/p&gt;  &lt;p&gt;8. Repeat this process for all miniport devices that you need to uninstall&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Step 2: Reinstall WAN Miniport Devices&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;9. Find &lt;strong&gt;netrasa.inf&lt;/strong&gt; in &lt;strong&gt;c:\windows\inf&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;10. Make a copy of this file (netrasa.bak)&lt;/p&gt;  &lt;p&gt;11. Open &lt;strong&gt;netrasa.inf&lt;/strong&gt; and comment out the following section:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font style="background-color: #ffffff"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&lt;strong&gt;Before&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;[ControlFlags]     &lt;br /&gt;ExcludeFromSelect =\      &lt;br /&gt;    SW\{eeab7790-c514-11d1-b42b-00805fc1270e},\      &lt;br /&gt;    MS_IrdaMiniport,\      &lt;br /&gt;    MS_IrModemMiniport, \      &lt;br /&gt;    MS_L2tpMiniport,MS_PptpMiniport,\      &lt;br /&gt;    MS_PppoeMiniport, \      &lt;br /&gt;    MS_NdisWanBh,\      &lt;br /&gt;    MS_NdisWanIp,\      &lt;br /&gt;    MS_NdisWanIpv6,\      &lt;br /&gt;    MS_NdisWanNbfIn,MS_NdisWanNbfOut&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;After&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;[ControlFlags]     &lt;br /&gt;;ExcludeFromSelect =\      &lt;br /&gt;;    SW\{eeab7790-c514-11d1-b42b-00805fc1270e},\      &lt;br /&gt;;    MS_IrdaMiniport,\      &lt;br /&gt;;    MS_IrModemMiniport, \      &lt;br /&gt;;    MS_L2tpMiniport,MS_PptpMiniport,\      &lt;br /&gt;;    MS_PppoeMiniport, \      &lt;br /&gt;;    MS_NdisWanBh,\      &lt;br /&gt;;    MS_NdisWanIp,\      &lt;br /&gt;;    MS_NdisWanIpv6,\      &lt;br /&gt;;    MS_NdisWanNbfIn,MS_NdisWanNbfOut&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;12. Start the Add Hardware Wizard from control panel&lt;/p&gt;  &lt;p&gt;13. Select &lt;strong&gt;Yes, I have already connected the hardware&lt;/strong&gt;, then &lt;strong&gt;Next&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;14. Select &lt;strong&gt;Add a new hardware device&lt;/strong&gt;, then &lt;strong&gt;Next&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;15. Select &lt;strong&gt;Install the hardware that I manually select from a list (Advanced)&lt;/strong&gt;, then &lt;strong&gt;Next&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;16. Select &lt;strong&gt;Network Adapters&lt;/strong&gt;, then &lt;strong&gt;Next&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;17. Select &lt;strong&gt;Microsoft&lt;/strong&gt; in the Manufacturer section and then on the Network Adapter, select the desired WAN Miniport device, then &lt;strong&gt;Next and Finish the wizard&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;18. Repeat 13 – 18 for each device you are re-installing&lt;/p&gt;  &lt;p&gt;19. After the devices are re-installed, reboot the system&lt;/p&gt;  &lt;p&gt;20. Run &lt;strong&gt;netsh int ip reset c:\resetlog.txt&lt;/strong&gt; and reboot the system again (Resetting the TCP/IP stack)&lt;/p&gt;  &lt;p&gt;21. Check the network connections in device manager and in Network Connection (ncpa.cpl)&lt;/p&gt;  &lt;p&gt;22. &lt;strong&gt;Delete c:\windows\inf\netrasa.inf&lt;/strong&gt; and &lt;strong&gt;rename netrasa.bak to netrasa.inf&lt;/strong&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/BrentCaskey/aggbug/145803.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brent Caskey</dc:creator>
            <guid>http://geekswithblogs.net/BrentCaskey/archive/2011/06/09/re-installing-wan-miniport-devices.aspx</guid>
            <pubDate>Thu, 09 Jun 2011 22:13:11 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/BrentCaskey/comments/145803.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/BrentCaskey/archive/2011/06/09/re-installing-wan-miniport-devices.aspx#feedback</comments>
            <slash:comments>10</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/BrentCaskey/comments/commentRss/145803.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Remotely enable RDP</title>
            <category>Windows</category>
            <link>http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/remotely-enable-rdp.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/remotely-enable-rdp.aspx'&gt;http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/remotely-enable-rdp.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Just a quick one here.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Sometimes I setup a server and I get everything configured but, forget to enable RDP. So – of course I could login locally to the server and make the change. BUT – I would have to go a different site (or sometimes a different room – Its not that I am lazy… I’d like to think that I am working smarter, not harder &lt;img class="wlEmoticon wlEmoticon-smile" alt="Smile" style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" src="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/Remotely-enable-RDP_1363A/wlEmoticon-smile_2.png" /&gt; ).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The quickest way to resolve this issue is to change the registry key that enables Remote Desktop directly. I usually have remote registry access to the system because I am an administrator on the system.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Open up Regedit&lt;/li&gt;
    &lt;li&gt;Connect Network Registry&lt;/li&gt;
    &lt;li&gt;Select the computer you want to change the setting on (other server will need to be in the domain)&lt;/li&gt;
    &lt;li&gt;On the network computer, browse to &lt;strong&gt;HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Change the &lt;strong&gt;fDenyTSConnections&lt;/strong&gt; to &lt;strong&gt;0&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You might need to reboot the computer – I am usually able to get this to work without rebooting.&lt;/p&gt;
&lt;p&gt;To remotely reboot a computer type the following&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Shutdown –m &lt;/strong&gt;&lt;strong&gt;\\&amp;lt;servername&amp;gt;&lt;/strong&gt;&lt;strong&gt; -r&lt;/strong&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/BrentCaskey/aggbug/145690.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brent Caskey</dc:creator>
            <guid>http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/remotely-enable-rdp.aspx</guid>
            <pubDate>Fri, 03 Jun 2011 03:14:47 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/BrentCaskey/comments/145690.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/remotely-enable-rdp.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/BrentCaskey/comments/commentRss/145690.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Setup a Windows Server 2008 R2 Server Core system for Hyper-V</title>
            <category>Hyper-V</category>
            <link>http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/setup-for-a-windows-server-2008-r2-server-core-system.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/setup-for-a-windows-server-2008-r2-server-core-system.aspx'&gt;http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/setup-for-a-windows-server-2008-r2-server-core-system.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt;With Microsoft’s recommendation to use server core for Hyper-V systems, I have been seeing a lot of server core lately. With that in mind, I am posting how I set up a Server Core system (after base OS install).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;1. Login to you Windows Server 2008 R2 Server Core system&lt;/p&gt;
&lt;p&gt;2. Run &lt;strong&gt;sconfig&lt;/strong&gt; from the command line. This will bring up the Server configuration text user interface shown below.&lt;/p&gt;
&lt;p&gt;&lt;a rel="lightbox" href="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/439d5ee283b5_C3CA/image_4.png"&gt;&lt;img title="image" border="0" alt="image" width="504" height="360" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" src="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/439d5ee283b5_C3CA/image_thumb_1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. From the Sconfig interface, set the following&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Network Settings (&lt;strong&gt;option 8&lt;/strong&gt;)&lt;/li&gt;
    &lt;li&gt;Date and Time (if needed) (&lt;strong&gt;option 9&lt;/strong&gt;)&lt;/li&gt;
    &lt;li&gt;Remote Management options (&lt;strong&gt;option 4&lt;/strong&gt;)
    &lt;ul&gt;
        &lt;li&gt;Allow MMC Remote Management (&lt;strong&gt;option 1&lt;/strong&gt;)&lt;/li&gt;
        &lt;li&gt;Allow Windows PowerShell (&lt;strong&gt;option 2&lt;/strong&gt;) – asks for reboot&lt;/li&gt;
        &lt;li&gt;Allow Server Manager Remote Management (&lt;strong&gt;option 3&lt;/strong&gt;)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Remote Desktop (&lt;strong&gt;option 7&lt;/strong&gt;)&lt;/li&gt;
    &lt;li&gt;Computer Name (&lt;strong&gt;option 2&lt;/strong&gt;) – reboot necessary&lt;/li&gt;
    &lt;li&gt;Domain / Workgroup (&lt;strong&gt;option 1&lt;/strong&gt;) – reboot necessary&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;4. Once the system comes back up, connect to the C drive administrative share (\\&amp;lt;servername&amp;gt;\c$) and copy over Core Configurator 2.0 and the Sysinternals Tool Suite into a tools folder.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;font style="background-color: #ffffff"&gt;You can download Core Configurator 2.0 from &lt;a title="http://coreconfig.codeplex.com/" href="http://coreconfig.codeplex.com/"&gt;http://coreconfig.codeplex.com/&lt;/a&gt;&lt;/font&gt;&lt;/li&gt;
    &lt;li&gt;You can download the Sysinternals Suite from &lt;a title="http://technet.microsoft.com/en-us/sysinternals/bb842062" href="http://technet.microsoft.com/en-us/sysinternals/bb842062"&gt;http://technet.microsoft.com/en-us/sysinternals/bb842062&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;5. Run Core Configurator 2.0 – &lt;strong&gt;cscript Start_Coreconfig.wsf&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Prompts for installation of the NetFx-ServerCore Feature&lt;/li&gt;
    &lt;li&gt;Prompts for installation of the Powershell Feature&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a rel="lightbox" href="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/439d5ee283b5_C3CA/image_6.png"&gt;&lt;img title="image" border="0" alt="image" width="504" height="394" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" src="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/439d5ee283b5_C3CA/image_thumb_2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;6. Select Computer Settings&lt;/p&gt;
&lt;p&gt;&lt;a rel="lightbox" href="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/439d5ee283b5_C3CA/image_8.png"&gt;&lt;img title="image" border="0" alt="image" width="504" height="402" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" src="http://gwb.blob.core.windows.net/brentcaskey/Windows-Live-Writer/439d5ee283b5_C3CA/image_thumb_3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;7. Select Add or Remove Roles&lt;/p&gt;
&lt;p&gt;8. Select Microsoft-Hyper-V Role to install – requires reboot.&lt;/p&gt;
&lt;p&gt;9. Now you can manage the Hyper-V system remotely with the Hyper-V Manager MMC or Server Manger MMC&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for reading!&lt;/p&gt;
&lt;p&gt;-Brent&lt;/p&gt; &lt;img src="http://geekswithblogs.net/BrentCaskey/aggbug/145689.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brent Caskey</dc:creator>
            <guid>http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/setup-for-a-windows-server-2008-r2-server-core-system.aspx</guid>
            <pubDate>Fri, 03 Jun 2011 01:45:43 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/BrentCaskey/comments/145689.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/BrentCaskey/archive/2011/06/02/setup-for-a-windows-server-2008-r2-server-core-system.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/BrentCaskey/comments/commentRss/145689.aspx</wfw:commentRss>
        </item>
        <item>
            <title>About me&amp;hellip;</title>
            <link>http://geekswithblogs.net/BrentCaskey/archive/2011/05/31/about-mehellip.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/BrentCaskey/archive/2011/05/31/about-mehellip.aspx'&gt;http://geekswithblogs.net/BrentCaskey/archive/2011/05/31/about-mehellip.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;My name is Brent Caskey and I have been in IT since 1999. I currently work for Dell in the Support Services group. The posts that you will see here are either related to cases I have worked or something that I have seen in the lab. I currently support Hyper-V, Windows Clustering, Exchange Server, and Windows Core Services (AD, DNS, RDS, etc.). If I’m not working on a customer case, then I am teaching or developing a training class. Currently I’m teaching Exchange Server and Hyper-V classes that I have developed.&lt;/p&gt;
&lt;p&gt;In November 2010, I achieved the Microsoft Certified Master certification in Directory Services. I have taken and passed 30+ Microsoft certification tests and hold 5 MCITP, 3 MCSE, and 11 MCTS certifications. I also have a VCP in 3.5 and 4.0 and a current CCNA.&lt;/p&gt;
&lt;p&gt;Blogging is something that I have thought about doing for some time now but, just decided to take the leap into it now. Hopefully, what I post will help the IT community. I am planning on posting the really interesting issues I come across in addition to some how to troubleshoot, and just general how to articles.&lt;/p&gt;
&lt;p&gt;Please let me know what you think.&lt;/p&gt;
&lt;p&gt;Thanks for reading!&lt;/p&gt;
&lt;p&gt;-Brent&lt;/p&gt; &lt;img src="http://geekswithblogs.net/BrentCaskey/aggbug/145645.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brent Caskey</dc:creator>
            <guid>http://geekswithblogs.net/BrentCaskey/archive/2011/05/31/about-mehellip.aspx</guid>
            <pubDate>Tue, 31 May 2011 18:22:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/BrentCaskey/comments/145645.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/BrentCaskey/archive/2011/05/31/about-mehellip.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/BrentCaskey/comments/commentRss/145645.aspx</wfw:commentRss>
        </item>
        <item>
            <title>STOP Code 0x00000050 ( 0x50 ) pointing to cng.sys on a Hyper-V Cluster</title>
            <category>Hyper-V</category>
            <category>Clustering</category>
            <link>http://geekswithblogs.net/BrentCaskey/archive/2011/05/27/stop-code-0x00000050--0x50--pointing-to-cng.sys-on.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/BrentCaskey/archive/2011/05/27/stop-code-0x00000050--0x50--pointing-to-cng.sys-on.aspx'&gt;http://geekswithblogs.net/BrentCaskey/archive/2011/05/27/stop-code-0x00000050--0x50--pointing-to-cng.sys-on.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have recently come across this issue a number of times and was unable to find any reliable information about this on the web. So, after hours of troubleshooting and some calls with Microsoft, I found the following information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SYMPTOM&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;A Hyper-V Cluster will generate a 0x50 Blue screen during normal operation. This can happen on &lt;strong&gt;ANY&lt;/strong&gt; node of the cluster.&lt;/p&gt;
&lt;p&gt;When reviewing the memory dump, you will see something similar to the following in the stack trace:&lt;/p&gt;
&lt;p&gt;&lt;font size="1"&gt;STACK_TEXT:  &lt;br /&gt;
fffff880`0c1787d8 fffff800`02150f14 : 00000000`00000050 fffffa80`84a00000 00000000`00000000 fffff880`0c178940 : nt!KeBugCheckEx &lt;br /&gt;
fffff880`0c1787e0 fffff800`020ce82e : 00000000`00000000 00000000`e69d9924 00000000`00000000 00000000`00000000 : nt! ?? ::FNODOBFM::`string'+0x42837 &lt;br /&gt;
fffff880`0c178940 fffff880`014e9862 : fffff8a0`20f457c8 fffff880`e6f4f951 00000000`8a0ad368 fffff880`a295d357 : nt!KiPageFault+0x16e &lt;br /&gt;
fffff880`0c178ad0 fffff880`014e4a05 : 00000000`ffffffe4 00000000`00000001 00000000`00000000 00000000`00000001 : cng!SHA256Update+0xa6 &lt;br /&gt;
fffff880`0c178b10 fffff880`08012133 : fffff880`0c179100 fffffa80`6b3d9909 00000000`00000001 fffff880`08012010 : cng!MSCryptHashData+0x65 &lt;br /&gt;
fffff880`0c178b40 fffff880`08022280 : fffff8a0`20f45780 00000000`00000004 fffff880`0c178cd8 00000020`00000001 : CSVFilter!ShaHash::Hash+0x7b &lt;br /&gt;
fffff880`0c178ba0 fffff880`0800d7ed : 00000000`c0000225 fffff880`0c178cc0 fffffa80`a6fe50c0 00000000`00000000 : CSVFilter!CfspVerify+0x30 &lt;br /&gt;
fffff880`0c178c00 fffff880`08016194 : 00000000`00000142 00000000`00000001 00000000`00000000 fffffa80`70d8ba00 : CSVFilter!CfspGetCfsEa+0x69 &lt;br /&gt;
fffff880`0c178c30 fffff880`01499027 : 00000000`00000000 fffff880`068c0750 00000000`000000e0 fffffa80`a6fe5160 : CSVFilter!CfsPreCreate+0x18c &lt;br /&gt;
fffff880`0c178fc0 fffff880`0149b8ca : fffffa80`87dcd600 fffffa80`87dcd600 fffffa80`669f7b00 fffffa80`64dd5800 : fltmgr!FltpPerformPreCallbacks+0x2f7 &lt;br /&gt;
fffff880`0c1790c0 fffff880`014b92a3 : fffffa80`bfea9840 fffffa80`bfea9840 fffffa80`bfea9840 fffff880`6d4e6f49 : fltmgr!FltpPassThroughInternal+0x4a &lt;br /&gt;
fffff880`0c1790f0 fffff800`023d3807 : 00000000`00000004 fffff800`023f2f30 fffffa80`99ef9440 00000000`00000000 : fltmgr!FltpCreate+0x293 &lt;br /&gt;
fffff880`0c1791a0 fffff800`023c9c2f : fffffa80`669f7be0 00000000`00000000 fffffa80`8fff6b10 fffffa80`7281f400 : nt!IopParseDevice+0x5a7 &lt;br /&gt;
fffff880`0c179330 fffff800`023cee4d : fffffa80`8fff6b10 fffff880`0c179490 fffffa80`00000040 fffffa80`613acc90 : nt!ObpLookupObjectName+0x32f &lt;br /&gt;
fffff880`0c179430 fffff800`023d5917 : fffffa80`682bf010 00000000`00000001 00000000`00000000 00000000`000007ff : nt!ObOpenObjectByName+0x1cd &lt;br /&gt;
fffff880`0c1794e0 fffff800`0237904b : fffff880`0c179960 00010000`00100081 fffffa80`92e0dca0 fffff880`0c179948 : nt!IopCreateFile+0x2b7 &lt;br /&gt;
fffff880`0c179580 fffff880`0813b81e : 00000000`00000000 fffff880`0c1796a0 fffffa80`682bf010 fffff8a0`09a5e5f0 : nt!IoCreateFileEx+0xfb &lt;br /&gt;
fffff880`0c179620 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : srv!SrvIoCreateFile+0x31e&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Notice that the CSVFilter is being called, then the cng.sys driver. The BSOD happens directly after that.&lt;/p&gt;
&lt;p&gt;After numerous different troubleshooting steps, while working directly with Microsoft, we realized that this BSOD was only happening on the cluster node that was also hosting a Clustered File Share resource.&lt;/p&gt;
&lt;p&gt;This Clustered File Share resource was NOT on a Cluster Shared Volume. It was on another disk in the cluster. We believed that we were still within a supported configuration.&lt;/p&gt;
&lt;p&gt; After working with Microsoft, this was the supported fix:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FIX ACTION:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Remove the File share resource from the cluster.&lt;/p&gt;
&lt;p&gt;After removing the File Share resource from the cluster, the BSOD’s went away, and all was well.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;We were told that there would be updated documentation coming to TechNet. I will update this blog when I know more.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The reason why this has an issue is due to the fact that the CSVFilter.sys file system filter driver is attached to all disks in a cluster when Cluster Shared Volumes are enabled for the cluster – not only the disks that really are CSVs.&lt;/p&gt;
&lt;p&gt;You can see this for yourself by running &lt;strong&gt;fltmc instances&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for reading!&lt;/p&gt;
&lt;p&gt;-Brent&lt;/p&gt; &lt;img src="http://geekswithblogs.net/BrentCaskey/aggbug/145615.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brent Caskey</dc:creator>
            <guid>http://geekswithblogs.net/BrentCaskey/archive/2011/05/27/stop-code-0x00000050--0x50--pointing-to-cng.sys-on.aspx</guid>
            <pubDate>Fri, 27 May 2011 20:34:55 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/BrentCaskey/comments/145615.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/BrentCaskey/archive/2011/05/27/stop-code-0x00000050--0x50--pointing-to-cng.sys-on.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/BrentCaskey/comments/commentRss/145615.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>