<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Clustering For Mere Mortals &#187; High Availability</title>
	<atom:link href="http://clusteringformeremortals.com/category/high-availability/feed/" rel="self" type="application/rss+xml" />
	<link>http://clusteringformeremortals.com</link>
	<description>Microsoft Cluster MVP David Bermingham&#039;s thoughts and advice on Windows clustering and other related technologies</description>
	<lastBuildDate>Fri, 01 Jun 2012 20:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='clusteringformeremortals.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/400ab8b6610a196a09497bca07e9cdd2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Clustering For Mere Mortals &#187; High Availability</title>
		<link>http://clusteringformeremortals.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://clusteringformeremortals.com/osd.xml" title="Clustering For Mere Mortals" />
	<atom:link rel='hub' href='http://clusteringformeremortals.com/?pushpress=hub'/>
		<item>
		<title>SQL Server 2012 “Standard Edition” Availability Options</title>
		<link>http://clusteringformeremortals.com/2012/04/05/sql-server-2012-standard-edition-availability-options/</link>
		<comments>http://clusteringformeremortals.com/2012/04/05/sql-server-2012-standard-edition-availability-options/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 18:57:21 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[DataKeeper]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WSFC]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.wordpress.com/?p=515</guid>
		<description><![CDATA[Microsoft has announced that some of the most widely anticipated availability options being introduced with SQL Server 2012, including AlwaysOn Availability Groups, will only be available with the Enterprise Edition of SQL. The cost of SQL Server Enterprise is $27,496 for any server that has up to 4 physical processors vs. $7,172 for Standard Edition. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=515&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft has <a href="http://download.microsoft.com/download/4/F/7/4F74E127-827E-420D-971F-53CECB6778BD/SQL_Server_2012_Licensing_Datasheet_and_FAQ_Mar2012.docx">announced</a> that some of the most widely anticipated availability options being introduced with SQL Server 2012, including AlwaysOn Availability Groups, will only be available with the Enterprise Edition of SQL.  The cost of SQL Server Enterprise is $27,496 for any server that has up to 4 physical processors vs. $7,172 for Standard Edition. If you plan on taking advantage of the &#8220;Read-Only&#8221; replica, you can double the cost of the solution ($54,992) since you have to license both the source and the target server.  When you start talking about that kind of money, you begin to wonder if there is an alternative to AlwaysOn Availability Groups.
</p>
<p>The good news is that Microsoft still allows you to build 2-node clusters using SQL Server Standard Edition, and since this is generally deployed in an active-passive configuration you do not have to license the standby server.  So for $7,172 you can build a pretty robust 2-node SQL cluster, assuming you have an enterprise class SAN that you can use to store your cluster data.
</p>
<p>What&#8217;s that you say, you don&#8217;t have a SAN?  Or you&#8217;d rather <a href="http://clusteringformeremortals.com/2009/10/07/step-by-step-configuring-a-2-node-multi-site-cluster-on-windows-server-2008-r2-%e2%80%93-part-3/" title="Step-by-Step SQL Server Cluser with Replicated Storage">build a solution</a> that eliminates the SAN as a single point of failure and instead allows you to use data replication to keep the data in sync between cluster nodes the way that AlwaysOn Availability Groups allows you to?  Or perhaps you want to use take advantage of the speed offered by local attached SSD drives such as those offered by <a href="http://www.fusionio.com/blog/do-you-have-to-sacrifice-high-availability-for-high-performance/">Fusion-IO</a>, but yet don&#8217;t want to give up on availability?
</p>
<p>You&#8217;ll be glad to know that for the cost of a single copy of SQL Server 2012 Standard Edition and the very affordable addition of <a href="http://www.steeleye.com/products/windows/datakeeper.php?campaign=DBblog&amp;utm_medium=DBblog">SteelEye DataKeeper Cluster Edition</a>, you&#8217;ll be able to deploy 2-node SQL Server 2012 Standard Edition clusters with data replication for about half the cost of a 2-node SQL Server Enterprise Edition AlwaysOn Availability Group and about ¼ of the price of a AlwaysOn Availability Group with read-only targets.
</p>
<p>Not only will you be able to save money, but if you answer yes to any of the following questions, AlwaysOn Availability Groups probably wasn&#8217;t the best solution for you to begin with and you would be better served by Windows Server Failover Clustering and DataKeeper Cluster Edition.
</p>
<ul>
<li>Am I concerned about the cost of SQL Server Enterprise Edition?
</li>
<li>Do I use replication or log shipping?
</li>
<li>Do I need to support Lync Server or other applications that use distributed transactions?
</li>
<li>Do I need to ensure that SQL Agent jobs such as database backups, optimizations, DTS and others continue to run regardless of the node in service?
</li>
<li>Do I need to ensure that SQL login accounts are kept in sync between cluster nodes?
</li>
<li>Do I want to minimize my administrative burden?
</li>
</ul>
<p>The following chart summarizes your SQL Server 2012 availability options, including the 3<sup>rd</sup> option which is to build a traditional SQL cluster using Windows Server Failover Clustering with <a href="http://www.steeleye.com/products/windows/datakeeper.php?campaign=DBblog&amp;utm_medium=DBblog">DataKeeper Cluster Edition</a>.
</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/04/040512_1857_sqlserver201.png?w=720" alt="" />
	</p>
<p>As you can see, Failover Clustering with DataKeeper Cluster Edition is not only going to save you money, it also is going to help you overcome some of the inherent limitations of AlwaysOn Availability Groups.
</p>
<p>About the only thing you can&#8217;t do with the DataKeeper solution is to have read-only targets.  As I mentioned earlier, read-only targets requires a second SQL license, so to have that feature will cost you minimally $54,938.  If you really must have read-only targets you&#8217;ll be glad to know that you can mix AlwaysOn Failover Clusters with DataKeeper and AlwaysOn Availability Groups if you like. Basically you would wind up with a 2-node SQL failover cluster with DataKeeper and a single standalone SQL Server acting as a read-only target for an AlwaysOn Availability Group.  In that case, you would still need two copies of SQL Server Enterprise Edition, one for the cluster and one for the read-only target.
</p>
<p>I demonstrated this solution at Tech-Ed 2011 in Atlanta last year and got a lot of really positive feedback.  This particular demonstration shows a 2-node multisite cluster, but the same concept can be applied to single site clusters.
</p>
<p><a href="http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/">http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/</a>
	</p>
<p>If you have any questions about this article please leave me a comment, I&#8217;d be glad to discuss it with you further.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/515/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=515&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2012/04/05/sql-server-2012-standard-edition-availability-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/04/040512_1857_sqlserver201.png" medium="image" />
	</item>
		<item>
		<title>Windows Server 8 Failover Clustering – New Features and Relevant Blog Articles</title>
		<link>http://clusteringformeremortals.com/2012/04/03/windows-server-8-failover-clustering-new-features-and-relevant-blog-articles/</link>
		<comments>http://clusteringformeremortals.com/2012/04/03/windows-server-8-failover-clustering-new-features-and-relevant-blog-articles/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 13:45:55 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Windows Server 8]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.wordpress.com/?p=511</guid>
		<description><![CDATA[Elden Christensen recently blogged about some of the new features of Windows Server Failover Clustering in Windows Server 8. You can read the entire post here: http://blogs.msdn.com/b/clustering/archive/2012/03/19/10285168.aspx All of these features are welcome additions, but my personal favorite is the &#8220;Dynamic Clusters&#8221; or what I think is probably better described as &#8220;Dynamic Quorum&#8221;. It basically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=511&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Elden Christensen recently blogged about some of the new features of Windows Server Failover Clustering in Windows Server 8.  You can read the entire post here: <a href="http://blogs.msdn.com/b/clustering/archive/2012/03/19/10285168.aspx">http://blogs.msdn.com/b/clustering/archive/2012/03/19/10285168.aspx</a>
	</p>
<p>All of these features are welcome additions, but my personal favorite is the &#8220;Dynamic Clusters&#8221; or what I think is probably better described as &#8220;Dynamic Quorum&#8221;.  It basically allows the quorum to reconfigure itself dynamically so that if configured properly you could actually withstand the failure of all but one remain node (last man standing) and still have a functional cluster.  Previously this was only possible if you used the &#8220;Disk Only&#8221; quorum model which is not recommended as the disk quorum represented a single point of failure.
</p>
<p>With the new dynamic quorum model as nodes are removed from the cluster the remaining nodes reconfigure themselves in the most resilient manner.  For example, previously if you had a 5 node cluster using the &#8220;Node Majority&#8221; quorum model if you happen to lose three nodes the remaining two nodes would shut down as they no longer had a majority vote (2 out of 5 is not a majority).  With the new model, as nodes leave the cluster the quorum reconfigures itself so that the remaining two nodes would remain online.
</p>
<p>The description above is really an over simplification of what actually happens under the covers and I plan to write more about it in the future, but it is definitely a welcome feature that you should check out!
</p>
<p>There are a few other blog articles relevant to clustering in Windows Server 8 that you will definitely want to check out as well….
</p>
<p>How to Enable Failover Clustering and Network Load Balancing PowerShell Help on Windows Server &#8220;8&#8243;:<span style="color:#1f497d;"><br />
			<a href="http://blogs.msdn.com/b/clustering/archive/2012/03/21/10286213.aspx">http://blogs.msdn.com/b/clustering/archive/2012/03/21/10286213.aspx</a><br />
		</span></p>
<p>How to Enable CSV Cache:<span style="color:#1f497d;"><br />
			<a href="http://blogs.msdn.com/b/clustering/archive/2012/03/22/10286676.aspx">http://blogs.msdn.com/b/clustering/archive/2012/03/22/10286676.aspx</a><br />
		</span></p>
<p>How to Create a Cluster in a Restrictive Active Directory Environment: <a href="http://blogs.msdn.com/b/clustering/archive/2012/03/30/10289577.aspx">http://blogs.msdn.com/b/clustering/archive/2012/03/30/10289577.aspx</a><span style="color:#1f497d;"><br />
		</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/511/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=511&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2012/04/03/windows-server-8-failover-clustering-new-features-and-relevant-blog-articles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
		<item>
		<title>Step-by-Step: Configuring Windows Server 8 Beta iSCSI Target Software for Use in a Cluster</title>
		<link>http://clusteringformeremortals.com/2012/03/05/step-by-step-configuring-windows-server-8-beta-iscsi-target-software-for-use-in-a-cluster/</link>
		<comments>http://clusteringformeremortals.com/2012/03/05/step-by-step-configuring-windows-server-8-beta-iscsi-target-software-for-use-in-a-cluster/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 17:31:14 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[iSCSI Target]]></category>
		<category><![CDATA[Storage Space]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.wordpress.com/?p=483</guid>
		<description><![CDATA[So you just download the bits for Windows Server 8 Beta and you are anxious to try out all the great new features including Windows Storage Spaces, Continuously Available Fail Servers and Hyper-V Availability. Many of those new features are going to require you become familiar with Windows Server Failover Clustering. In addition, things like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=483&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So you just download the bits for Windows Server 8 Beta and you are anxious to try out all the great new features including Windows Storage Spaces, Continuously Available Fail Servers and Hyper-V Availability. Many of those new features are going to require you become familiar with Windows Server Failover Clustering. In addition, things like Storage Spaces are going require that you have access to additional storage to simulate JBODS. Windows iSCSI Target Software is a great way for you to provide storage for Failover Clustering and Spaces in a lab environment so you can play around with these new features.</p>
<p>This Step-by-Step Article assumes you have three Windows Server 8 servers running in a domain environment. My lab environment consists of the following:</p>
<p><span style="text-decoration:underline;"><strong>Hardware</strong></span><br />
My three servers are all virtual machines running on VMware Workstation 8 on top of my Windows 7 laptop with 16 GB of RAM. See my article on how to install Windows Server 8 on VMware Workstation 8.</p>
<p><span style="text-decoration:underline;"><strong>Server Names and Roles</strong></span><br />
PRIMARY.win8.local – my cluster node 1<br />
SECONDARY.win8.local – my cluster node 2<br />
WIN-EHVIK0RFBIU.win8.local – my domain controller (guess who forgot to rename his DC before I promoted it to be a Domain Controller<span style="font-family:Wingdings;">J</span>)</p>
<p><span style="text-decoration:underline;"><strong>Network<br />
</strong></span>192.168.37.X/24 – my public network also used to carry iSCSI traffic<br />
10.X.X.X /8– a private network defined just between PRIMARY and SECONDARY for cluster communication</p>
<p>This article is going to walk you through step-by-step on how to do the following:</p>
<ul>
<li><a href="#Install the iSCSI Target Role on your Domain Controller">Install the iSCSI Target Role on your Domain Controller</a></li>
<li><a href="#Configure the iSCSI Target">Configure the iSCSI Target</a></li>
<li><a href="#Connect to the iSCSI Target using the iSCSI Initiator">Connect to the iSCSI Target using the iSCSI Initiator</a></li>
<li><a href="#Format the iSCSI Target">Format the iSCSI Target</a></li>
<li><a href="#Connect to the shared iSCSI Target from the SECONDARY Server">Connect to the shared iSCSI Target from the SECONDARY Server</a></li>
<li><a href="#Configure Windows Server 8 Failover Clustering">Configure Windows Server 8 Failover Clustering</a></li>
</ul>
<p>The article consist mostly of screen shots, but I also add notes where needed.</p>
<h1><a name="Install the iSCSI Target Role on your Domain Controller"></a>Install the iSCSI Target Role on your Domain Controller</h1>
<p>Click on Add roles and features to install the iSCSI target role.</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc1.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc2.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc3.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc4.png?w=720" alt="" /></p>
<p>You will find that the iSCSI target role is a feature that is found under File And Storage Servers/File Services. Just select iSCSI Target Server and click Next to begin the installation of the iSCSI Target Server role.</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc5.png?w=720" alt="" /></p>
<h1><a name="Configure the iSCSI Target"></a>Configure the iSCSI Target</h1>
<p>The iSCSI target software is managed under File and Storage Services on the Server Manager Dashboard, click on that to continue</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc6.png?w=720" alt="" /></p>
<p>The first step in creating an iSCSI target is to create an iSCSI Virtual Disk. Click on Launch the New Virtual Disk wizard to create a virtual disk.</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc7.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc8.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc9.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc10.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc11.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc12.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc13.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc14.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc15.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc16.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc17.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc18.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc19.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc20.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc21.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc22.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc23.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc24.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc25.png?w=720" alt="" /></p>
<h1><a name="Connect to the iSCSI Target using the iSCSI Initiator"></a>Connect to the iSCSI Target using the iSCSI Initiator</h1>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc26.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc27.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc28.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc29.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc30.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc31.png?w=720" alt="" /></p>
<h1><a name="Format the iSCSI Target"></a>Format the iSCSI Target</h1>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc32.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc33.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc34.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc35.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc36.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc37.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc38.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc39.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc40.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc41.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc42.png?w=720" alt="" /></p>
<h1><a name="Connect to the shared iSCSI Target from the SECONDARY Server"></a>Connect to the shared iSCSI Target from the SECONDARY Server</h1>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc43.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc44.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc45.png?w=720" alt="" /></p>
<h1><a name="Configure Windows Server 8 Failover Clustering"></a>Configure Windows Server 8 Failover Clustering</h1>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc46.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc47.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc48.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc49.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc50.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc51.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc52.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc53.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc54.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc55.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc56.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc57.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc58.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc59.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc60.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc61.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc62.png?w=720" alt="" /></p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc63.png?w=720" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=483&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2012/03/05/step-by-step-configuring-windows-server-8-beta-iscsi-target-software-for-use-in-a-cluster/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc1.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc2.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc3.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc4.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc5.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc6.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc7.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc8.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc9.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc10.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc11.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc12.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc13.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc14.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc15.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc16.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc17.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc18.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc19.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc20.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc21.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc22.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc23.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc24.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc25.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc26.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc27.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc28.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc29.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc30.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc31.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc32.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc33.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc34.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc35.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc36.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc37.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc38.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc39.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc40.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc41.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc42.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc43.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc44.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc45.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc46.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc47.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc48.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc49.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc50.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc51.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc52.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc53.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc54.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc55.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc56.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc57.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc58.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc59.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc60.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc61.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc62.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2012/03/030512_1730_stepbystepc63.png" medium="image" />
	</item>
		<item>
		<title>SQL Server 2012 Disaster Recovery &#8211; Multisite Clusters</title>
		<link>http://clusteringformeremortals.com/2012/01/03/sql-server-2012-disaster-recovery-multisite-clusters/</link>
		<comments>http://clusteringformeremortals.com/2012/01/03/sql-server-2012-disaster-recovery-multisite-clusters/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 16:25:27 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[DataKeeper]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.wordpress.com/?p=354</guid>
		<description><![CDATA[Microsoft just released a great white paper on new support for multisite clusters in SQL Server 2012 for Disaster Recovery. Don&#8217;t forget that I blogged about this feature back in May of 2011 and even included a video demonstration which shows a SQL Server 2012 multisite failover cluster for disaster recovery using SteelEye DataKeeper Cluster [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=354&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft just released a great <a href="http://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/SQLServer2012_MultisiteFailoverCluster%2520(2).docx&amp;ct=ga&amp;cad=CAcQARgBIAEoBDAAOABA5I3n9wRIAVgAYgVlbi1VUw&amp;cd=V8cJe1ds-70&amp;usg=AFQjCNEFmghhf-oIzmZ5A9twI9tJjFW4Og">white paper</a> on new support for multisite clusters in SQL Server 2012 for Disaster Recovery. Don&#8217;t forget that I blogged about this feature back in May of 2011 and even included a video demonstration which shows a SQL Server 2012 multisite failover cluster for disaster recovery using SteelEye DataKeeper Cluster Edition.</p>
<p><a href="http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/">http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/</a></p>
<p>SQL Server 2012 and cross subnet failover capabilities will open up a whole new world of possibilities for people looking for disaster recovery options for SQL 2012.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=354&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2012/01/03/sql-server-2012-disaster-recovery-multisite-clusters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtualization Career Training with Microsoft Learning</title>
		<link>http://clusteringformeremortals.com/2011/09/22/virtualization-career-training-with-microsoft-learning/</link>
		<comments>http://clusteringformeremortals.com/2011/09/22/virtualization-career-training-with-microsoft-learning/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 17:41:17 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.com/2011/09/22/virtualization-career-training-with-microsoft-learning/</guid>
		<description><![CDATA[Guest announcement from my friend and Microsoft Technical Evangelist, Symon Perriman…. Please check out these two exciting virtualization career training opportunities: http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=270. Virtualization Career Training On Tuesday, October 4th Technical Evangelists Symon Perriman and Rick Claus are hosting an online conference on Virtualization Career Training with Microsoft Learning.  This half day virtual event (8am – [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=351&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Guest announcement from my friend and Microsoft Technical Evangelist, Symon Perriman….</p>
<p>Please check out these two exciting virtualization career training opportunities: <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=270">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=270</a>.</p>
<h2>Virtualization Career Training</h2>
<p>On Tuesday, October 4<sup>th</sup> Technical Evangelists Symon Perriman and Rick Claus are hosting an online conference on Virtualization Career Training with Microsoft Learning.  This half day virtual event (8am – 11am PST) will offer a Level<span style="color:#1f497d;"><br />
</span>100<span style="color:#1f497d;"><br />
</span>to 200 introduction for anyone who wants to learn more about Microsoft Virtualization and how it can help their career.  It is free and public so sign up for this warm-up for the Jump Start event on October 6<sup>th</sup>.</p>
<p style="margin-left:36pt;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 1 – Technology: Learn about Microsoft&#8217;s virtualization technologies, how they work, and the future roadmap to the Cloud!</p>
<p style="margin-left:36pt;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 2 – Career: Understand the importance of virtualization and Private Cloud, and how it can make or break an IT Professional&#8217;s career!</p>
<p style="margin-left:36pt;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 3 – Certification: Get prepared for your next steps towards a virtualization career by understanding and preparing for the Microsoft 70-659 Technical Specialist exam, <a href="http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-659">Windows Server 2008 R2, Server Virtualization</a><span style="color:black;">.</span></p>
<p><span style="color:black;">Learn More: <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=270">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=270</a></p>
<p>Register: <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=288">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=288</a><br />
</span></p>
<p><span style="color:black;">Instructor Bios:  <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=287">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=287</a><br />
</span></p>
<p><img src="image003.jpg@01CC790F.9244E240" alt="" /><span style="color:black;"><br />
</span></p>
<h2>Virtualization Exam 70-659 Training</h2>
<p><span style="color:black;">On Thursday October 6<sup>th</sup> Technical Evangelist Symon Perriman and Technical Instructor Philip Helsel will host an online 8-hour deep dive training event for </span>the Microsoft 70-659 Technical Specialist exam, <a href="http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-659">Windows Server 2008 R2, Server Virtualization</a><span style="color:black;">.  This virtual event runs from 8am to 5pm PST and will include presentations, demos and live Q&amp;A with the attendees.   It costs $99 to attend, but includes a free exam voucher worth $150!  It is public so sign up for some great training to help improve your career here: <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=272">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=272</a>.  Register early to make the most of a weekly virtualization coaching newsletter!<br />
</span></p>
<p style="margin-left:36pt;"><span style="color:black;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 1 </span>–<span style="color:black;"> Installing and Configuring Host and Parent Settings</span></p>
<p style="margin-left:36pt;"><span style="color:black;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 2 </span>–<span style="color:black;"> Configuring Child Settings</span></p>
<p style="margin-left:36pt;"><span style="color:black;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 3 </span>–<span style="color:black;"> Managing and Monitoring Virtual Environments</span></p>
<p style="margin-left:36pt;"><span style="color:black;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 4 </span>–<span style="color:black;"> Ensuring High Availability and Recoverability</span></p>
<p style="margin-left:36pt;"><span style="color:black;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 5 </span>–<span style="color:black;"> Performing Migration</span></p>
<p style="margin-left:36pt;"><span style="color:black;"><span style="font-family:Symbol;"></span><span style="font-family:Times New Roman;font-size:7pt;">        </span>Module 6 </span>–<span style="color:black;"> Configuring Remote Desktop (RD) Role Services Infrastructure<br />
</span></p>
<p><span style="color:black;">Technologies that we will cover include: Windows Server 2008 R2, Hyper-V, System Center Virtual Machine Manager (VMM), System Center Operations Manager (OpsMgr), System Center Data Protection Manager (DPM), Windows Server Backup, Failover Clustering, Remote Desktop Services, Active Directory, Microsoft Assessment &amp; Planning Toolkit (MAP), Virtual Machine Servicing Tool (VMST), Windows Server Update Services (WSUS) &amp; more!</span><br />
Learn More: <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=274">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=274</a></p>
<p>Register: <a href="http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=272">http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=272</a></p>
<p>Exam Information: <a href="http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-659">http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-659</a></p>
<p>Thanks!<br />
Symon Perriman<br />
Technical Evangelist<br />
Private Cloud Technologies<br />
Microsoft<span style="font-size:9pt;"><br />
</span></p>
<p><span style="font-size:9pt;">See videos on <a href="http://technet.microsoft.com/en-us/edge/symon">TechNet</a><br />
</span></p>
<p><span style="font-size:9pt;">Follow announcements <a href="https://twitter.com/">@SymonPerriman</a><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/351/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=351&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2011/09/22/virtualization-career-training-with-microsoft-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Server 8 Developer Preview will not support the Hyper-V Role while running on VMware Workstation…at least on my laptop</title>
		<link>http://clusteringformeremortals.com/2011/09/17/windows-server-8-developer-preview-will-not-support-the-hyper-v-role-while-running-on-vmware-workstation%e2%80%a6at-least-on-my-laptop/</link>
		<comments>http://clusteringformeremortals.com/2011/09/17/windows-server-8-developer-preview-will-not-support-the-hyper-v-role-while-running-on-vmware-workstation%e2%80%a6at-least-on-my-laptop/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 05:28:30 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[Windows Server 8]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.com/2011/09/17/windows-server-8-developer-preview-will-not-support-the-hyper-v-role-while-running-on-vmware-workstation%e2%80%a6at-least-on-my-laptop/</guid>
		<description><![CDATA[Unless someone knows a trick that I don&#8217;t, it doesn&#8217;t appear as if I will be able to test out some of the Hyper-V clustering features unless I identify some actual hardware for Windows 8. I had hoped that just maybe VMware Workstation 8 would be able to fool Windows 8 into thinking it was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=347&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Unless someone knows a trick that I don&#8217;t, it doesn&#8217;t appear as if I will be able to test out some of the Hyper-V clustering features unless I identify some actual hardware for Windows 8. I had hoped that just maybe VMware Workstation 8 would be able to fool Windows 8 into thinking it was actually a physical server, but so far no dice. This <a href="http://www.veeam.com/blog/nesting-hyper-v-with-vmware-workstation-8-and-esxi-5.html">article</a> appears to indicate it will work if you have an Intel Nehalem or Intel Core i7 processor, but my two year old Intel Core 2 Duo T9500 doesn&#8217;t seem to be able to do the trick.</p>
<p>I added the <span style="color:#333333;"><strong>hypervisor.cpuid.v0 = &#8220;FALSE&#8221; </strong></span>to the config file and I changed the CPU settings to use Intel VT –x/EPT as shown below.</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2011/09/091711_0528_windowsserv1.png?w=720" alt="" /></p>
<p>But this is what I get when I try to enable the Hyper-V role.</p>
<p><img src="http://clusteringformeremortals.files.wordpress.com/2011/09/091711_0528_windowsserv2.png?w=720" alt="" /></p>
<p>Maybe it is time to invest in a new laptop?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=347&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2011/09/17/windows-server-8-developer-preview-will-not-support-the-hyper-v-role-while-running-on-vmware-workstation%e2%80%a6at-least-on-my-laptop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2011/09/091711_0528_windowsserv1.png" medium="image" />

		<media:content url="http://clusteringformeremortals.files.wordpress.com/2011/09/091711_0528_windowsserv2.png" medium="image" />
	</item>
		<item>
		<title>Do You Have to Sacrifice High Availability for High Performance?</title>
		<link>http://clusteringformeremortals.com/2011/08/23/do-you-have-to-sacrifice-high-availability-for-high-performance/</link>
		<comments>http://clusteringformeremortals.com/2011/08/23/do-you-have-to-sacrifice-high-availability-for-high-performance/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 03:05:42 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[DataKeeper]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.com/2011/08/23/do-you-have-to-sacrifice-high-availability-for-high-performance/</guid>
		<description><![CDATA[Mosey on over to the Fusion-io website and read my guest post in their blog, Do You Have to Sacrifice High Availability for High Performance? After you are done there, view the joint SIOS and Fusion-io webinar &#8220;SQL Server 2008 – High Performance and High Availability Through Fusion-io and SIOS&#8221; Part of this webinar includes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=335&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mosey on over to the Fusion-io website and read my guest post in their blog, <a href="http://www.fusionio.com/blog/do-you-have-to-sacrifice-high-availability-for-high-performance/">Do You Have to Sacrifice High Availability for High Performance?</a> After you are done there, view the joint SIOS and Fusion-io webinar <a href="https://sios.webex.com/sios/lsr.php?AT=pb&amp;SP=EC&amp;rID=4161002&amp;rKey=26d84965638f31b2&amp;SourceId=SM-DB-Clustering-Blog">&#8220;SQL Server 2008 – High Performance and High Availability Through Fusion-io and SIOS&#8221;</a></p>
<p>Part of this webinar includes some VERY interesting benchmark information…you won&#8217;t want to miss it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=335&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2011/08/23/do-you-have-to-sacrifice-high-availability-for-high-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
		<item>
		<title>Hyper-V Replica Coming in Windows Server “Next”</title>
		<link>http://clusteringformeremortals.com/2011/07/21/hyper-v-replica-coming-in-windows-server-%e2%80%9cnext%e2%80%9d/</link>
		<comments>http://clusteringformeremortals.com/2011/07/21/hyper-v-replica-coming-in-windows-server-%e2%80%9cnext%e2%80%9d/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 16:48:45 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[DataKeeper]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 8]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.com/2011/07/21/hyper-v-replica-coming-in-windows-server-%e2%80%9cnext%e2%80%9d/</guid>
		<description><![CDATA[Here is an interesting video that demonstrates &#8220;Hyper-V Replica&#8221;, a new feature coming in the next version of Windows. Skip to the 39 minute mark to see the demonstration. http://digitalwpc.com/Videos/AllVideos/Permalink/3cb3788c-5c47-4b9e-987c-0dec4194058b/#fbid=slfi0dmNMqP It looks like a very welcome feature that certainly will make Hyper-V even more competitive when comparing the feature set vs. price between vSphere and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=334&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting video that demonstrates &#8220;Hyper-V Replica&#8221;, a new feature coming in the next version of Windows.  Skip to the 39 minute mark to see the demonstration.
</p>
<p><a href="http://digitalwpc.com/Videos/AllVideos/Permalink/3cb3788c-5c47-4b9e-987c-0dec4194058b/#fbid=slfi0dmNMqP">http://digitalwpc.com/Videos/AllVideos/Permalink/3cb3788c-5c47-4b9e-987c-0dec4194058b/#fbid=slfi0dmNMqP</a>
	</p>
<p>It looks like a very welcome feature that certainly will make Hyper-V even more competitive when comparing the feature set vs. price between vSphere and Hyper-V, especially with the <a href="http://www.crn.com/news/cloud/231001635/microsoft-new-vmware-pricing-makes-vmware-cloud-costs-4x-microsofts.htm">new pricing</a> announced by <a href="http://www.vmware.com/files/pdf/vsphere_pricing.pdf">VMware</a>.
</p>
<p>I&#8217;ll be very curious to see if this integrates with Windows Server Failover Clustering to allow you create shared nothing clusters as you can today with 3<sup>rd</sup> party replication software like SteelEye DataKeeper Cluster Edition as I demonstrated in an earlier blog post.
</p>
<p><a href="http://clusteringformeremortals.com/2009/09/17/hyper-v-live-migration-across-data-centers/">http://clusteringformeremortals.com/2009/09/17/hyper-v-live-migration-across-data-centers/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=334&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2011/07/21/hyper-v-replica-coming-in-windows-server-%e2%80%9cnext%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server Denali HADRON Multisite Cross Subnet Failover Video Demonstration</title>
		<link>http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/</link>
		<comments>http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/#comments</comments>
		<pubDate>Sun, 15 May 2011 01:59:00 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WSFC]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/</guid>
		<description><![CDATA[The crowd has spoken and the SQL Server Team has answered! Denali is the first version of SQL Server to support the cross subnet failover feature first introduced in Windows Server 2008 Failover Clustering. It seems like we have been waiting forever for the SQL team to support this feature but the wait is finally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=318&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The crowd has spoken and the SQL Server Team has answered!  Denali is the first version of SQL Server to support the cross subnet failover feature first introduced in Windows Server 2008 Failover Clustering.  It seems like we have been waiting forever for the SQL team to support this feature but the wait is finally drawing to an end.
</p>
<p>The following is a link to a 5 minute video that demonstrates a 3-node cluster Denali cluster with two nodes in the primary datacenter and one node in the DR site in a separate subnet.
</p>
<p><a href="http://screencast.com/t/ni1zqMOIv">http://screencast.com/t/ni1zqMOIv</a>
	</p>
<p>I will be demonstrating this solution at Tech-Ed 2011 in Atlanta this week.  Stop by the SIOS Technology booth and have a look for yourself at the SQL Server Denali multisite cluster demonstration using SteelEye DataKeeper.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=318&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2011/05/15/sql-server-denali-hadron-multisite-cross-subnet-failover-video-demonstration/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
		<item>
		<title>Failover Clustering &amp; Hyper-V: Multi-Site Disaster Recovery</title>
		<link>http://clusteringformeremortals.com/2011/05/11/failover-clustering-hyper-v-multi-site-disaster-recovery/</link>
		<comments>http://clusteringformeremortals.com/2011/05/11/failover-clustering-hyper-v-multi-site-disaster-recovery/#comments</comments>
		<pubDate>Wed, 11 May 2011 21:54:40 +0000</pubDate>
		<dc:creator>daveberm</dc:creator>
				<category><![CDATA[DataKeeper]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[WSFC]]></category>

		<guid isPermaLink="false">http://clusteringformeremortals.com/2011/05/11/failover-clustering-hyper-v-multi-site-disaster-recovery/</guid>
		<description><![CDATA[Here is a great video from a friend of mine and former MVP Cluster Lead, Symon Perriman. It looks like he is enjoying his new job as Microsoft product evangelist. http://technet.microsoft.com/en-us/edge/Hh133452<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=317&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a great video from a friend of mine and former MVP Cluster Lead, Symon Perriman. It looks like he is enjoying his new job as Microsoft product evangelist.
</p>
<p><a href="http://technet.microsoft.com/en-us/edge/Hh133452">http://technet.microsoft.com/en-us/edge/Hh133452</a>
	</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clusteringformeremortals.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clusteringformeremortals.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clusteringformeremortals.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clusteringformeremortals.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clusteringformeremortals.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clusteringformeremortals.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clusteringformeremortals.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clusteringformeremortals.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clusteringformeremortals.com&#038;blog=8685929&#038;post=317&#038;subd=clusteringformeremortals&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clusteringformeremortals.com/2011/05/11/failover-clustering-hyper-v-multi-site-disaster-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/332b24256fbacd44716837aa527d65e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daveberm</media:title>
		</media:content>
	</item>
	</channel>
</rss>
