<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>RTFM Education &#187; SRM Chapters</title>
	<atom:link href="http://www.rtfm-ed.co.uk/category/srm-chapters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rtfm-ed.co.uk</link>
	<description>Beyond the Manual, with Mike Laverick (VCI, VCP, CCI, CCEA, MCT, MCSE)</description>
	<lastBuildDate>Mon, 06 Feb 2012 23:34:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<copyright>2006-2008 </copyright>
	<managingEditor>mikelaverick@rtfm-ed.co.uk (RTFM Education)</managingEditor>
	<webMaster>mikelaverick@rtfm-ed.co.uk (RTFM Education)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://www.rtfm-ed.co.uk/images/vpreview_center.png</url>
		<title>RTFM Education</title>
		<link>http://www.rtfm-ed.co.uk</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Beyond the Manual, with Mike Laverick (VCI, VCP, CCI, CCEA, MCT, MCSE)</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>RTFM Education</itunes:author>
	<itunes:owner>
		<itunes:name>RTFM Education</itunes:name>
		<itunes:email>mikelaverick@rtfm-ed.co.uk</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.rtfm-ed.co.uk/images/vpreview_center.png" />
		<item>
		<title>SRM Communications &#8211; TCP 80/443</title>
		<link>http://www.rtfm-ed.co.uk/2012/01/18/srm-communications-tcp-80443/</link>
		<comments>http://www.rtfm-ed.co.uk/2012/01/18/srm-communications-tcp-80443/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:25:40 +0000</pubDate>
		<dc:creator>Mike Laverick</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[SRM Chapters]]></category>

		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=5357</guid>
		<description><![CDATA[One of my readers recently contacted me about how SRM communicates to vCenter both during an install, and then afterwards once the service is up and running. The odd thing is this&#8230; During the install the communication to vCenter appears to be non-secured on TCP port 80, but after the install is on the secured [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2012%2F01%2F18%2Fsrm-communications-tcp-80443%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2012%2F01%2F18%2Fsrm-communications-tcp-80443%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of my readers recently contacted me about how SRM communicates to vCenter both during an install, and then afterwards once the service is up and running. The odd thing is this&#8230; During the install the communication to vCenter appears to be non-secured on TCP port 80, but after the install is on the secured port of TCP 443&#8230; In the book I conjecture that some redirection takes place, its actually a little bit more sophisticated than that&#8230;</p>
<p>Here&#8217;s what the offical guide says: </p>
<p><em>Port 80 is provided as the default to use for the initial connection to the remote site. After the initial HTTP connection is made, the two sites establish an SSL connection over port 80 to use for subsequent connections.</em></p>
<p>Duncan Epping on his Yellow Bricks site has this more revealing statement:</p>
<p style="font: normal normal normal 12px/normal Arial; margin: 0px;"><a style="line-height: 19px;" href="http://www.yellow-bricks.com/2009/08/11/srm-faq/"><span style="color: #000000; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: x-small;">http://www.yellow-bricks.com/2009/08/11/srm-faq/</span></a></p>
<p style="font: normal normal normal 12px/normal Arial; min-height: 14px; margin: 0px;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;"><br />
</span></span></p>
<p style="font: normal normal normal 12px/normal Arial; margin: 0px;"><em><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">Why is Port 80 used in the install but port 443 later? During install of SRM port 80 is specified and you cannot type in 443, but after the install is complete than SRM talks to VC on 443, so why is 80 specified in the install? Even though SRM uses SSL when it communicates to VC, it does not use port 443. SRM establishes a TCP connection to port 80, than uses an HTTP CONNECT request to establish a tunnel to the VC servers, then does an SSL handshake with the VC over that tunneled connection. The SRM installation enforces these semantics.</span></span></em></p>
<p style="font: normal normal normal 12px/normal Arial; margin: 0px;"><em></em> </p>
<p style="font: normal normal normal 12px/normal Arial; margin: 0px;">Thanks to Bas Vinken for bring these two bits of information to my attention. Quite why the communcation is this done this way isn&#8217;t really explained. But I guess it is a reminder that port numbers are some what arbitary, and they follow a convention of being associated with certain services &#8211; I guess you would calll them the &#8220;well-known ports&#8221;. But at the end of the day, there&#8217;s nothing hard coded about these ports and how they are used..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtfm-ed.co.uk/2012/01/18/srm-communications-tcp-80443/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failback with SRM and vSphere Replication</title>
		<link>http://www.rtfm-ed.co.uk/2011/10/05/failover-with-srm-and-vsphere-replication/</link>
		<comments>http://www.rtfm-ed.co.uk/2011/10/05/failover-with-srm-and-vsphere-replication/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 08:11:13 +0000</pubDate>
		<dc:creator>Mike Laverick</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[SRM Chapters]]></category>

		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=4955</guid>
		<description><![CDATA[Introduction: As you might know SRM 5.0 introduces support for &#8220;vSphere Replication&#8221; (VR) &#8211; where virtual appliances are deployed to assist in the replication of VMs from the Protected Site to the Recovery Site. What you might not know &#8211; is whilst this works perfectly for recoveries where the VM moves from one site (say [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2011%2F10%2F05%2Ffailover-with-srm-and-vsphere-replication%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2011%2F10%2F05%2Ffailover-with-srm-and-vsphere-replication%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h1>Introduction:</h1>
<p>As you might know SRM 5.0 introduces support for &#8220;vSphere Replication&#8221; (VR) &#8211; where virtual appliances are deployed to assist in the replication of VMs from the Protected Site to the Recovery Site. What you might not know &#8211; is whilst this works perfectly for recoveries where the VM moves from one site (say SiteA: New York) to another (say SiteB: New Jersey) &#8211; there is no automated method of failback. That is to say, moving the VM back from the Recovery Site (SiteB: New Jersey) to Protected Site (SiteA: New York).</p>
<p>SRM 5.0 does introduce a new &#8220;automated failback&#8221; feature &#8211; its a combination of running a &#8220;reprotect&#8221; process to invert the &#8220;normal&#8221; path of replication &#8211; and then running a Recovery Plan to move the VMs back. Sadly, that &#8220;reprotect&#8221; and failback process didn&#8217;t make it into the first release of VR. That means a more &#8220;manual&#8221; process has be undertaken to a.) prepare for the failback and b.) return SRM and VR back to a state that it was in before the failover took place. For an experienced SRM Administrator (sic) this isn&#8217;t too much of chore or difficult &#8211; but if you are new to SRM, and intend to use VR &#8211; then it could be a bit of challenge. That&#8217;s what this article is all about.</p>
<p>I&#8217;ve been prompted to write this because I know that my upcoming SRM book will have a very long chapter on failover/failback but it is very much from slanted from the position of array-based replication &#8211; and there&#8217;s very little if any detail on how this process pans out when your using SRM with VR. This article is intended to plug that gap for my readers who buy the book. It&#8217;s shame that this didn&#8217;t make it into the book, but that is publishing deadlines for you. As it is, this likely to change over the lifetime of SRM 5.0 &#8211; and this article will be  darn easier to maintain and update&#8230;</p>
<p>For sometime I&#8217;ve been using the scenario of fictitious company called &#8220;Corp.com&#8221; which has two sites New York and New Jersey in my books. New York is meant to be the production or Protected Site during normal business operations, and New Jersey is an ancillary location to Corp.com &#8211; and is used for many purposes &#8211; in this case as the Recovery Site in SRM.</p>
<h2><span id="more-4955"></span>Overview:</h2>
<p>Before I begin with the process of failback  &#8211; Let see how a VR setup looks like. If you have already done this &#8211; and got VR working &#8211; you might want to skip this overview section. I&#8217;m doing it just so the rest makes sense.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-09.18.10.png"><img class="alignnone size-full wp-image-4992" title="Screen Shot 2011-10-04 at 09.18.10" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-09.18.10.png" alt="" width="591" height="360" /></a></p>
<p>VR has a &#8220;Management Server/Service&#8221; (VRMS) of which you need 1 per vCenter instance. Remember, SRM itself has a requirement of one vCenter per site, although it is possible using the &#8220;Shared Site&#8221; configuration to have one Recovery Site, service the DR needs of many Protected Sites &#8211; a configuration that would popular if a service provider was selling SRM as a service perhaps. The other requirement is at least 1 vSphere Replication Server (VRS) at the Recovery Site. This appliance receives the &#8220;deltas&#8221; that make up every day replication. So after the first &#8220;Full Synch&#8221; of replication only the changes are replicated. Of course it is possible to use &#8220;Sneaker Net&#8221; to download the .VMDK of VM from the Protected Site, pop them on removable storage &#8211; and then use a secured courier service (UPS, Fedex &#8211; imagine blacked out limos and motorcyclist armed with Uzi&#8217;s) to ship the data to the Recovery Site. In this case only the deltas accrued during the time it takes to move the .VMDK files about need to be copied.</p>
<p>Unlike the VRMS, it is possible to have multiple VRS per vCenter for scale-out purposes. Something you would need to do if you found yourself rubbing up against the scalability limits. Interestingly, the scalability limits are outlined in the release notes &#8211; currently contradict what&#8217;s in the official admin guide &#8211; a situation that will be fixed very shortly&#8230; It&#8217;s the release notes which are correct incidentally&#8230;</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.14.33.png"><img class="alignnone size-full wp-image-4956" title="Screen Shot 2011-10-03 at 12.14.33" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.14.33.png" alt="" width="341" height="244" /></a></p>
<p><a href="http://www.vmware.com/support/srm/srm_releasenotes_5_0_0.html" target="_blank">http://www.vmware.com/support/srm/srm_releasenotes_5_0_0.html</a></p>
<p>Of course a failback process means invariably inverting the replication that would usually send updates from Protected Site (SiteA: New York) to the Recovery Site (SiteB: New Jersey), so they went in the opposite direction from SiteB: New Jersey to SiteA: New York. So for this reason I&#8217;ve recommended in the book that folks always setup VR at EVERY site they intend to use with SRM, so they will have the appliance in place for failback &#8211; but also useful if your Recovery Site is not dedicate location for DR but also production location. This is often referred to as a &#8220;bi-directional&#8221; configuration &#8211; where SiteA: New York is the DR location for SiteB: New Jersey, and SiteB: New Jersey is the DR location for SiteA: New York.</p>
<p>Such a configuration can be seen below. In the background I have two VRMS and two VRS &#8211; one for SiteA: New York and one for SiteB: New Jersey.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.24.42.png"><img class="alignnone size-full wp-image-4957" title="Screen Shot 2011-10-03 at 12.24.42" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.24.42.png" alt="" width="619" height="177" /></a></p>
<p>Only one VM has been protected called &#8220;mail04&#8243;. Although this VM currently &#8220;lives&#8221; in the Protected Site of &#8220;New York&#8221;, its the VR in New Jersey that receives the changes as the VM is powered on. For this reason the management of the replication (Move to, Resume, Pause, Remove, Synchronize) is carried out at the destination for the replication. This is pretty common practice in array-based replication &#8211; the replication &#8220;job&#8221; is managed at the location where the recovery would occur in the event of disaster. After all there&#8217;s little point in your management being located where a smoking crater might now exist.</p>
<p>I hope that is obvious, and I hope you&#8217;ll forgive me if I sound patronizing. With that said there are some people think the best place for management is a smoking crater. However, I digress&#8230;</p>
<p>&nbsp;</p>
<p>This vSphere Replication is &#8220;turned on&#8221; on the right-click of a VM &#8211; although its perfectly possible to select collection of VMs in a folder and do groups of VMs using the standard [shift+click] and [ctrl+click] selection methods:</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.30.03.png"><img class="alignnone size-full wp-image-4958" title="Screen Shot 2011-10-03 at 12.30.03" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.30.03.png" alt="" width="274" height="451" /></a></p>
<p>Once VR is setup and enabled for SRM. You can begin to treat a VR protected machine the same as if it were protected by any storage vendor replication. So creating protection groups &#8211; just done by merely selecting the VR radio button, and VMs they reside on.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.34.00.png"><img class="alignnone size-full wp-image-4959" title="Screen Shot 2011-10-03 at 12.34.00" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.34.00.png" alt="" width="317" height="220" /></a></p>
<p>The protection group(s) once created can be selected when creating the SRM Recovery Plan, exactly as you would do if you had used array-based replication.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.36.30.png"><img class="alignnone size-full wp-image-4960" title="Screen Shot 2011-10-03 at 12.36.30" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.36.30.png" alt="" width="379" height="260" /></a></p>
<p>When you run test or genuine recovery process (either planned or unplanned) Recovery Plans work in the same way as they would for array-based replication. Where changes or difference occur is in the management of the failback process. As with my SRM book I&#8217;m going to look at this from two perspectives &#8211; a Planned Migration (when you know that disaster is potentially on its way) and unplanned migration (when the disaster happens without much if any prior notification).</p>
<h2>Planned Migration</h2>
<p>A Planned Migration would be used when SiteA: New York and SiteB: New Jersey were both available &#8211; and you had received enough notification enough notification to avoid disaster. That could be triggered by some known power outage caused by the supplier in your location needing to do some a major upgrade work or someone plans to demolish a building near you &#8211; and there demolition experts can&#8217;t 100% guarantee that the soon to be deceased building, will not fall in your general direction. <img src='http://www.rtfm-ed.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In this case you would select your Recovery Plan(s), and select the &#8220;Planned Recovery&#8221; radio button, and enable the option that states &#8220;I understand if carry out this major task without senior management approval and it all goes pear-shaped I might be on welfare for the rest of my days, and have to eek out an existing with shopping trolleys and trashcan as my only friends&#8230;&#8221;</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.45.05.png"><img class="alignnone size-full wp-image-4961" title="Screen Shot 2011-10-03 at 12.45.05" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.45.05.png" alt="" width="412" height="344" /></a></p>
<p>Doing this will do two major things &#8211; firstly it was cause a synch to occur between the VM at Protected Site to the VR, and then a power off the VMs affected by the Recovery Plan at the Protected Site, followed by Power On event at the Recovery Site. Of course the time complete this &#8220;delta synch&#8221; will dependent on a number of factors &#8211; volume of changes since last replication, the amount of bandwidth available at each site, latency, lost packets, and not least the volume of VMs to be migrated over to the Recovery Site.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.47.43.png"><img class="alignnone size-full wp-image-4962" title="Screen Shot 2011-10-03 at 12.47.43" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-12.47.43.png" alt="" width="763" height="384" /></a></p>
<p>So what affect does this have on the existing replication relationship at the Protected Site? Answer &#8211; It gets switched off, and put into &#8220;Not Active&#8221; state.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-13.21.34.png"><img class="alignnone size-full wp-image-4965" title="Screen Shot 2011-10-03 at 13.21.34" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-13.21.34.png" alt="" width="444" height="193" /></a></p>
<p>On the Protection Group at the Protected Site &#8211; the one that contained the &#8220;old&#8221; VM, you should see that vSphere Replication has been turned off the affected VMs. The &#8220;Replication Warning&#8221; is a standard alarm indicating that replication is not occurring from SiteA: New York to SiteB: New Jersey for this VM.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-13.35.52.png"><img class="alignnone size-full wp-image-4966" title="Screen Shot 2011-10-03 at 13.35.52" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-13.35.52.png" alt="" width="531" height="234" /></a></p>
<p><strong>Note</strong>: It would be nice if message here was more noticeable &#8211; and that if the warning was meaningful. Like &#8220;Replication Broken off by Planned Migration&#8221; or something helpful like that&#8230;</p>
<p>One thing that appears to me to be confusing and possibly a bug &#8211; is that fact the VR backed plans still report the &#8220;Reprotect&#8221; message after you have used &#8220;Planned Migration&#8221; or the &#8220;Disaster Recovery&#8221; methods &#8211; when they shouldn&#8217;t.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-17.02.46.png"><img title="Screen Shot 2011-10-03 at 17.02.46" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-17.02.46.png" alt="" width="883" height="148" /></a></p>
<p>This strikes me as &#8220;wrong&#8221; because reprotect/automated failback is currently meant to be an array-based only feature.  Indeed, if you do run try to run the reprotect option you get this warning dialog box.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-17.04.45.png"><img title="Screen Shot 2011-10-03 at 17.04.45" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-17.04.45.png" alt="" width="350" height="92" /></a></p>
<p>As the dialog box clearly states &#8211; you have to edit the plan &#8211; remove the old protection groups &#8211; which then triggers a new warning on the plan&#8230; That there&#8217;s no protection groups for it&#8230; (Incidentally, once you have removed the protection groups &#8211; then the reprotect message goes away. So quite how anyone is supposed to carry out this task &#8220;&#8230;before running reprotect.&#8221; is anyone&#8217;s guess&#8230;!!!)</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-17.46.38.png"><img title="Screen Shot 2011-10-03 at 17.46.38" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-17.46.38.png" alt="" width="801" height="203" /></a></p>
<p>At this point you might as well delete the old Protection Group in the SiteA: New York. They are of no use to you. There&#8217;s is a small value in keeping the Recovery Plan that now has no Protection Group backing it. Keeping the original Recovery Plan object keeps the &#8220;history&#8221; of all the tests and clean-ups you have done. Apart from that its pretty useless. In fact some folks think deleting the old Protection Groups and Recovery Plans is actually &#8220;cleaner&#8221; and &#8220;simpler&#8221;. I think there be some merit in that &#8211; but if you remember my strategy was try to keep as much user-defined stuff as possible. Technically, the Recovery Plan doesn&#8217;t need to be deleted.</p>
<p>At some stage you will be recreating the Protection Group as part of the reset after the failback &#8211; but when you add a new Protection Group to the existing recovery plan, you will find your VMs will be dumped into the default priority group &#8211; and ALL your fancy customization you had in the Recovery Plan will be lost (command steps attached to a VM, Message Steps attached to a VM, Re-IP data, VM Dependencies). In fact the process is very similar to what it used to be like in SRM 1.0/4.0 &#8211; and in pact of deleting protection groups without thinking about the consequences is one I still warn folks about in SRM 5.0.</p>
<p>Generally, deleting Protection Groups without engaging the brain is not to be recommended&#8230;. But I guess the adage could be applied to many decisions in one&#8217;s life.</p>
<h2>Failback with Planned Migration</h2>
<p><strong>NOTE</strong>: Being the kind of guy I am tried my best not to delete or remove anything to see what I could get away with. For example I tried keeping the Protected Site configuration in place (Replication Job, Protection Group and so on). For the most part I would say not to bother. The process cannot be completed without deleting some components from SRM. That inevitably means at some stage the administrator has to put them all back in again. Without any method to export/import parts of the configuration to be restored latter &#8211; and no PowerCLI cmdlets for SRM to date &#8211; that means its at the moment almost impossible to automate the cleanup and reset parts.</p>
<p>&nbsp;</p>
<p>So what steps need to take place in order for us to make the return journey? Taking the MAIL04 VM back to SiteA: New York in my case. The main goal here is delete or remove as little as possible from the configuration at the Protected Site as possible, whilst avoiding conflicts.</p>
<p>The first thing to remove from the Protected Site is the &#8220;old&#8221; VM. Carrying out a Planned Migration does not remove from the inventory the original VM at the production location. As you might know we need a Protection Group containing the new VM in SiteB in order to run a recovery plan to take back to the original location necessitates creating a &#8220;Placeholder VM&#8221; in the inventory &#8211; in the very same location as the original VM. As you might know vCenter reacts badly to the creation of the same object, with the same name, in the same location. This &#8220;orphaned&#8221; object if you want to call it that, simply needs to be removed from the inventory, not deleted. That&#8217;s because the files that make up this VM might be useful in speeding up the replication process &#8211; after all only the &#8220;deltas&#8221; make up changes that have accrued in the Recovery Site, need to be sent back to the Protected Site.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-15.55.23.png"><img class="alignnone size-full wp-image-4968" title="Screen Shot 2011-10-03 at 15.55.23" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-15.55.23.png" alt="" width="173" height="398" /></a></p>
<p>Next, I need to enable VR on the VM that that has been &#8220;moved&#8221; by SRM during the &#8220;Planned Migration&#8221; when the wizard appears I can select the normal settings for RPO, Quiescing method and critically select the destination volume &#8211; If I&#8217;m clever I can use the SAME location as the original VM, and when I do this VR will think I am using the &#8220;Sneaker-Net&#8221; method of getting my .VMDK file around.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.02.19.png"><img class="alignnone size-full wp-image-4969" title="Screen Shot 2011-10-03 at 16.02.19" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.02.19.png" alt="" width="449" height="420" /></a></p>
<p><strong>Note</strong>: Originally the MAIL04 VM was located on ESX1_LOCAL, and it was being replicated to the ESX3_LOCAL volume, now the process has been inverted and replication is going to take place from ESX3_LOCAL back to ESX1_LOCAL. I used local storage just because I can, and I wanted to prove how VR offers enterprise like storage features even to local storage. Of course local storage is waste of time if you are using VMware Clustering like I do.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.04.49.png"><img class="alignnone size-full wp-image-4970" title="Screen Shot 2011-10-03 at 16.04.49" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.04.49.png" alt="" width="402" height="111" /></a></p>
<p><strong>Note</strong>: Because MAIL04 was previously stored on ESX1_LOCAL, VR can use the files already there to accelerate the replication process. That&#8217;s pretty neat and similar to some array vendors capacity to retain snapshot deltas for the same purpose&#8230;</p>
<p>This essentially triggers replication for the first time of that VM from Recovery Site (SiteB: New Jersey) to Protected Site (SiteA: New York). One thing you will find is that old replication job from that was used in the &#8220;Planned Migration&#8221; is deleted, and replaced by the new replication job put together to prepare for the failback process. So there is little point in &#8220;cleaning out&#8221; the old replication job, because VR handles that process seamlessly under the conditions of a planned failover.</p>
<p>So the new replication job is listed under the destination for the updates &#8211; in my case the New York Site:</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.26.51.png"><img class="alignnone size-full wp-image-4971" title="Screen Shot 2011-10-03 at 16.26.51" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.26.51.png" alt="" width="547" height="192" /></a></p>
<p>And this new replication job, clears out the old replication job that used to be held at New Jersey.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.27.02.png"><img class="alignnone size-full wp-image-4972" title="Screen Shot 2011-10-03 at 16.27.02" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.27.02.png" alt="" width="559" height="197" /></a></p>
<p>Effectively we have now inverted the path of replication so New Jersey which now own the MAIL04 is replicating its changes to New York. If you like a &#8220;personality change&#8221; has taken place. The Recovery Site is now the Protected Site, and the Protected Site is now the Recovery Site. The arrow doesn&#8217;t point &gt; this way anymore it points this way &lt; instead.</p>
<p>The next step would be to create a Protection Group at the New Jersey site to enroll it into the management of SRM. Simply replicating a VM doesn&#8217;t necessarily make it a part of the SRM process. All replication does is copy stuff about. It&#8217;s the process of creating a Protection Group and mapping that protection group to a Recovery Plan &#8211; that makes SRM does it work. So in the following two screen grabs &#8211; you can see me selecting VR as the replication type, and the MAIL04 VM that is being protected by the VR Server.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.33.18.png"><img class="alignnone size-full wp-image-4973" title="Screen Shot 2011-10-03 at 16.33.18" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.33.18.png" alt="" width="439" height="277" /></a></p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.33.33.png"><img class="alignnone size-full wp-image-4974" title="Screen Shot 2011-10-03 at 16.33.33" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.33.33.png" alt="" width="510" height="227" /></a></p>
<p>After creating the Protection Group &#8211; this should create the &#8220;Placeholder VM&#8221; with new all singing and dancing &#8220;lightening flash&#8221; icon. Remember this will only really be successful if the correct &#8220;Inventory Mappings&#8221; have been put in place &#8211; so SRM knows in which cluster/resource pool/folder and network to locate the placeholder VM&#8230;</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.40.04.png"><img class="alignnone size-full wp-image-4976" title="Screen Shot 2011-10-03 at 16.40.04" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.40.04.png" alt="" width="272" height="452" /></a></p>
<p>Once a Protection Group has been created &#8211; we can now create a Recovery Plan to failback the VMs to SiteA: New York which I will use to &#8220;move&#8221; the VM back to its original home.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.44.35.png"><img class="alignnone size-full wp-image-4977" title="Screen Shot 2011-10-03 at 16.44.35" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.44.35.png" alt="" width="503" height="226" /></a></p>
<p><strong>Note</strong>: Notice how although I &#8220;store&#8221; the recovery plan in the NJ Recovery Plans folder &#8211; the dialog box allows me to indicate that the VMs will be recovered to the New York Site.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.44.53.png"><img class="alignnone size-full wp-image-4978" title="Screen Shot 2011-10-03 at 16.44.53" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-03-at-16.44.53.png" alt="" width="499" height="284" /></a></p>
<p><strong>Note</strong>: Here I&#8217;m selecting the Protection Group created in the New Jersey site that I created earlier.</p>
<p>For simplicity I called my plans &#8220;VR Failover&#8221; and &#8220;VR Failback&#8221; so I can easily ID them. But of course, SRM supports many plans with many different options and features.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-03.03.29.png"><img class="alignnone size-full wp-image-4987" title="Screen Shot 2011-10-04 at 03.03.29" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-03.03.29.png" alt="" width="285" height="259" /></a></p>
<p>As with all failback process I always test them just as I would test any recovery plan &#8211; and I was pleased to see that it worked fine, and I&#8217;d suffered no data loss in the process&#8230; Just the loss of all the useful information in my recovery plan, which I will have to put back manually. <img src='http://www.rtfm-ed.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<h2>CleanUp After Failback with Planned Migration</h2>
<p>PHEW! OK, so we are kind of there. Our VMs that were once in SiteB: New Jersey are now back home (all cosy and warm, and tucked up in bed) at SiteA: New York. Sadly, through we cannot sleep easy. Although the VMs are back home, they not being protected anymore. In fact the environment is much like the same state after a failover.</p>
<p>There is no replication from SiteA: New York &gt; SiteB: New Jersey. There isn&#8217;t a valid Protection Group or Recovery Plan to be triggered in the event of a Planned Migration or unplanned Disaster Recovery. Getting into a state that would allow me to start all over again, and &#8220;move&#8221; the VMs from SiteA: New York and SiteB: New Jersey is essentially a re-run of what I did earlier.</p>
<p>1. At SiteB/New Jersey &#8211; remove from the Inventory the Orphaned, unwanted, abandoned VMs</p>
<p>2. At SiteB/New Jersey &#8211;  remove the Protection Group  that backs the Recovery Plan &#8220;stuck&#8221; with the &#8220;Reprotect&#8221; message</p>
<p>3. At SiteB/New Jersey &#8211; Delete the Protection Group that backed the Recovery Plan at is marked &#8220;Recovered&#8221; but has a &#8220;Replication Error&#8221; on all the VMs within it.</p>
<p>4. At SiteA/New York &#8211; enabled VR on the VMs in that need protection</p>
<p><strong>Note:</strong> I&#8217;ve  seen this state that its doing a &#8220;Full Sync&#8221;, which you might find a bit confusing. This nothing to worry about &#8211; it isn&#8217;t copying the whole VM again &#8211; that would be an &#8220;Initial Sync&#8221;. The &#8220;Full Sync&#8221; is actually running a type of checksum looking for the blocks that similar/different to the sneaker-netted source.</p>
<p>5. SiteA/New York -  create a Protection Group for VR</p>
<p>6. SiteA/New York &#8211; add the Protection Group to the Recovery Plan at SiteA/New York</p>
<p>7. Reconfigure your Recovery Plan, and put back all the lost metadata that was once there&#8230;</p>
<h2>Disaster Recovery</h2>
<p>My DR tests always begin with a power cord that I unceremoniously yank to simulate a total outage. The other thing I have is all comms from the Protected Site (SiteA: New York) to the Recovery Site (SiteB: New Jersey) going through a &#8220;software router&#8221; &#8211; a VM that acts as a router. If that gets powered off all communications between the two sites are lost &#8211; including replication.</p>
<p>If you happen to have vCenter open when the diaster stikes (and your not at the Protected Site) &#8211; then probably the first thing you would see is the vCenter at the Protected Site would go down and become unavailable.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-14.50.09.png"><img class="alignnone size-full wp-image-4994" title="Screen Shot 2011-10-04 at 14.50.09" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-14.50.09.png" alt="" width="466" height="377" /></a></p>
<p>By default if you switch to SRM, at the Recovery Site, it will try and log you into the Protected Site. This will obviously fail, because it is now down. So if you click cancel you will see that status of Recovery Site (SiteA: New York) would &#8220;Unknown&#8221; because you are unable to log into &#8211; and the status of the Recovery Site (SiteB: New York) would be set as &#8220;Not Connected&#8221;. This means the Recovery Site, cannot connect to the Protected Site &#8211; it doesn&#8217;t mean you couldn&#8217;t connect to the SRM server at the Recovery Site &#8211; otherwise you wouldn&#8217;t have got this far.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-14.54.11.png"><img class="alignnone size-full wp-image-4995" title="Screen Shot 2011-10-04 at 14.54.11" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-14.54.11.png" alt="" width="551" height="194" /></a></p>
<p>There&#8217;s nothing special/unusual about this scenario &#8211; it would be exactly the same if you were using array-based replication.  As with all DR scenarios &#8211; the Recovery Plan used to bring up the lost VMs, would be run just like another. Incidentally, you can still test the Recovery Plan first (if you feel you have the luxury of time) &#8211; but your more likely to head for the big red &#8220;Recovery&#8221; button in SRM 5.0. When you run the recovery &#8211; you will notice that option to carry out a &#8220;Planned Migration&#8221; is dimmed, because the Protected Site is unavailable.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-16.10.36.png"><img class="alignnone size-full wp-image-4996" title="Screen Shot 2011-10-04 at 16.10.36" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-16.10.36.png" alt="" width="400" height="284" /></a></p>
<p>When you run the plan &#8211; the SRM server will try to do the same steps it tried in the Planned Migration such as synchining with the array in Protected Site (that&#8217;s under a truck load of rubble incidentally), and shutdown the VMs in the Protected Site that were powered off, when a 6ft chunk of masonry smashed its way though the blade enclosure. I&#8217;ve often wondered why VMware runs this part of the plan, given that in disaster perhaps the first thing you loose is communication to the site that&#8217;s affected by the disaster. It seems a little counter-intuitive. But there are scenarios where you might want to try anyway. So with all this said &#8211; expect to see errors as SRM tries (and fails) to carry out an almost impossible task.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-16.20.21.png"><img class="alignnone size-full wp-image-4997" title="Screen Shot 2011-10-04 at 16.20.21" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-16.20.21.png" alt="" width="664" height="395" /></a></p>
<h2>Failback with Disaster Recovery</h2>
<p>So the Recovery Plan was successful, and your VMs are up and running in the Recovery Site. After a lot of work &#8211; your Protected Site is now available. I say a &#8220;lot of work&#8221; because who the heck  knows what state your production locale was left in after the disaster? If it was a terrorist attack, it might be crime scene &#8211; and criminal foresenics won&#8217;t let you near it. If it was a hurricane &#8211; perhaps you were one of the lucky ones that didn&#8217;t get flattened &#8211; but the local power distribution has been so flaky you not had reliable power there for days, weeks, months&#8230; So SRM automates a lot of things, but it doesn&#8217;t have a big button that says: &#8220;Raise Purchase Order, Contact Reseller, Ship replacement Servers/Storage/Network to SiteA, Contract Consultancy services to assist in rack-up and configuration, Validate Implementation of new hardware, Re-instate Communications to allow replication&#8221;.</p>
<p>If you disaster was serious and your backup lousy. You might even be talking about a total reinstall of vCenter/SRM and going through the pairing process all over again &#8211; together with the post-configuration typical in a SRM installation (such as adding resource mappings, folder mappings, network mappings, placeholder datastores, and so on).</p>
<p>Of course, when diaster strikes &#8211; there is no orchestration. The Protected Site just falls of the map. If the original configuration is retrievable and does come back online. The &#8220;old&#8221; replication job will still be there, and it will be trying to replicate to destination which is now the source, and most likely a powered on virtual machine. So you might see this in the VRs management pages. The &#8220;RPO Voliation&#8221; is caused by the replication being untimely stopped by the disaster.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-16.55.15.png"><img class="alignnone size-full wp-image-4998" title="Screen Shot 2011-10-04 at 16.55.15" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-16.55.15.png" alt="" width="624" height="193" /></a></p>
<p>The failback process in this situation doesn&#8217;t differ that much from if there had been a Planned Migration. It involves some clean-up and setup to &#8220;move&#8221; the VM back to its original home &#8211; the Protected Site&#8230;</p>
<p>1. At SiteA/New York &#8211; remove from the Inventory the Orphaned, unwanted, abandoned VMs</p>
<p>2. At SiteA/New York &#8211;  remove the Protection Group from that backs the Recovery Plan stuck in the &#8220;Reprotect&#8221; message</p>
<p>3. At SiteA/New York &#8211; Delete the Protection Group that backed the Recovery Plan at is marked &#8220;Recovered&#8221; but has a &#8220;Replication Error&#8221; on all the VMs within it.</p>
<p>4. At SiteB/New Jersey &#8211; enabled VR on the VMs in that need protection</p>
<p>5. SiteA/New Jersey -  create a Protection Group for VR</p>
<p>6. SiteA/New Jersey &#8211; add the Protection Group to the Recovery Plan at SiteA/New York</p>
<p>7. Reconfigure your Recovery Plan, and put back all the lost metadata that was once there&#8230;</p>
<h2>CleanUp After Failback with Diaster Recovery</h2>
<p>Again once both the Protected and Recovery Site are available you follow the same steps I outlined in the Planned Recovery.</p>
<p>1. At SiteB/New Jersey &#8211; remove from the Inventory the Orphaned, unwanted, abandoned VMs</p>
<p>2. At SiteB/New Jersey &#8211;  remove the Protection Group from that backs the Recovery Plan stuck in the &#8220;Reprotect&#8221; message</p>
<p>3. At SiteB/New Jersey &#8211; Delete the Protection Group that backed the Recovery Plan at is marked &#8220;Recovered&#8221; but has a &#8220;Replication Error&#8221; on all the VMs within it.</p>
<p>4. At SiteA/New York &#8211; enabled VR on the VMs in that need protection</p>
<p>5. SiteA/New York -  create a Protection Group for VR</p>
<p>6. SiteA/New York &#8211; add the Protection Group to the Recovery Plan at SiteA/New York</p>
<p>7. Reconfigure your Recovery Plan, and put back all the lost metadata that was once there&#8230;</p>
<h1>Conclusions:</h1>
<p>There&#8217;s a couple of points to made here I think. Firstly, it perfectly feasible to go through the manual steps required for failover/failback. But it would be clearly benefit from more automation &#8211; just like SRM 1.0/4.0 would have benefited from the kind of reprotect/automated failback we currently enjoy with SRM 5.0. As they say, these things will come &#8211; all in good time.</p>
<p>The process as it is seems very reliable &#8211; and in the course of writing this blogpost I&#8217;ve done a number  failover/failbacks each time I was successful.</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-03.48.24.png"><img class="alignnone size-full wp-image-4989" title="Screen Shot 2011-10-04 at 03.48.24" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2011/10/Screen-Shot-2011-10-04-at-03.48.24.png" alt="" width="475" height="139" /></a></p>
<p><strong>Note</strong>: Incidentally, I was actually awake at 3.35am testing this. I couldn&#8217;t sleep and for some insane reason I thought writing a blogpost might help me nod off. I was wrong. I keep on being wrong on this. And I&#8217;m not sure when I will learn not to do this.</p>
<p>&nbsp;</p>
<p>Clearly, there is room for improvement when it comes to some of the messages &#8211; and I would hope to see the confusing &#8220;reprotect&#8221; dialog boxes modified in future updates.</p>
<p>I think it would be lovely if the replication job from SiteA to SiteB could be just &#8220;inverted&#8221; &#8211; and reused. That&#8217;s the case with many array-vendors replication. Currently, I don&#8217;t see how the structure of VR wouldn&#8217;t allow for this setup &#8211; and I think would require a redesign. It would be great if the old Protection Groups and Recovery Plans could be kept, and therefore hard work I put into developing a sophisticated Recovery Plan wouldn&#8217;t be lost. Ideally, I would love to see VR gain the same flexibility that array-based replication benefits from. If you haven&#8217;t played with reprotect you really should. It&#8217;s a joy to use &#8211; and makes &#8220;moving&#8221; VMs almost feel as casual an event, as say VMotion is now. It&#8217;s not really for me to speculate about when VR might get the &#8220;reprotect&#8221; feature  (after all I don&#8217;t work for VMware).  For the moment the failback process for SRM 5.0/vSphere Replication is more akin to the way the SRM worked in version 1.0/4.0.</p>
<p>I guess the importance of this depends how rigorous you think your Recovery Plan testing needs to be. After plenty of customers &#8220;saw value&#8221; in SRM 1.0/4.0 which lacked an automated failback process for array-based replication. My analogy for this centers around the tests people do of the fire alarms and building evacuation procedures.</p>
<p>You could see the &#8220;test&#8221; button in SRM like testing the fire alarm in the building at 10am each day. Four quick rings, checks the alarm still works. On the other hand &#8220;recovery&#8221; button in SRM is like when twice a year &#8211; that alarm bell doesn&#8217;t stop ring after 4 attempts. Folks start looking at each other, and very slowly people start making their way for the exits. The downside of the current capabilities of SRM and VR together is that bi-annual &#8220;test&#8221; would involve a lot of work to get everyone back in the building and working again. Some of it would require maintenance windows to complete, whereas a softer &#8220;test&#8221; would not. What we are all looking for is the most rigorous of tests, with the least impact on our infrastructure &#8211; I believe array-based replication and SRM achieves that lofty goal, but VR has some work to get to same level&#8230;. By definition the more realistic and rigorous the test &#8211; like our fire alarm example &#8211; the bigger the operational impact is on day-to-day activities.</p>
<p>But if it only happens twice year is it such a big deal?</p>
<p>Remember, Rome wasn&#8217;t built in a day&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtfm-ed.co.uk/2011/10/05/failover-with-srm-and-vsphere-replication/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>NEW: Administering VMware Site Recovery Manager 4.0</title>
		<link>http://www.rtfm-ed.co.uk/2010/03/22/new-administrating-vmware-site-recovery-manager-4-0/</link>
		<comments>http://www.rtfm-ed.co.uk/2010/03/22/new-administrating-vmware-site-recovery-manager-4-0/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:52:05 +0000</pubDate>
		<dc:creator>Mike Laverick</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[SRM Chapters]]></category>

		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=2308</guid>
		<description><![CDATA[I&#8217;m pleased to announce the general availability of my new book. It&#8217;s free to download as a PDF file &#8211; and if you prefer a hard-copy you can print a physical copy of the book from LULU.COM. Both the PDF and the hard-copy are available from the LULU.COM website. Some stats:&#8221; The book is just [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2010%2F03%2F22%2Fnew-administrating-vmware-site-recovery-manager-4-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2010%2F03%2F22%2Fnew-administrating-vmware-site-recovery-manager-4-0%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m pleased to announce the general availability of my new book. <strong>It&#8217;s free to download as a PDF file</strong> &#8211; and if you prefer a hard-copy you can print a physical copy of the book from LULU.COM.</p>
<p>Both the PDF and the hard-copy are available from the LULU.COM website.</p>
<p>Some stats:&#8221;</p>
<ul>
<li>The book is just short of 100,000 words</li>
<li>400 pages</li>
<li>6 months to complete from start to finish</li>
<li>Additional 100 pages of text and supporting graphics from the SRM 1.0 book</li>
<li>Additional 3 chapters</li>
</ul>
<p>What&#8217;s New?</p>
<ul>
<li>All graphics updated to vSphere4</li>
<li>All new theme of the New York and New Jersey &#8211; Protected and Recovery Site</li>
<li>How setup replication for EMC Celerra, Clariion CX3, NetApp Filers and HP Lefthand VSA</li>
<li>Integrated with these three storage vendors  &#8211; so I cover what happens in EMC, NetApp, and HP when recovery plans are tested or run</li>
<li>Coverage of the new &#8220;Shared Site&#8221; configuration</li>
<li>Integrating PowerCLI scripts to the Recovery Plan</li>
<li>How to automate VMware SRM using the SRM SDK API</li>
<li>Updated PowerCLI chapter specific to the new vSphere4 Distributed vSwitches</li>
</ul>
<p>This time around I won&#8217;t be taking a royalty for the new book.  I would however, strongly urge you to donate money to my chosen charity. That charity is Unicef and this is what they do:</p>
<p><a href="http://www.rtfm-ed.co.uk/wp-content/uploads/2010/03/unicef_logo.gif"><img class="alignnone size-full wp-image-2309" title="unicef_logo" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2010/03/unicef_logo.gif" alt="" width="188" height="59" /></a></p>
<p><em>“UNICEF works with families, communities and governments in more than 190 countries worldwide to protect and promote the rights of all children. We are guided throughout our work by the UN Convention on the Rights of the Child, which guarantees every child the same rights: to an education, to a childhood, to be as healthy as possible, to be treated fairly and to be heard. UNICEF works in all these areas, and does so in a joined up way to achieve the best possible outcomes for children.”</em></p>
<p><strong>So before you begin to read book, please pause to think of the millions of children you help by making a relatively small donation.</strong></p>
<p><strong>The recommended donation is $10 (US Dollars) or the equivalent in your currency.</strong></p>
<p><a href="http://www.supportunicef.org/forms/whichcountry2.html" target="_blank">http://www.supportunicef.org/forms/whichcountry2.html</a></p>
<p><strong>Click the graphic to download/order the book, but before you do &#8211; please consider a donation of some kind.</strong></p>
<p><a href="http://www.lulu.com/content/paperback-book/administering-vmware-site-recovery-manager-40/8538123"><img class="alignnone size-full wp-image-2311" title="Screen shot 2010-03-22 at 14.19.19" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2010/03/Screen-shot-2010-03-22-at-14.19.19.png" alt="" width="501" height="310" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtfm-ed.co.uk/2010/03/22/new-administrating-vmware-site-recovery-manager-4-0/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Welcome to Hyper9 and Welcome to another free chapter</title>
		<link>http://www.rtfm-ed.co.uk/2009/03/26/welcome-to-hyper9-and-welcome-to-another-free-chapter/</link>
		<comments>http://www.rtfm-ed.co.uk/2009/03/26/welcome-to-hyper9-and-welcome-to-another-free-chapter/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:01:43 +0000</pubDate>
		<dc:creator>Mike Laverick</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[SRM Chapters]]></category>

		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=1099</guid>
		<description><![CDATA[I would like to take this opportunity to welcome Hyper9 as new advertiser to RTFM. To celebrate this here&#8217;s another here&#8217;s Chapter 4 from my SRM book&#8230; Remember you can still buy the book in EMEA at much reduced cost via the VMworld EMEA store (whilst stocks last) &#8211; alternatively, if you prefer to buy the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2009%2F03%2F26%2Fwelcome-to-hyper9-and-welcome-to-another-free-chapter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2009%2F03%2F26%2Fwelcome-to-hyper9-and-welcome-to-another-free-chapter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I would like to take this opportunity to welcome Hyper9 as new advertiser to RTFM. To celebrate this here&#8217;s another here&#8217;s Chapter 4 from my SRM book&#8230;</p>
<p>Remember you can still buy the book in EMEA at much <a href="http://www.vmwareemeashop.com/index.php?infoBox=0&amp;cPath=70" target="_blank">reduced cost via the VMworld EMEA store</a> (whilst stocks last) &#8211; alternatively, if you prefer to buy the SRM book in the US it is still available on <a href="http://www.lulu.com/content/4343147" target="_blank">LULU.com</a>. </p>
<p>Work is coming along well with vSphere4 book. My hope is that by the end of the month &#8211; I should have working copy I can distribute to my VMTN reviewers and internally to VMware. The plan is to still have an &#8220;authors&#8221; edition out on LULU on the day of the GA &#8211; with a hope of having the final &#8220;cut&#8221; so to speak ready for VMworld in San Francisco. I&#8217;m in discussion with McGraw-Hill about potentially publishing the book via them &#8211; so that could change&#8230;</p>
<div id="attachment_870" class="wp-caption alignnone" style="width: 319px"><a href="http://www.rtfm-ed.co.uk/docs/vmwdocs/SRM1.0-Book-Chapter_04.pdf" target="_blank"><img class="size-medium wp-image-870   " title="Download Chapter 4" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2009/02/download_button.jpg" alt="" width="309" height="140" /></a><p class="wp-caption-text">Download Chapter 4</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rtfm-ed.co.uk/2009/03/26/welcome-to-hyper9-and-welcome-to-another-free-chapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administering VMware Site Recovery Manager &#8211; CHAPTER 2 &amp; 3</title>
		<link>http://www.rtfm-ed.co.uk/2009/03/17/administering-vmware-site-recovery-manager-chapter-2-3/</link>
		<comments>http://www.rtfm-ed.co.uk/2009/03/17/administering-vmware-site-recovery-manager-chapter-2-3/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 15:58:42 +0000</pubDate>
		<dc:creator>Mike Laverick</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[SRM Chapters]]></category>

		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=1060</guid>
		<description><![CDATA[To celebrate the arrival of yet another advertiser on RTFM &#8211; it&#8217;s my pleasure to release chapter 2 &#38; 3 of my popular VMware Site Recovery Manager book. The chapter on Lefthand Networks VSA is somewhat dated &#8211; one of my projects is to update my chapter on iSCSI in my vSphere4 book to match [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2009%2F03%2F17%2Fadministering-vmware-site-recovery-manager-chapter-2-3%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2009%2F03%2F17%2Fadministering-vmware-site-recovery-manager-chapter-2-3%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>To celebrate the arrival of yet another <a href="http://www.roveit.com/mobileadmin/overview/" target="_blank">advertiser on RTFM</a> &#8211; it&#8217;s my pleasure to release chapter 2 &amp; 3 of my popular VMware Site Recovery Manager book. The chapter on Lefthand Networks VSA is somewhat dated &#8211; one of my projects is to update my chapter on iSCSI in my vSphere4 book to match the functionality of the new VSA&#8230; and also at the same time update the chapter on LHN so it matches with SAN IQ8.</p>
<p>Remember you can still buy the book in EMEA at much <a href="http://www.vmwareemeashop.com/index.php?infoBox=0&amp;cPath=70" target="_blank">reduced cost via the VMworld EMEA store</a> (whilst stocks last) &#8211; alternatively, if you prefer to buy the SRM book in the US it is still available on <a href="http://www.lulu.com/content/4343147" target="_blank">LULU.com</a>. </p>
<p>Work is coming along well with vSphere4 book. My hope is that by the end of the month &#8211; I should have working copy I can distribute to my VMTN reviewers and internally to VMware. The plan is to still have an &#8220;authors&#8221; edition out on LULU on the day of the GA &#8211; with a hope of having the final &#8220;cut&#8221; so to speak ready for VMworld in San Francisco.</p>
<div id="attachment_870" class="wp-caption alignnone" style="width: 319px"><a href="http://www.rtfm-ed.co.uk/docs/vmwdocs/SRM1.0-Book-Chapter_02.pdf" target="_blank"><img class="size-medium wp-image-870   " title="Download Chapter 2" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2009/02/download_button.jpg" alt="" width="309" height="140" /></a><p class="wp-caption-text">Download Chapter 2</p></div>
<div id="attachment_870" class="wp-caption alignnone" style="width: 319px"><a href="http://www.rtfm-ed.co.uk/docs/vmwdocs/SRM1.0-Book-Chapter_03.pdf" target="_blank"><img class="size-medium wp-image-870 " title="Download Chapter 3" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2009/02/download_button.jpg" alt="" width="309" height="140" /></a><p class="wp-caption-text">Download Chapter 3</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rtfm-ed.co.uk/2009/03/17/administering-vmware-site-recovery-manager-chapter-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administering VMware Site Recovery Manager &#8211; CHAPTER 1</title>
		<link>http://www.rtfm-ed.co.uk/2009/02/05/administering-vmware-site-recovery-manager-chapter-1/</link>
		<comments>http://www.rtfm-ed.co.uk/2009/02/05/administering-vmware-site-recovery-manager-chapter-1/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 09:46:26 +0000</pubDate>
		<dc:creator>Mike Laverick</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[SRM Chapters]]></category>

		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=869</guid>
		<description><![CDATA[To celebrate the arrival of my first advertiser to RTFM. I would like to begin the process of slowly releasing my SRM book free to download. The SRM book will remain commerically available for sometime &#8211; and when SRM 2.0 the &#8220;old&#8221; SRM1.0 book will become completely free. As I release each chapter I will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2009%2F02%2F05%2Fadministering-vmware-site-recovery-manager-chapter-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rtfm-ed.co.uk%2F2009%2F02%2F05%2Fadministering-vmware-site-recovery-manager-chapter-1%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>To celebrate the arrival of my first advertiser to RTFM. I would like to begin the process of slowly releasing my SRM book free to download. The SRM book will remain commerically available for sometime &#8211; and when SRM 2.0 the &#8220;old&#8221; SRM1.0 book will become completely free. As I release each chapter I will be reviewing the content for any old typos, and rolling those changes through to the commerical book. Remember PDFs are great but when a book runs to 300+ pages it is actually cheaper to buy a copy than it is to take it to a printers (believe you me I learned this during the proofing phase how expensive) plus you get it delivered to your door with a perfect binding! My next free chapter will update the content I created about Lefthand Networks VSA, which is now on SAN/IQ Version 8. There aren&#8217;t a huge amount of differences so hopefully it won&#8217;t take long&#8230;</p>
<p>This book is still based on the original GA version &#8211; not the recent U2 edition. U2 did introduce new features and some options ceased being experimental. But not enough changes we introduced to force me to stop work on vSphere4. But I will as each chapter comes out &#8211; review the content and update it accordingly.</p>
<p>Enjoy your first free chapter! <img src='http://www.rtfm-ed.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<div id="attachment_870" class="wp-caption alignnone" style="width: 319px"><a href="http://www.rtfm-ed.co.uk/docs/vmwdocs/SRM1.0-Book-Chapter_01.pdf" target="_blank"><img class="size-medium wp-image-870 " style="border: 2px solid black;" title="Download Chapter" src="http://www.rtfm-ed.co.uk/wp-content/uploads/2009/02/download_button.jpg" alt="" width="309" height="140" /></a><p class="wp-caption-text">Chapter 1: Introduction to Site Recovery Manager</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rtfm-ed.co.uk/2009/02/05/administering-vmware-site-recovery-manager-chapter-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

