<?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/"
	>

<channel>
	<title>Yellow Bricks &#187; BC-DR</title>
	<atom:link href="http://www.yellow-bricks.com/tag/bcdr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fiddling around with SRM&#8217;s Storage Replication Adapter &#8211; Part II</title>
		<link>http://www.yellow-bricks.com/2012/01/12/fiddling-around-with-srms-storage-replication-adapter-part-ii/</link>
		<comments>http://www.yellow-bricks.com/2012/01/12/fiddling-around-with-srms-storage-replication-adapter-part-ii/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 14:13:05 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=9577</guid>
		<description><![CDATA[<p>** Disclaimer: This is for educational purposes, please don’t implement this in your production environment as it is not supported! ** After my article this week about (ab) using the SRA provided through Site Recovery Manager to fail-over any LUN I expected some people reaching out to me with additional questions. One of the questions which came in more than once was [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2012/01/12/fiddling-around-with-srms-storage-replication-adapter-part-ii/">Fiddling around with SRM&#8217;s Storage Replication Adapter &#8211; Part II</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>** Disclaimer: This is for educational purposes, please don’t implement this in your production environment as it is <strong>not</strong> supported! **</p>
<p>After my <a href="http://www.yellow-bricks.com/2012/01/10/hacking-site-recovery-manager-srm-a-storage-array-adapter/">article</a> this week about (ab) using the SRA provided through Site Recovery Manager to fail-over any LUN I expected some people reaching out to me with additional questions. One of the questions which came in more than once was &#8220;is it possible to do a test-failover of a LUN which is not managed by the SRM infra&#8221;? I guess the short answer is yes it is. The long answer is: well it depends on what your definition of a &#8220;test-failover&#8221; is. Of course booting up a physical machine from SAN while keeping the same IP etc would cause conflicts. I am also not going to show you how to re&#8217;ip your physical machines as I expect you to know this. From an SRM perspective how exciting is this?</p>
<p>To be honest, not really. The same concept applies. For a test-failover SRM calls the SRA by a script called &#8220;command.pl&#8221; and it feeds it XML. The following lines of XML are relevant for this exercise, but the critical one is &#8220;TestFailoverStartParameters&#8221;:</p>
<p style="padding-left: 30px;"><code>--&gt; &lt;TestFailoverStartParameters&gt;<br />
--&gt; &lt;ArrayId&gt;BB005056AE32820000-server_2&lt;/ArrayId&gt;<br />
--&gt; &lt;AccessGroups&gt;<br />
--&gt; &lt;AccessGroup id="domain-c7"&gt;<br />
--&gt; &lt;Initiator type="iSCSI" id="iqn.1998-01.com.vmware:localhost-11616041"/&gt;<br />
--&gt; &lt;Initiator type="iSCSI" id="iqn.1998-01.com.vmware:localhost-4a15366e"/&gt;<br />
--&gt; &lt;Initiator type="NFS" id="10.21.68.106"/&gt;<br />
--&gt; &lt;Initiator type="NFS" id="10.21.68.105"/&gt;<br />
--&gt; &lt;/AccessGroup&gt;<br />
--&gt; &lt;/AccessGroups&gt;<br />
--&gt; &lt;TargetDevices&gt;<br />
--&gt; &lt;TargetDevice key="fs14_T1_LUN1_BB005056AE32800000_fs10_T1_LUN1_BB005056AE32820000"&gt;<br />
--&gt; &lt;AccessGroups&gt;<br />
--&gt; &lt;AccessGroup id="domain-c7"/&gt;<br />
--&gt; &lt;/AccessGroups&gt;<br />
--&gt; &lt;/TargetDevice&gt;<br />
--&gt; &lt;/TargetDevices&gt;<br />
--&gt; &lt;/TestFailoverStartParameters&gt;<br />
--&gt; &lt;/Command&gt;</code></p>
<p>Now in our case we want to fail-over a random non vSphere LUN. We will need the &#8220;initiator&#8221; (server(s)) who will need to see be able to see this LUN and we will need the LUN identifier. All of this can either be found in the SRM log files (LUN identifiers) or on the physical server (initiator details). If you would call command.pl and feed it the XML file the SRA will request the array to create a snapshot and give the host access to that snapshot. Now it is up to you to take the next steps!</p>
<p>It is no rocket science. Anything SRM does with the SRA you can do from the command line using command.pl and a custom XML file. As mentioned in the comments in my previous article, I know people are interested in using this for Physical Hosts&#8230; I will discuss this internally, but for now don&#8217;t come close, it is not supported!</p>
<p>&nbsp;</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2012/01/12/fiddling-around-with-srms-storage-replication-adapter-part-ii/">Fiddling around with SRM&#8217;s Storage Replication Adapter &#8211; Part II</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2012/01/12/fiddling-around-with-srms-storage-replication-adapter-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Hacking&#8221; Site Recovery Manager (SRM) / a Storage Array Adapter</title>
		<link>http://www.yellow-bricks.com/2012/01/10/hacking-site-recovery-manager-srm-a-storage-array-adapter/</link>
		<comments>http://www.yellow-bricks.com/2012/01/10/hacking-site-recovery-manager-srm-a-storage-array-adapter/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:17:43 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[5.0]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=9552</guid>
		<description><![CDATA[<p>** Disclaimer: This is for educational purposes, please don’t implement this in your production environment as it is not supported! ** Last week I received a question and I figured I would dive in to it this week. The question was if it is possible to fail-over LUNs using VMware Site Recovery Manager (SRM) which are not part of the Cluster which [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2012/01/10/hacking-site-recovery-manager-srm-a-storage-array-adapter/">&#8220;Hacking&#8221; Site Recovery Manager (SRM) / a Storage Array Adapter</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>** Disclaimer: This is for educational purposes, please don’t implement this in your production environment as it is <strong>not</strong> supported! **</p>
<p>Last week I received a question and I figured I would dive in to it this week. The question was if it is possible to fail-over LUNs using VMware Site Recovery Manager (SRM) which are not part of the Cluster which SRM &#8220;manages&#8221;. In other words, can I fail-over a LUN which is attached to a physical Windows Server or to a completely separate VMware Cluster? Before we continue, I did not hack SRM itself, neither did I make any changes to the SRA.</p>
<p>Lets briefly explain what SRM does normally when you go through the process of of creating a DR plan. Now this is slimmed down with only focussing on the relevant stuff for this question:</p>
<ul>
<li>First it will discover the devices using the Storage Replication Adapter (SRA)</li>
<li>It then discovers all LUNs using the SRA</li>
<li>It show the replicated LUNs containing VMs to the admin</li>
<li>Admin can use these in his plan and &#8220;protect&#8221; the VMs appropriately</li>
</ul>
<p>I decided to install SRM in a nested environment using the <a href="http://nickapedia.com/2010/09/12/ubertastic-celerra-uber-vsa-v3-unisphere/">Celerra Uber VSA</a>. I installed the VNX SRA and configured it and went through some of the log files just to find a piece of evidence that my plan is even possible. For Windows 2008 you can find the SRM Log Files in this location by the way:</p>
<pre style="padding-left: 30px;">%ALLUSERSPROFILE%\VMware\VMware vCenter Site Recovery Manager\Logs\</pre>
<p>Other locations are documented in this <a href="http://kb.vmware.com/kb/1021802">KB</a>. When I created the environment I created multiple LUNs with different sizes to make them easily recognizable. The LUN which is replicated but not exposed to our vCenter/SRM environment is 25GB and the LUN which is exposed is 30GB. This is what the log files showed me when I did a quick find on the size:</p>
<pre style="padding-left: 30px;">(Production) fsid=14 size=30000MB alloc=0MB dense  read-write
path=/srm01/fs14_T1_LUN1_BB005056AE32800000/fs14_T1_LUN1_BB005056AE32800000 (snapped)</pre>
<pre style="padding-left: 30px;">(Production) fsid=16 size=25000MB alloc=0MB dense read-write
path=/vc01/fs16_T1_LUN2_BB005056AE32800000/fs16_T1_LUN2_BB005056AE32800000 (snapped)</pre>
<p>As you can see both my 25GB and my 30GB LUN is listed. I added a name to it which also allows me to quickly identify it &#8220;srm01&#8243; and &#8220;vc01&#8243;, where &#8220;vc01&#8243; is the one which is not managed by SRM.</p>
<p>So how does SRM get this information? Well it is actually pretty straight forward, SRM calls a script which is part of the SRA. SRM feeds this script XML. This XML code contains the commands / details required. I&#8217;ve <a href="http://www.yellow-bricks.com/2009/01/20/sra-discoverluns/">written</a> about this a long time ago when I was troubleshooting SRM and it is still applicable:</p>
<pre style="padding-left: 30px;">perl command.pl &lt; file.xml</pre>
<p>Now the XML file is of course key here&#8230; How does that need to be structured and can we use, or should I say abuse, it to do a fail-over of a LUN which is not &#8220;managed&#8221; by SRM/vCenter. Well I started digging and it turns out to be fairly straight forward. Keep in mind the disclaimer at the top though, this is not what the SRA&#8217;s were intended for&#8230; this is purely for educational purposes and far from supported. Again the logfiles exposed a lot of details here, but I stripped it down to make it readable. This is the response from the SRA when SRM asked for details on which devices are available:</p>
<pre style="padding-left: 30px;">2012-01-09T12:14:53.583-08:00 [05388 verbose 'SraCommand' opID=7D6C5634-00000023] discoverDevices responded with:
--&gt; &lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
--&gt; &lt;SourceDevice state="read-write" id="1-1"&gt;
--&gt; &lt;Name&gt;fs14_T1_LUN1_BB005056AE32800000&lt;/Name&gt;
--&gt; &lt;Identity&gt;
--&gt; &lt;Wwn&gt;60:06:04:8c:ab:b2:88:c0:59:40:72:24:1b:5f:77:72&lt;/Wwn&gt;
--&gt; &lt;/Identity&gt;
--&gt; &lt;TargetDevice key="fs14_T1_LUN1_BB005056AE32800000_fs10_T1_LUN1_BB005056AE32820000"/&gt;
--&gt; &lt;/SourceDevice&gt;
--&gt; &lt;SourceDevice state="read-write" id="1-2"&gt;
--&gt; &lt;Name&gt;fs16_T1_LUN2_BB005056AE32800000&lt;/Name&gt;
--&gt; &lt;Identity&gt;
--&gt; &lt;Wwn&gt;60:06:04:8c:b8:50:22:96:0c:0b:bf:d8:59:0b:a1:75&lt;/Wwn&gt;
--&gt; &lt;/Identity&gt;
--&gt; &lt;TargetDevice key="fs16_T1_LUN2_BB005056AE32800000_fs12_T1_LUN3_BB005056AE32820000"/&gt;
--&gt; &lt;/SourceDevice&gt;
--&gt; &lt;/SourceDevices&gt;</pre>
<p>Now if you look at SRM and try to make a Protection Group plan you will quickly discover that only those Datastores which have a VM hosted on there can be added. This is shown in the screenshot below.</p>
<p><img class="colorbox-9552"  src="http://farm8.staticflickr.com/7167/6671927693_3007904133.jpg" alt="" /></p>
<p>As mentioned SRM filters out the &#8220;irrelevant LUNs&#8221;, to me this LUN wasn&#8217;t irrelevant however. So what&#8217;s next? I decided to initiated a fail-over and to look at the log files. When the fail-over is initiated the following is issued by SRM, again I stripped some details to make it more readable:</p>
<pre style="padding-left: 30px;">--&gt; &lt;FailoverParameters&gt;
--&gt; &lt;ArrayId&gt;BB005056AE32820000-server_2&lt;/ArrayId&gt;
--&gt; &lt;AccessGroups&gt;
--&gt; &lt;AccessGroup id="domain-c7"&gt;
--&gt; &lt;Initiator id="iqn.1998-01.com.vmware:localhost-11616041" type="iSCSI"/&gt;
--&gt; &lt;Initiator id="iqn.1998-01.com.vmware:localhost-4a15366e" type="iSCSI"/&gt;
--&gt; &lt;Initiator id="10.21.68.106" type="NFS"/&gt;
--&gt; &lt;Initiator id="10.21.68.105" type="NFS"/&gt;
--&gt; &lt;/AccessGroup&gt;
--&gt; &lt;/AccessGroups&gt;
--&gt; &lt;TargetDevices&gt;
--&gt; &lt;TargetDevice key="fs14_T1_LUN1_BB005056AE32800000_fs10_T1_LUN1_BB005056AE32820000"&gt;
--&gt; &lt;AccessGroups&gt;
--&gt; &lt;AccessGroup id="domain-c7"/&gt;
--&gt; &lt;/AccessGroups&gt;
--&gt; &lt;/TargetDevice&gt;
--&gt; &lt;/TargetDevices&gt;
--&gt; &lt;/FailoverParameters&gt;</pre>
<p>I guess we should be able to work with this! Using the &#8220;discoverdevices&#8221; information and combining it with the &#8220;Failover&#8221; information I should be able to construct my own custom XML file. After creating this XML file I should be able to fail-over any LUN which is part of the selected device&#8230; What is my plan? I am planning to change the following:</p>
<ul>
<li>Initiator id</li>
<li>TargetDevice key</li>
</ul>
<p>I wasn&#8217;t sure if I needed to change the AccessGroup so I figured I would just test it like this. I called the script as follows:</p>
<pre style="padding-left: 30px;">&lt;path to perl&gt;\bin\perl.exe command.pl &lt; file.xml</pre>
<p>I watched a whole bunch of messages pass by and then looked at the Celerra when then fail-over commend was completed and noticed the following:</p>
<p><img class="colorbox-9552"  src="http://farm8.staticflickr.com/7143/6672491135_39d9bfe217.jpg" alt="" /></p>
<p>And of course within the &#8220;unmanaged&#8221; vCenter you can see it:</p>
<p><img class="colorbox-9552"  src="http://farm8.staticflickr.com/7011/6673389961_dbed269156_z.jpg" alt="" /></p>
<p>Successful fail-over of a LUN which wasn&#8217;t part of an SRM Protection Group! Yes, when you replace the Initiator ID even the masking is correctly configured. The only thing left would be either resignaturing the volume or mounting the volume. This of course depends on the OS owning the volume and the desired end result. All in all, a nice little experiment&#8230; Once again, don&#8217;t try this in your own environment, it is far from supported!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2012/01/10/hacking-site-recovery-manager-srm-a-storage-array-adapter/">&#8220;Hacking&#8221; Site Recovery Manager (SRM) / a Storage Array Adapter</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2012/01/10/hacking-site-recovery-manager-srm-a-storage-array-adapter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Standby vCenter Server for disaster recovery</title>
		<link>http://www.yellow-bricks.com/2010/08/09/standby-vcenter-server-for-disaster-recovery/</link>
		<comments>http://www.yellow-bricks.com/2010/08/09/standby-vcenter-server-for-disaster-recovery/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:05:38 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[4.x]]></category>
		<category><![CDATA[adam]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6419</guid>
		<description><![CDATA[<p>I was reading through some documentation and found a piece on creating a cold Standby vCenter server. This used to be a common practice with vCenter 2.5 and it worked well as vCenter itself was more or less stateless. With vSphere 4.0 something changed. Although at first it might not seem substantial it actually is. As of vSphere 4.0 VMware [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/08/09/standby-vcenter-server-for-disaster-recovery/">Standby vCenter Server for disaster recovery</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was reading through some documentation and found a piece on creating a cold Standby vCenter server. This used to be a common practice with vCenter 2.5 and it worked well as vCenter itself was more or less stateless.</p>
<p>With vSphere 4.0 something changed. Although at first it might not seem substantial it actually is. As of vSphere 4.0 VMware started using ADAM. ADAM is most commonly referred to as the component which enables Linked Mode. Linked Mode gives you the opportunity to manage multiple vCenter Server from a single pane of glass.</p>
<p>Not only will you have a single pane of glass you will also have a central store for roles and permissions. This is key! Roles and permissions are stored in ADAM.</p>
<p>Lets assume you have just a single vCenter Server and are not using Linked Mode. This will not impact the way vCenter Server stores its roles and permissions&#8230; it will still use ADAM. Even when cloned daily full consistency can not be guaranteed and as such I would personally not recommend using a cold Standby vCenter Server unless you are willing to take the risks and have fully tested it.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/08/09/standby-vcenter-server-for-disaster-recovery/">Standby vCenter Server for disaster recovery</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/08/09/standby-vcenter-server-for-disaster-recovery/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>New Academic/Tech Paper on FT</title>
		<link>http://www.yellow-bricks.com/2010/07/19/new-academictech-paper-on-ft/</link>
		<comments>http://www.yellow-bricks.com/2010/07/19/new-academictech-paper-on-ft/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 21:53:20 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[ft]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6258</guid>
		<description><![CDATA[<p>I received this Paper a while back and think it is an excellent read. I just copied a random part of the paper to give you an idea of what it covers. There&#8217;s not much more to say about it then just read it, it is as in-depth as it can get on FT. I read it several times by [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/19/new-academictech-paper-on-ft/">New Academic/Tech Paper on FT</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I received this Paper a while back and think it is an excellent read. I just copied a random part of the paper to give you an idea of what it covers. There&#8217;s not much more to say about it then just read it, it is as in-depth as it can get on FT. I read it several times by now and still discover new things every time I read it.</p>
<blockquote><p><a href="http://www.vmware.com/resources/techresources/10134">The Design and Evaluation of a Practical System for Fault-Tolerant Virtual Machines</a></p>
<div id="_mcePaste">There are many possible ways to attempt to detect failure of the primary and backupVMs. VMware FT uses UDP heartbeating between servers that are running fault-tolerantVMs to detect when a server may have crashed. In addition, VMware FT monitors thelogging traffic that is sent from the primary to the backup VM and the acknowledgmentssent from the backup VM to the primary VM.</div>
</blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/19/new-academictech-paper-on-ft/">New Academic/Tech Paper on FT</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/07/19/new-academictech-paper-on-ft/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware SRM Customer Survey!</title>
		<link>http://www.yellow-bricks.com/2010/05/28/vmware-srm-customer-survey/</link>
		<comments>http://www.yellow-bricks.com/2010/05/28/vmware-srm-customer-survey/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:56:38 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5997</guid>
		<description><![CDATA[<p>I just received an email from Hari Krishnan who is a Senior Product Manager at VMware. Hari has created a survey and is looking for feedback from our customers. Not only will you be helping VMware out, you will also help out a charity organisation which will receive $ 10 for every response for the first 1000 respondents. So please [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/05/28/vmware-srm-customer-survey/">VMware SRM Customer Survey!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I just received an email from Hari Krishnan who is a Senior Product Manager at VMware. Hari has created a survey and is looking for feedback from our customers. Not only will you be helping VMware out, you will also help out a charity organisation which will receive $ 10 for every response for the first 1000 respondents. So please donate 15 minutes of your time!</p>
<p style="padding-left: 30px;">Hello SRM users,</p>
<p>The VMware vCenter Site Recovery Manager (SRM) product team is looking for product feedback on SRM deployments. If you have purchased SRM, we would like to hear from you. Your participation will be very valuable to us and the information you provide will be used to improve the SRM product going forward.</p>
<p>You can provide your feedback by <a href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;lid=10394&amp;elq=25e9db5695124dd9b943212b835b4599">completing the survey</a></p>
<p>The survey should take no longer than 15 minutes and will expire on June 10, 2010. Please note that this survey is for SRM customers only.</p>
<p>Upon completion of the survey, if you are among the 1st 1000 respondents, VMware will donate $10 per response to charity. You will also receive a link to download the electronic copy of Mike Laverick&#8217;s book &#8220;Administering VMware Site Recovery Manager 4.0&#8243; upon completion of the survey.</p>
<p>We appreciate you taking the time to provide us with your valuable feedback.</p>
<p>Thank you,<br />
The VMware SRM Team</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/05/28/vmware-srm-customer-survey/">VMware SRM Customer Survey!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/05/28/vmware-srm-customer-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vCenter SRM 4.0.1 released</title>
		<link>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/</link>
		<comments>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 12:48:41 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5487</guid>
		<description><![CDATA[<p>VMware just released VMware vCenter SRM 4.0.1. Site Recovery Manager 4.0.1 File size: 104 MB You can find the download here. This patch fixes the following issues: Test recovery times have been improved for ESX 4.0.1 hosts that use iSCSI arrays. a problem that could cause a recovery plan to hang while powering-off virtual machines at the protected site if [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/">VMware vCenter SRM 4.0.1 released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware just released VMware vCenter SRM 4.0.1.</p>
<blockquote><p><strong>Site Recovery Manager 4.0.1 </strong><br />
File size: 104 MB</p></blockquote>
<p>You can find the download <a href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vcenter_site_recovery_manager/4_0">here</a>. This patch fixes the following issues:</p>
<blockquote>
<ul>
<li><!-- 501619 -->Test recovery times have been improved for ESX 4.0.1 hosts that use iSCSI arrays.</li>
<li><!-- 498290 -->a problem that could cause a recovery plan to hang while powering-off virtual machines at the protected site if the virtual machine&#8217;s storage goes offline while the plan is running</li>
<li><!-- 496967 --> Customization is now supported for virtual machines running Windows 7 and Windows 2008 R2.</li>
<li><!-- 493105 -->a problem that could prevent IP customization from updating the /etc/hosts file on a protected virtual machine running Linux</li>
<li><!-- 520553 -->a problem that could cause intermittent site disconnections when there was a firewall between the sites that was configured to close connections due to inactivity</li>
<li><!-- 484072 -->a problem that could cause test and recovery networks to be swapped in a recovery plan after the SRM service was restarted</li>
<li><!-- 479077 -->a problem that could cause datastore group calculation to fail with a &#8220;Not initialized&#8221; exception when encountering a virtual machine with an RDM device for which the lunUuid is not set</li>
<li><!-- 472897 -->a problem that could cause a recovered virtual machine to be deleted if an administrator manually removed it from a protection group while a recovery plan was being run</li>
<li><!-- 468042 -->a problem that could cause the SRM Installer to fail to update vCenter credentials when running in Repair mode</li>
<li><!-- 445005 -->a problem that caused the Perl installation created by SRM to be incompatible with some Perl packages. This fix eliminates the need to create the temporary Perl installation mentioned in VMware Knowledge Base article 1014232.</li>
<li><!-- 425515 -->a problem that could cause the SRM Service to hang when a Configure All operation configured more than 300 virtual machines</li>
<li><!-- 375760 -->a problem that could cause recovery plan failures with hardware iSCSI HBAs connected to Clarriion arrays</li>
</ul>
</blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/">VMware vCenter SRM 4.0.1 released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where should you get SRA’s from?</title>
		<link>http://www.yellow-bricks.com/2009/12/18/where-should-you-get-sra%e2%80%99s-from/</link>
		<comments>http://www.yellow-bricks.com/2009/12/18/where-should-you-get-sra%e2%80%99s-from/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 13:51:43 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[sra]]></category>
		<category><![CDATA[srm]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4800</guid>
		<description><![CDATA[<p>I received Michael White&#8217;s(VMware BCDR Specialist SE) weekly newsletter over the weekend and the following is a question I also receive on a regular basis so why not blog it?! I had a disagreement with a friend about where to get SRA’s from. He was under the impression that we didn’t have the arrays in our premises for all of [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/18/where-should-you-get-sra%e2%80%99s-from/">Where should you get SRA’s from?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I received Michael White&#8217;s(VMware BCDR Specialist SE) weekly newsletter over the weekend and the following is a question I also receive on a regular basis so why not blog it?!</p>
<blockquote><p>I had a disagreement with a friend about where to get SRA’s from. He was under the impression that we didn’t have the arrays in our premises for all of the SRA’s on the market and so it was OK to take an SRA from a vendor as they could test it.  The fact is we do have most, or all of  the arrays for each SRA in-house but that is actually not relevant.  It is important to only take SRA’s from the VMware web site for a different reason.  When a vendor finishes updating or writing an SRA, it is run against a special program that produces a log.  The SRA and log are sent to VMware and we check them out.  Sometimes they are sent back for improving or fixes.  This continues until the SRA passes and then it is posted on our web site.  If you took the SRA from the vendor you may accidentally get an SRA that in a week or a month we might decline and send back to be fixed.  So please, make sure you get the only safe copy of an SRA available, and that is from our web site!</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/18/where-should-you-get-sra%e2%80%99s-from/">Where should you get SRA’s from?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/18/where-should-you-get-sra%e2%80%99s-from/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SRM 4.0, Howto&#8217;s by Cormac Hogan</title>
		<link>http://www.yellow-bricks.com/2009/10/12/srm-4-0-howtos-by-cormac-hogan/</link>
		<comments>http://www.yellow-bricks.com/2009/10/12/srm-4-0-howtos-by-cormac-hogan/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:03:04 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[sra]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4252</guid>
		<description><![CDATA[<p>One of my colleagues, Cormac Hogan, posted some excellent guides for SRM 4.0: Steps to setup VMware vCenter Site Recovery Manager 4.0 with IBM SVC VMware vCenter Site Recovery Manager 4.0 is a disater recovery product which uses array replication technologies to failover from one site to another. This particular document looks at one particular vendor (IBM) and one particular [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/12/srm-4-0-howtos-by-cormac-hogan/">SRM 4.0, Howto&#8217;s by Cormac Hogan</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>One of my colleagues, Cormac Hogan, posted some excellent guides for SRM 4.0:</p>
<ol>
<li><a href="http://viops.vmware.com/home/docs/DOC-1601">Steps to setup VMware vCenter Site Recovery Manager 4.0 with IBM SVC</a><br />
VMware vCenter Site Recovery Manager 4.0 is a disater recovery product which uses array replication technologies to failover from one site to another. This particular document looks at one particular vendor (IBM) and one particular array model (SVC). The document will take you through the replication and snapshot setup steps.</li>
<li><a href="http://viops.vmware.com/home/docs/DOC-1602">Steps to setup VMware vCenter Site Recovery Manager 4.0 with EMC Celerra NAS Replications</a><br />
VMware vCenter Site Recovery Manager 4.0 is a disater recovery product which uses array replication technologies to failover from one site to another. This particular document looks at one particular vendor (EMC) and one particular array model (Celerra). This document also focuses on configuring a new feature introduced in SRM 4.0, namely NAS (NFS) replictions. The document will take you through the replication and snapshot setup steps using only the command line interface (CLI).</li>
<li><a href="http://viops.vmware.com/home/docs/DOC-1603">Steps to setup VMware vCenter Site Recovery Manager 4.0 with NetApp NAS Replications</a><br />
VMware vCenter Site Recovery Manager 4.0 is a disater recovery product which uses array replication technologies to failover from one site to another. This particular document looks at one particular vendor (NetApp) and uses their FAS simulator. However the steps are also applicable to their standard arrays. This document also focuses on configuring a new feature introduced in SRM 4.0, namely NAS (NFS) replictions. The document will take you through the replication and snapshot setup steps using only the command line interface (CLI).</li>
</ol>
<p>Make sure to read them if you are implementing SRM in combination with one of the mentioned arrays!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/12/srm-4-0-howtos-by-cormac-hogan/">SRM 4.0, Howto&#8217;s by Cormac Hogan</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/10/12/srm-4-0-howtos-by-cormac-hogan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SRM 4.0 Evaluator Guide</title>
		<link>http://www.yellow-bricks.com/2009/10/08/srm-4-0-evaluator-guide/</link>
		<comments>http://www.yellow-bricks.com/2009/10/08/srm-4-0-evaluator-guide/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 11:14:34 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[srm]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4200</guid>
		<description><![CDATA[<p>For those starting out with SRM 4.0 the following documents/links might be very useful: Site Recovery Manager 4.0 Evaluator’s Guide The Site Recovery Manager 4.0 Evaluator’s Guide is intended to provide Site Recovery Manager customers and evaluators a guide that walks them through the Site Recovery Manager workflow that has to be completed to allow for the successful and automated [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/08/srm-4-0-evaluator-guide/">SRM 4.0 Evaluator Guide</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>For those starting out with SRM 4.0 the following documents/links might be very useful:</p>
<ul>
<li><a href="http://www.vmware.com/files/pdf/vcenter-srm-evaluators-guide.pdf">Site Recovery Manager 4.0 Evaluator’s Guide</a><br />
The Site Recovery Manager 4.0 Evaluator’s Guide is intended to provide Site Recovery Manager customers and evaluators a guide that walks them through the Site Recovery Manager workflow that has to be completed to allow for the successful and automated service failover from the designated Site Recovery Manager protected site to the designated Site Recovery Manager recovery site. It also provides an overview that includes the considerations and guidance to execute a failback of services from the recovery site back to the site that was originally designated as the Site Recovery Manager protected site. In addition, this guide covers the new Site Recovery Manager features – VMware vSphere support, NFS support, and shared recovery site. Evaluators can work through the exercises provided in this guide to gain a first-hand experience on operating the core and new features.</li>
<li><a href="http://blogs.vmware.com/uptime/2009/10/a-quick-tour-of-srm-40.html">A Quick tour of SRM 4.0</a><br />
Now that SRM 4.0 is here it seemed like a good time to take quick tour around a few of the new features and also highlight some less obvious elements of the vSphere platform that make working with SRM 4.0 simpler</li>
</ul>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/08/srm-4-0-evaluator-guide/">SRM 4.0 Evaluator Guide</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/10/08/srm-4-0-evaluator-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slot sizes</title>
		<link>http://www.yellow-bricks.com/2009/10/06/slot-sizes/</link>
		<comments>http://www.yellow-bricks.com/2009/10/06/slot-sizes/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:00:11 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[deepdive]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4105</guid>
		<description><![CDATA[<p>I&#8217;ve been receiving a lot of questions around slot sizes lately. Although I point everyone to my HA Deepdive post not everyone seems to understand what I am trying to explain. The foremost reason is that most people need to be able to visualize it; which is tough with slot sizes. Just to freshen up an outtake from the article: [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/06/slot-sizes/">Slot sizes</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been receiving a lot of questions around slot sizes lately. Although I point everyone to my <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/#HA-admission">HA Deepdive</a> post not everyone seems to understand what I am trying to explain. The foremost reason is that most people need to be able to visualize it; which is tough with slot sizes. Just to freshen up an outtake from the article:</p>
<blockquote><p>HA uses the highest CPU reservation of any given VM and the highest memory reservation of any given VM. If there is no reservation a default of 256Mhz will be used for the CPU slot and the memory overhead will be used for the memory slot!</p>
<p>If VM1 has 2GHZ and 1024GB reserved and VM2 has 1GHZ and 2048GB reserved the slot size for memory will be 2048MB+memory overhead and the slot size for CPU will be 2GHZ.</p>
<p><em>Now how does HA calculate how many slots are available per host?</em></p>
<p>Of course we need to know what the slot size for memory and CPU is first. Then we divide the total available CPU resources of a host by the CPU slot size and the total available Memory Resources of a host by the memory slot size. This leaves us with a slot size for both memory and CPU. The <span style="text-decoration: underline;">most restrictive number</span> is the amount of slots for this host. If you have 25 CPU slots but only 5 memory slots the amount of available slots for this host will be 5.</p></blockquote>
<p>The first question I got was around unbalanced clusters. Unbalanced would for instance be a cluster with 5 hosts of which one contains substantially more memory than the others. What would happen to the total amount of slots in a cluster of the following specs:</p>
<p>Five hosts, each host has 16GB of memory except for one host(esx5) which has recently been added and has 32GB of memory. One of the VMs in this cluster has 4CPUs and  4GB of memory, because there are no reservations set the memory overhead of 325MB is being used to calculate the memory slot sizes. (It&#8217;s more restrictive than the CPU slot size.)</p>
<p><img class="colorbox-4105"  src="http://farm3.static.flickr.com/2497/3975420032_f087801595.jpg" alt="" /></p>
<p>This results in 50 slots for esx01, esx02, esx03 and esx04. However, esx05 will have 100 slots available. Although this sounds great admission control rules the host out with the most slots as it takes the worst case scenario into account. In other words; end result:  <span style="text-decoration: underline;">200 slot cluster</span>.</p>
<p>With 5 hosts of 16GB, (5 x 50) &#8211; (1 x 50), the result would have been <span style="text-decoration: underline;">exactly</span> the same. To make a long story short: balance your clusters when using admission control!</p>
<p>The second question I received this week was around limiting the slotsizes with the advanced options das.slotCpuInMHz and/or das.slotMemInMB. If you need to use a high reservation for either CPU or Memory these options could definitely be useful, there is however something that you need to know. Check this diagram and see if you spot the problem, the das.slotMemInMB has been set to 1024MB.</p>
<p><img class="colorbox-4105"  src="http://farm4.static.flickr.com/3458/3975370356_4291a21c1e.jpg" alt="" /></p>
<p>Notice that the memory slotsize has been set to 1024MB. VM24 has a 4GB reservation set. Because of this VM24 spans 4 slots. As you might have noticed none of the hosts has 4 slots left. Although in total there are enough slots available; they are scattered and HA might not be able to actually boot VM24. Keep in mind that admission control does <span style="text-decoration: underline;">not</span> take scattering of slots into account. It does count 4 slots for VM24, but it will not verify the amount of available slots per host.</p>
<p>To make sure you will always have enough slots and know what your current situation is Alan Renouf wrote an <a href="http://www.virtu-al.net/2009/10/06/ha-slot-size-information/">excellent script</a>. This script reports the following:</p>
<blockquote><p>Example Output:</p>
<p>Cluster        : Production<br />
TotalSlots     : 32<br />
UsedSlots      : 10<br />
AvailableSlots : 22<br />
SlotNumvCPUs   : 1<br />
SlotCPUMHz     : 256<br />
SlotMemoryMB   : 118</p></blockquote>
<p>My article was a collaboration with Alan and I hope you find both article valuable. We&#8217;ve put a lot of time into making things as straight forward and simplistic as we possibly can.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/06/slot-sizes/">Slot sizes</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/10/06/slot-sizes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

