<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Srm58 on The IT Hollow</title>
    <link>https://theithollow.com/categories/srm58/</link>
    <description>Recent content in Srm58 on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 27 Jan 2015 14:56:41 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/srm58/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SRM Troubleshooting</title>
      <link>https://theithollow.com/2015/01/27/srm-troubleshooting/</link>
      <pubDate>Tue, 27 Jan 2015 14:56:41 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/27/srm-troubleshooting/</guid>
      <description>&lt;p&gt;Unfortunately, not all software is perfect and from time to time I&amp;rsquo;ve run into issues with SRM as well.  This post is a list of items I often see during SRM deployments and some information to troubleshoot issues.&lt;/p&gt;
&lt;h2 id=&#34;log-file-locations&#34;&gt;Log File Locations&lt;/h2&gt;
&lt;p&gt;SRM Logs:  c:programDataVMwareVMware vCenter Site Recovery ManagerLogs&lt;/p&gt;
&lt;p&gt;Installation logs:  %USERPROFILE%Application DataVMwareVMware Site Recovery ManagerLogs&lt;/p&gt;
&lt;p&gt;Storage Replication Adapater Logs: This depends on the SRA Vendor, but try program filesSRANAME to start with&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 now with Automation!</title>
      <link>https://theithollow.com/2015/01/19/srm-5-8-now-with-automation/</link>
      <pubDate>Mon, 19 Jan 2015 14:15:24 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/19/srm-5-8-now-with-automation/</guid>
      <description>&lt;p&gt;SRM version 5.8 now is now extensible with vRealize Orchestrator (formerly vCenter Orchestrator).  This new functionality was expected since the vRealize Suite is all about automation and disaster recovery certainly needs to be taken into consideration.&lt;/p&gt;
&lt;p&gt;One pain point I&amp;rsquo;ve seen with SRM has been the ongoing administration of protection groups.  Every time a virtual machine is deployed to a protected datastore, the VM also has to be configured for protection.  This usually only consists of right clicking the virtual machine and choosing &amp;ldquo;configure protection&amp;rdquo; but is also another thing that administrators have too keep track of.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.5 to 5.8 Upgrade</title>
      <link>https://theithollow.com/2015/01/14/srm-5-5-to-5-8-upgrade/</link>
      <pubDate>Wed, 14 Jan 2015 13:14:32 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/14/srm-5-5-to-5-8-upgrade/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve got SRM 5.5 installed and you want to get the new SRM 5.8 code into your environment, don&amp;rsquo;t worry.  The upgrade process is pretty easy to manage.  The important thing to note is the upgrade order and of course your compatibility matrix.  Remember that you need vCenter 5.5 U2 or higher to get SRM 5.8 working.&lt;/p&gt;
&lt;h1 id=&#34;upgrade-order&#34;&gt;Upgrade Order&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;Ensure your vCenter Server and Web Client are on 5.5 U2 or higher in the protected site.  If not, upgrade them!&lt;/li&gt;
&lt;li&gt;Upgrade vSphere Replication on the protected site to 5.8 if you&amp;rsquo;re using one.&lt;/li&gt;
&lt;li&gt;Upgrade SRM on the protected site to 5.8&lt;/li&gt;
&lt;li&gt;Upgrade your SRA on the protected site if you&amp;rsquo;re using one.&lt;/li&gt;
&lt;li&gt;Ensure your vCenter Server and Web Client are on 5.5 U2 or higher in the recovery site.  If not, upgrade them!&lt;/li&gt;
&lt;li&gt;Upgrade vSphere Replication on the recovery site to 5.8 if you&amp;rsquo;re using one.&lt;/li&gt;
&lt;li&gt;Upgrade SRM on the recovery site.&lt;/li&gt;
&lt;li&gt;Upgrade your SRA on the recovery site if you&amp;rsquo;re using one.&lt;/li&gt;
&lt;li&gt;Verify the conneciton between your sites is valid, protection groups still exist and recovery plans are in tact.&lt;/li&gt;
&lt;li&gt;Upgrade ESXi servers on the recovery site&lt;/li&gt;
&lt;li&gt;Upgrade ESXi servers on the protected site&lt;/li&gt;
&lt;li&gt;Upgrade VMware Tools.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;install&#34;&gt;Install&lt;/h1&gt;
&lt;p&gt;Run the installer on the SRM servers.  The installer should detect that SRM is already installed an that an upgrade will be performed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Customizing Your Recovery Plan</title>
      <link>https://theithollow.com/2015/01/08/srm-5-8-customizing-your-recovery-plan/</link>
      <pubDate>Thu, 08 Jan 2015 14:19:46 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/08/srm-5-8-customizing-your-recovery-plan/</guid>
      <description>&lt;p&gt;A customized recovery plan means the difference between hoursdays of reconfiguration of your environment in the event of a failure.  VMware SRM allows for lots of opportunity to customize your recovery plans with scripts and modifications along the way to ease the management of your disaster recovery plans.&lt;/p&gt;
&lt;h1 id=&#34;run-scripts-fromsrm-server&#34;&gt;Run Scripts from SRM Server&lt;/h1&gt;
&lt;p&gt;If we open any given recovery plan we can click on a step we&amp;rsquo;d like to modify and then right-click to &amp;ldquo;Add Step&amp;hellip;&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Alarms</title>
      <link>https://theithollow.com/2015/01/06/srm-5-8-alarms/</link>
      <pubDate>Wed, 07 Jan 2015 04:46:33 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/06/srm-5-8-alarms/</guid>
      <description>&lt;p&gt;Setting up some alerting is a good idea once you&amp;rsquo;ve setup your disaster recovery solution.  Let&amp;rsquo;s face it once you&amp;rsquo;ve tested your DR solution, you might not look at it again until your next test, which in some cases is yearly!&lt;/p&gt;
&lt;p&gt;To setup alarms for SRM in version 5.8 navigate to the vCenter object and click the Manage tab.  From there click the Alarm Definitions sub-tab.  Click the add (green plus sign) to add a new alarm.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Test Recovery</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-test-recovery/</link>
      <pubDate>Mon, 05 Jan 2015 12:08:45 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-test-recovery/</guid>
      <description>&lt;p&gt;&amp;ldquo;Your disaster recovery plan is only as good as it&amp;rsquo;s last test.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;If you haven&amp;rsquo;t tested your DR plan, then you don&amp;rsquo;t have a DR plan.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;These are all statements I&amp;rsquo;ve heard in the industry from CIOs and directors, and lucky for us VMware Site Recovery Manager has a test functionality built in for us to leverage without fear of affecting our production workloads.&lt;/p&gt;
&lt;h1 id=&#34;run-a-test&#34;&gt;Run a Test&lt;/h1&gt;
&lt;p&gt;Open up one of your recovery plans and click the monitor tab.  Here you&amp;rsquo;ll have several buttons to choose from as well as seeing the list of recovery steps.   To run a &amp;ldquo;Test&amp;rdquo; recovery click the green arrow button. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/srm58-test0.png&#34;&gt;&lt;img alt=&#34;srm58-test0&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/srm58-test0.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Failover</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-failover/</link>
      <pubDate>Mon, 05 Jan 2015 12:08:42 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-failover/</guid>
      <description>&lt;p&gt;A terrible thing has happened and it&amp;rsquo;s time to failover your datacenter to your disaster recovery site.  Well, maybe you&amp;rsquo;re just migrating your datacenter to a new one, but this is always a bit of a tense situation.  Luckily we&amp;rsquo;ve had the opportunity to &lt;a href=&#34;http://wp.me/p32uaN-17H&#34;&gt;test the failovers&lt;/a&gt; many, many times before so we can be confident in our process.&lt;/p&gt;
&lt;p&gt;Go to the Recovery Plan and click the monitor tab.  Click the &amp;ldquo;BIG RED BUTTON&amp;rdquo; (yeah, it&amp;rsquo;s not that big, but it has big consequences).
&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/srm58-test0.png&#34;&gt;&lt;img alt=&#34;srm58-test0&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/srm58-test0.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 IP Customization</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-ip-customization/</link>
      <pubDate>Mon, 05 Jan 2015 12:07:15 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-ip-customization/</guid>
      <description>&lt;p&gt;Some companies have built out their disaster recovery site with a stretched layer 2 network or even a disjoint layer 2 network that shares the same IP addresses with their production sites.  This is great because VMs don&amp;rsquo;t need to change IP Addresses if there is a failover event.  This post goes over what options we have if you need to change IP Addresses during your failover.&lt;/p&gt;
&lt;h1 id=&#34;network-mappings&#34;&gt;Network mappings&lt;/h1&gt;
&lt;p&gt;SRM 5.8 has a wonderful new way to manage IP Addresses between datacenters.  Prior to SRM 5.8 each VM needed to be manually updated with a new IP Address or done in bulk with a CSV template (show later in this post) if you had to re-IP your VMs.  Now with SRM 5.8 we can do a network mapping to make our lives much easier.  This is one of the best new features of SRM 5.8 in my opinion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Recovery Plan</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-recovery-plan/</link>
      <pubDate>Mon, 05 Jan 2015 12:06:52 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-recovery-plan/</guid>
      <description>&lt;p&gt;A recovery plan is the orchestration piece of Site Recovery Manager and likely the main reason for purchasing the product.  All of the setup that&amp;rsquo;s been done prior to creating the recovery plans is necessary but the recovery plan is where magic happens.&lt;/p&gt;
&lt;p&gt;When we go to the Recovery Plans menu in Site Recovery, we&amp;rsquo;ll see the option to click the notepad with the &amp;ldquo;+&amp;rdquo; sign on it to create a new recovery plan.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Protection Groups</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-protection-groups/</link>
      <pubDate>Mon, 05 Jan 2015 12:05:58 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-protection-groups/</guid>
      <description>&lt;p&gt;SRM &lt;a href=&#34;http://wp.me/p32uaN-176&#34;&gt;Sites and resource mappings&lt;/a&gt; are all done.  It&amp;rsquo;s time to create some Protection Groups for our new VMware Site Recovery Manager deployment.&lt;/p&gt;
&lt;p&gt;A protection group is a collection of virtual machines that should be failed over together.  For instance, you may want all of your Microsoft Exchange servers to fail over together, or you may want a Web, App, Database Tier to all failover at the same time.  It is also possible that your main goal for SRM is to protect you in the event of a catastrophic loss of your datacenter and you&amp;rsquo;re concerned with every VM.  It still a good idea to create multiple protection groups so that you can fail over certain apps in the event of an unforeseen issue.  Think about it, if your mail servers crashed but the rest of your datacenter is fine, would it make sense to just fail over the mail servers, or the entire datacenter?  Just failing over the mail servers would make sense if they are in their own protection group.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Array Based Replication</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-array-based-replication/</link>
      <pubDate>Mon, 05 Jan 2015 12:04:36 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-array-based-replication/</guid>
      <description>&lt;p&gt;If you plan to use Array Based Replication for your SRM implementation, you&amp;rsquo;ll need to install and configure your Storage Replication Adapter on your SRM Servers.  The SRA is used for SRM to communicate with the array to do things like snapshots, and mounting of datastores.&lt;/p&gt;
&lt;h1 id=&#34;pair-the-arrays&#34;&gt;Pair the Arrays&lt;/h1&gt;
&lt;p&gt;Once your SRAs have been installed in both your sites and you&amp;rsquo;ve gotten the arrays replicating, you&amp;rsquo;ll want to pair the arrays in SRM so that they can be used for protection Groups.  Open the &amp;ldquo;Array Based Replication&amp;rdquo; tab in the &amp;ldquo;Site Recovery&amp;rdquo; menu of the web client.  Click the Add button.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Site Setup</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-site-setup/</link>
      <pubDate>Mon, 05 Jan 2015 12:02:32 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-site-setup/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;http://wp.me/p32uaN-16I&#34;&gt;previous post we installed VMware Site Recovery Manger&lt;/a&gt; and now we need to do our Site Setup.&lt;/p&gt;
&lt;p&gt;If you notice, now that SRM has been installed, the vSphere Web Client now has a Site Recovery menu in it.  (If it doesn&amp;rsquo;t, log out and back in)&lt;/p&gt;
&lt;p&gt;From here, we can go into the new SRM menus.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/SRM58SiteSetup1.png&#34;&gt;&lt;img alt=&#34;SRM58SiteSetup1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/SRM58SiteSetup1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;site-pairing&#34;&gt;Site Pairing&lt;/h1&gt;
&lt;p&gt;Once you&amp;rsquo;ve gotten to the SRM Menus, we&amp;rsquo;ll want to click on Sites to configure our Sites.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Installation</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-installation/</link>
      <pubDate>Mon, 05 Jan 2015 12:01:14 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-installation/</guid>
      <description>&lt;h1 id=&#34;srm-installation-prerequisites&#34;&gt;SRM Installation Prerequisites&lt;/h1&gt;
&lt;h2 id=&#34;database-prerequisites&#34;&gt;Database Prerequisites&lt;/h2&gt;
&lt;p&gt;Before you are able to install SRM, you&amp;rsquo;ll need a database to store configuration files.  Create a database on your SQL Server to house the configuration information.  Note: You&amp;rsquo;ll need a database server in both the protected site and recovery site; one for each SRM Server.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pre-create the SQL Database and assign your SRM Service account AT LEAST the &lt;strong&gt;ADMINISTER BULK OPERATIONS, CONNECT, AND CREATE TABLE&lt;/strong&gt; permissions.&lt;/li&gt;
&lt;li&gt;Ensure the SRM database schema has the same name as the database user account.&lt;/li&gt;
&lt;li&gt;The SRM database service account should be the database owner of the SRM database&lt;/li&gt;
&lt;li&gt;The SRM database schema should be the default schema of the SRM database user.&lt;/li&gt;
&lt;li&gt;On your SRM Servers, install the SQL Server native client for your version of SQL Server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Create an ODBC connection to the SRM database on your SRM Servers.  Select the SQL Native Client appropriate for your database server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Architecture</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-architecture/</link>
      <pubDate>Mon, 05 Jan 2015 12:00:31 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-architecture/</guid>
      <description>&lt;p&gt;VMware Site Recovery Manager consists of several different pieces that all have to fit together, let alone the fact that you are working with two different physical locations.&lt;/p&gt;
&lt;p&gt;The following components will all need to be configured for a successful SRM implementation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2 or more sites&lt;/li&gt;
&lt;li&gt;2 or more Single Sign On Servers&lt;/li&gt;
&lt;li&gt;2 or more vCenter Servers 5.5&lt;/li&gt;
&lt;li&gt;2 or more SRM Servers&lt;/li&gt;
&lt;li&gt;Storage – Either storage arrays with replication, or 2 or more Virtual Replication Appliances&lt;/li&gt;
&lt;li&gt;Networks&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It’s worth noting that SSO, vCenter, and SRM could all be installed on the same machine, but you’ll need this many instances of these components.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
