<?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>Amit Pawar - Infrastructure blog : High Availability</title><link>http://blogs.technet.com/apawar/archive/tags/High+Availability/default.aspx</link><description>Tags: High Availability</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Self-healing NTFS in Windows Server 2008 and Windows Vista</title><link>http://blogs.technet.com/apawar/archive/2008/02/14/self-healing-ntfs-in-windows-server-2008-and-windows-vista.aspx</link><pubDate>Thu, 14 Feb 2008 01:24:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2886897</guid><dc:creator>apawar</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/apawar/comments/2886897.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=2886897</wfw:commentRss><description>&lt;p&gt;I ask this question to a customer who ask me about how Windows Server 2008 can help them achieve higher availability for their data. &lt;/p&gt; Have you ever had some weird disk or system behavior on your system volume, discovered or believed it was disk corruption, and then ran &amp;#8220;chkdsk c: /f&amp;#8221; on it only to get that lovely message:   &lt;br /&gt;&amp;#8220;&lt;i&gt;Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts (Y/N)&lt;/i&gt;&amp;#8221;?   &lt;p&gt;So then I ask them how would you like to reduce the likely hood of ever having to do a chkdsk. An the IT Pros in the room want to know more about a feature in Windows Server 2008 and Windows Vista called Self-healing NTFS. This is not one of the features that filters up into the marketing material for either Windows Vista or Windows Server 2008. However when I am talking to customers who want high availability for their data this feature is very important to talk about.&lt;/p&gt;  &lt;p&gt;So what is is Self-healing NTFS and how can it help :&lt;/p&gt;  &lt;p&gt;By default in Server 2008, self-healing NTFS is turned on and automatically detects and recovers/repairs/removes corruptions on the NTFS volume, boot sector, or files. It does this on the When any of these repairs are done, it will log a NTFS source event in the system event log (# 130 and 55 event IDs).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://edge.technet.com/Link/8ae14e97-1283-42f0-ba82-c1c72942f571/"&gt;&lt;img height="218" alt="Self-Healing-NTFS-130-small" src="http://edge.technet.com/Link/343ba520-36d0-4e9d-aa8a-55d94ee49ce4/" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It&amp;#8217;s going to possibly remove/delete a corrupted file someone is using on the disk? What if I lose data?&lt;/p&gt;  &lt;p&gt;So lets look at this way &amp;#8211; if the file is corrupted, it&amp;#8217;s gone anyway and you can look at what was removed in the logs. Furthermore, there is a good possibility self-healing NTFS can fix the issue without the user ever even knowing there is a problem and you get all of the overall benefits listed below.&lt;/p&gt;  &lt;p&gt;However, just for those who don&amp;#8217;t want the automatic repair/deletions, there is a way to turn it on/off. It&amp;#8217;s a pretty simple command: &amp;#8220;&lt;b&gt;fsutil repair set c: 0&lt;/b&gt;&amp;#8221; where c: represents the volume you&amp;#8217;d like to turn in off. Replace the 0 with a 1 and it will turn it back on the drive. When you turn it off, it will notify you a file is corrupt but do nothing to fix it.&lt;/p&gt;  &lt;p&gt;Overall benefits (rephrased from the Changes in functionality from WS2003 SP1 guide below):    &lt;br /&gt;&amp;#183; Runs without requiring reboots on all volumes, except in extreme corruption conditions     &lt;br /&gt;&amp;#183; Preserves as much data as possible - based on the type of corruption     &lt;br /&gt;&amp;#183; Reduces failed file system mounting requests     &lt;br /&gt;&amp;#183; Provides better reporting for file system changes     &lt;br /&gt;&amp;#183; Recovers volumes when boot sector is readable, but no NTFS volume identified     &lt;br /&gt;&amp;#183; Validates and preserves data with critical system files&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:325cc6ea-e2ba-4a59-ae47-787039aab6dc" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/NTFS" rel="tag"&gt;NTFS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%20Server%202008" rel="tag"&gt;Windows Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Fix" rel="tag"&gt;Fix&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Chkdsk" rel="tag"&gt;Chkdsk&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2886897" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/apawar/archive/tags/High+Availability/default.aspx">High Availability</category><category domain="http://blogs.technet.com/apawar/archive/tags/NTFS/default.aspx">NTFS</category><category domain="http://blogs.technet.com/apawar/archive/tags/File/default.aspx">File</category><category domain="http://blogs.technet.com/apawar/archive/tags/Storage/default.aspx">Storage</category></item><item><title>High availability features of Windows Server 2008</title><link>http://blogs.technet.com/apawar/archive/2008/02/14/high-availability-features-of-windows-server-2008.aspx</link><pubDate>Thu, 14 Feb 2008 01:09:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2886862</guid><dc:creator>apawar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/apawar/comments/2886862.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=2886862</wfw:commentRss><description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:23433bd0-a13e-4079-9941-cd9333c23c3f" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/High%20Availability" rel="tag"&gt;High Availability&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Winodws%20Server%202008" rel="tag"&gt;Winodws Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Clustering" rel="tag"&gt;Clustering&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;Customer that I talk to want to know how they can providing high availability to mission-critical applications, services, and data. When services are down or fail, business continuity is interrupted, which can result in significant losses. &lt;/p&gt;  &lt;p&gt;Windows Server 2008 supports two key high-availability features to help organizations meet their uptime requirements for their critical systems: Failover Clustering and Network Load Balancing (NLB). Failover Clustering and NLB in Windows Server 2008 have been improved to offer simplified management and more robust functionality. In addition, Windows Server Backup provides a basic backup and recovery solution in case of hardware failures.&lt;/p&gt;  &lt;h3&gt;Failover Clustering&lt;/h3&gt;  &lt;p&gt;Failover clustering can help you build redundancy into your network and eliminate single points of failure. The improvements to failover clusters (formerly known as server clusters) in Windows Server 2008 are aimed at simplifying clusters, making them more secure, and enhancing cluster stability.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;&lt;b&gt;Cluster Validation Tool&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;By using the new Cluster Validation Tool, you can perform tests to determine whether your system, storage, and network configuration is suitable for a cluster. The Cluster Validation Tool verifies that the nodes meet all of the operating system requirements, that the networks are configured correctly, that there are at least two separate networks on each node for redundancy, and that the storage subsystem supports the necessary Small Computer System Interface (SCSI) commands to handle cluster actions. &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Setup Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Once validated by the Cluster Validation Tool, the installation has been streamlined so that administrators can set up a cluster in one step. The cluster installation is completely scriptable, enabling administrators to automate cluster deployments.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Migration Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;When migrating a clustered service from one cluster to another, cluster settings can be captured and copied to another cluster. This reduces the time it takes to build the new cluster and configure the services.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Cluster Management and Operations Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;The cluster management interface has been optimized to make managing the cluster easier and more intuitive. Cluster management can be performed from the command line as well as the Windows Management Instrumentation (WMI) management console. Managing clustered shared folders is now easier to do because it can create customized views to quickly see which shared folders are clustered and which cluster a shared folder is available on. &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Backup and Restore Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Full integration with the Volume Shadow Copy Service makes it easier to back up and restore cluster configurations.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Cluster Infrastructure Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;The cluster quorum contains the configuration settings for the entire cluster. With Windows Server 2008, you can configure a cluster so that the quorum resource is not a single point of failure by using the majority node set or a hybrid of the majority node set and the quorum resource model. The cluster service can also isolate DLLs that perform actions incorrectly to minimize impact to the cluster, as well as verify consistency among copies of the quorum resource. &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Storage Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Administrators have better control and can achieve better performance with storage than was possible in previous releases. Failover clusters now support GUID partition table (GPT) disks that can have capacities of larger than 2 terabytes, for increased disk size and robustness. Administrators can now modify resource dependencies while resources are online, which means they can make an additional disk available without interrupting access to the application that will use it. And administrators can run tools in Maintenance Mode to check, fix, back up, or restore disks more easily and with less disruption to the cluster.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Network Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Networking has been enhanced to support Internet Protocol version 6 (IPv6) as well as Domain Name System (DNS) for name resolution, removing the requirement to have WINS and NetBIOS name broadcasts. Other network improvements include managing dependencies between network names and IP addresses: If either of the IP addresses associated with a network name is available, the network name will remain available. &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Security Improvements&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Internet Protocol security (IPsec) can be used between clients and the cluster nodes, as well as between nodes so that you can authenticate and encrypt the data. Access to the cluster can also be audited to determine who connected to the cluster and when. &lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Network Load Balancing&lt;/h3&gt;  &lt;p&gt;Network Load Balancing (NLB) allows you to distribute TCP/IP requests to multiple systems in order to optimize resource utilization, decrease computing time, and ensure system availability. NLB has been improved in Windows Server 2008, including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;&lt;b&gt;Next Generation TCP/IP&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;The TCP/IP protocol suite has been completely redesigned for Windows Server 2008. Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6) are both supported natively by Windows Server 2008. NLB extends full support to IPv6 for all communication while maintaining IPv4 support.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Multiple IP Address Support&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Each node in your NLB cluster can now have multiple dedicated IP addresses.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;b&gt;Microsoft ISA Server Integration&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;Microsoft ISA Server can support your mixed IPv4 and IPv6 infrastructure by allowing multiple IP addresses for each NLB node where IPv4 and IPv6 clients are used. ISA Server can also provide intrusion detection services to protect your NLB cluster.&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2886862" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Enterprise/default.aspx">Enterprise</category><category domain="http://blogs.technet.com/apawar/archive/tags/Platform/default.aspx">Platform</category><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/apawar/archive/tags/High+Availability/default.aspx">High Availability</category></item></channel></rss>