Cookbook Disaster Recovery (DR)

Size: px
Start display at page:

Download "VMware@SoftLayer Cookbook Disaster Recovery (DR)"

Transcription

1 Cookbook Disaster Recovery (DR) IBM Global Technology Services: Khoa Huynh Daniel De Araujo Bob Kellenberger VMware: Merlin Glynn 1

2 Summary This document is part of a series of VMware@SoftLayer cookbooks. They are intended to provide vsphere administrators with important information to deploy VMware vsphere environments within SoftLayer. VMware@SoftLayer refers to the deployment of VMware vsphere infrastructure in SoftLayer as a Hybrid Cloud. In this particular case, a hybrid cloud refers to the deployment of a private cloud within the SoftLayer environment. This document provides how vsphere administrators can set up Disaster Recovery (DR) solutions for vsphere infrastructure and applications which are either deployed in a VMware-based private (on-premise) cloud or in a VMware-based hybrid cloud within the SoftLayer environment. A separate cookbook will cover data backup, archival, and recovery (BURA) solutions for VMware-based hybrid cloud environments. This document is intended for experienced vsphere administrators with basic deployment skills to install and administer VMware vsphere ESX and vcenter products. It is not intended to provide information on enabling operating system tasks within VM guest operating systems. Additionally, it will not cover advanced network design concepts to recover guest network services. 2

3 Table of Contents 1 Disaster recovery concepts VMware Site Recovery Manager (SRM) Disaster recovery scenarios Fail-over from on-premise VMware installation to SoftLayer Creating recovery site at SoftLayer Setting up VPN connection Installing Site Recovery Manager (SRM) and plug-in Site pairing Inventory resource mapping Setting up storage replication Creating protection groups Creating a recovery plan Executing a recovery plan Reprotect and reverse recovery Disaster recovery between two SoftLayer sites Creating recovery site in Dallas 6 data center Setting firewall rules in Vyatta network appliances Installing the Site Recovery Manager (SRM) and Plug-in Site pairing Inventory resource mapping Setting up storage replication Creating protection groups Creating a recovery plan Executing a recovery plan Re-protect and reverse recovery Conclusion

4 1 Disaster recovery concepts A typical disaster recovery solution involves a protected site and a recovery site. These sites can be different parts of the same data center or they can be two separate data centers in different geographical locations. It is assumed that the protected virtual machines and their IT resources & services are currently up and running in the protected site. In the event of a disaster at the protected site, the virtual machines and all of their IT resources and services would then be restored on a pre-determined recovery site with minimal business downtime. The downtime should be part of the service level agreement (SLA), which dictates the recovery point objective (RPO) and recovery time objective (RTO) for each business process. These need to be determined, documented, and mapped to the underlying business applications and computing resources (physical and/or virtual) on which they operate. After the original site has been repaired and brought back on-line, the affected virtual machines and their resources / services could then be migrated from the recovery site back to the original site. This is called reverse recovery process. More specifically, a disaster recovery scenario would involve the following operations: Pre-synchronize storage resources between protected and recovery sites Shut down the virtual machines at protected site and prepare them for migration to the recovery site Synchronize storage resources between protected and recovery sites Suspend non-critical virtual machines at recovery site to make room for migrated virtual machines from the protected site Change storage at recovery site to writable Power on the virtual machines at recovery sites (these virtual machines can be powered on in a pre-determined priority order if necessary) It should be noted that the private network bandwidth within SoftLayer data centers are un-metered, so large amounts of data transfers over the SoftLayer's private networks during DR operations would not incur additional data charges. 2 VMware Site Recovery Manager (SRM) VMware VirtualCenter (vcenter) provides centralized management for VMware ESX hosts and all of the virtual machines (VMs) that run on them. Through vcenter, all functions and configuration of the ESX hosts, virtual machines, virtual networking, and storage layers can be managed through a single point of control. For example, we can use the vcenter interface to power on a group of virtual machines. Plug-ins, such as vsphere Replication, can be installed to extend the capabilities of vcenter to initiate advanced operations on virtual machines and/or their hosts. 4

5 VMware Site Recovery Manager (SRM) ( further extends the capabilities of VirtualCenter to facilitate business continuity and disaster recovery (BCDR) protection for virtual data centers. If a disaster occurs on a protected data center site, SRM can quickly restore affected virtual machines and their IT services on another undamaged part of the datacenter, or if the entire data center is negatively impacted, they can be restored on another recovery site in another geographic location. After the original datacenter has been repaired and brought back online, SRM can help move the virtual machines and their resources back to the original hosts. SRM can be set up on top of the existing IT infrastructure that vcenter manages, as shown in Figure 1. For the replication of storage (e.g. virtual disk images of the virtual machines or VMDK in the VMware environment), SRM can leverage vsphere Replication, which is embedded in vcenter via a plug-in, or support third-party storage replication solutions (e.g. array-based storage replication). Figure 1. VMware Site Recovery Manager (SRM). In order to carry out the recovery operations described in Section 1.1 in the event of a disaster, VMware SRM provides the facilities to set up the following: Connect the protected site to the recovery site ( pairing ) Set up inventory mappings (resource pool, folder, network) Specify a datastore to use for placeholder VMs Configure storage replication (either using vsphere Replication or setting up Storage Replication Adapters) 5

6 Create protection group(s) at the protected site to specify which VMs and resources should be migrated and recovered together Create a recovery plan to specify the actions that need to be performed during the recovery (some of which are mentioned above) Set up reprotect mode and reverse recovery process In addition, SRM also provides the capability of testing a recovery plan without impacting production VMs at the protected site. This would allow administrators to verify that the storage replication, recovery network design, and other aspects of the disaster recovery process work as planned beforehand and without the need to take down the protected VMs. SRM still leverages the traditional vsphere Client for interaction while configuring vsphere replication requires the vsphere Web Client, so for the BCDR scenarios considered in this cookbook, both tools are required. Figure 2 shows the Getting Started page for setting up the disaster recovery operation with the Site Recovery Manager. Figure 2. Getting started with Site Recovery Manager (SRM) 6

7 3 Disaster recovery scenarios In this cookbook, we will consider two different disaster recovery scenarios: The protected site is a private cloud at a customer s premise and the recovery site is in the SoftLayer environment Both the protected site and the recovery site are within the SoftLayer environment Let s first consider the fail-over / recovery scenario from on-premise VMware installation (a customer s VMware-based private cloud) to the SoftLayer environment. 3.1 Fail-over from on-premise VMware installation to SoftLayer Before we use the Site Recovery Manager (SRM) to set up the fail-over / recovery operation from the protected site, which is a customer s on-premise VMware installation, to the SoftLayer environment, as shown in Figure 3, we need to do the following: Create a recovery site at SoftLayer Set up a private network (VPN) connection between the customer s premise and SoftLayer Install the Site Recovery Manager (SRM) at both protected and recovery sites Install SRM plug-in for vcenter at both protected and recovery sites In Figure 3, the protected site is an on-premise VMware installation called VMware@Home and the recovery site is within the SoftLayer cloud environment called VMware@SoftLayer. Figure 3. Fail-over / recovery scenario between on-premise VMware site and SoftLayer. 7

8 3.1.1 Creating recovery site at SoftLayer Our first step is to create a recovery site for our on-premise VMware installation (VMware@Home) at the SoftLayer cloud (VMware@SoftLayer). For more information on how to create a VMware single site in the SoftLayer cloud environment, please refer to the vsphere Basic Site Reference Architecture cookbook Setting up VPN connection This step can accomplished by setting up DNAT and firewall rules for the vcenter instance or a customer-dedicated POP cross connect. However, a VPN tunnel will be used here for added security, lower cost, as well as simplicity. Please refer to Section III (vcloud Connector), Step 4 of the Migrating vsphere Workloads cookbook for more details on how to set up a simple IPSEC VPN connection with a Vyatta gateway appliance. At this point, our sample environment should look like what is depicted in Figure Installing Site Recovery Manager (SRM) and plug-in The following will be needed to set up SRM operations properly: vsphere Replication this is included with vsphere 5.5 licenses (Essentials Plus or higher) and can be installed via one or more vsphere Replication Appliances (VRAs). vsphere Replication can be used to replicate virtual machines from one site to another site. However, it does not provide a sophisticated recovery orchestration on its own. For our disaster recovery scenarios, we use vsphere Replication in conjunction with SRM. The VRAs must be deployed and enabled at both the protected site and the recovery site. Alternatively, they can be deployed via the SRM plug-in. Please refer to Section IV ( vsphere Replication ) of the Migrating vsphere Workloads cookbook for more details on how to install and set up vsphere Replication. Deploy Windows Server and install SRM at both protected site (VMware@Home ) and recovery site (VMware@SoftLayer). Please refer to for more information. License SRM using vsphere Web Client, assign a valid VMware license for SRM at both protected and recovery sites. Install the traditional vsphere Client plug-in this can be done at either or both of the protected and recovery sites because both sites can be managed from the vsphere Client on either site. 8

9 3.1.4 Site pairing Using the traditional vsphere Client, SRM can be invoked by navigating to the Solutions and Applications section in the Home view. Double-clicking on Site Recovery would yield the Getting started view in Figure 2. To perform site pairing, click on Configure Connection and enter the IP address and port number for the (remote) vcenter Server at the recovery site (SoftLayer). In our case, the remote vcenter Server in our SoftLayer environment is at and we use port 80 for this connection as shown in Figure 4. Figure 4. Specifying IP address and port number for the remote vcenter Server After authenticating to the remote vcenter Server (at the recovery site in SoftLayer), SRM will attempt to pair the protected site to the recovery site and vice versa, as shown in Figure 5. Click Finish to move on to the next step. 9

10 Figure 5. Connection between protected and recovery sites have been established Inventory resource mapping After pairing the protected and recovery sites, we need to determine which resources (e.g. resource pools, folders, and network) to fail over to the recovery site in the event of a disaster. The vsphere Web Client can be used to view all resources, as shown in Figure 6. In our example, we want to migrate 3 VMs in the Test VMs folder at the protected site: Joomla-web CPU = 1 (virtual) CPU Memory = 1GB Network = VM Network (via standard switch) Storage = 32GB (on mglab-lun-01 NFS share) Host = pesx-12.mg.lab Joomla-db CPU = 1 (virtual) CPU Memory = 1GB Network = VM Network (via standard switch) Storage = 32GB (on mglab-lun-01 NFS share) Host = pesx-11.mg.lab 10

11 Pinky CPU = 1 (virtual) CPU Memory = 2GB Network = VM network (via standard switch) Storage = 16GB (on mglab-lun-01 NFS share) Host = pesx-12.mg.lab In other words, the three VMs are residing on two different hosts, but share the same network and their storage resources are located on an NFS share. Once we determine which resources we should protect, we need to map them to the recovery site. Figure 6. Using vsphere Web Client to determine resources to protect. Figure 7 shows how we map the resource pool for the three VMs to the recovery site, which, in this case, is the capacity-01 cluster in the SoftLayer environment (Dallas 06). We can just select the resource pool that we want to map and click Configure mapping to select the resource pool at the recovery site for the recovered VMs. We need to do this for every resource pool that we want to fail over to the recovery site. In a similar manner, Figure 8 shows how we map the folder for the three VMs (MGLab Test VMs) to the recovery site, which is the Replicated VMs folder in the capacity-01 cluster at the recovery site (SoftLayer Dallas 06). Because all three VMs are on the VM Network at the protected site, we need to map the VM Network to another network (dvs-priv-vm-access) at the recovery site, as shown in Figure 9. Once recovered, the replicated VMs will run in the capacity-01 cluster on the dvs-priv-vm-access network at the recovery site in the SoftLayer environment. 11

12 Figure 7. Resource mapping. Figure 8. Folder mapping. 12

13 Figure 9. Network mapping Setting up storage replication As mentioned previously, VMware SRM can support storage replication either through vsphere Replication Appliance (VRA) or Storage Replication Adapters (SRAs). If SRAs are used, SRM would require direct access to the Storage Control Layer. However, at this time, SoftLayer storage services, such as iscsi and Quantastor servers, do not support SRM and its required SRAs yet. SoftLayer does allow customers the option to bring in their own storage appliances in which array-based storage replication can be deployed, but this would require SoftLayer Operations & Network Engineering approval (which is handled on an exception basis only). As a result, at this time, this cookbook only shows storage replication via vsphere Replication Appliance. VRAs must be deployed at both protected and recovery sites through the SRM plug-in. After the VRAs are deployed, we are now ready to configure vsphere Replication for each of the three VMs between the protected site (VMware@Home) and the recovery site (VMware@SoftLayer). From the vsphere Web Client at the protected site (VMware@Home), select a VM that we want to replicate, and then navigate to the Actions pull-down menu from the top. Select All vsphere Replication Actions Configure Replication (as shown in Figure 10). 13

14 Figure 10. Configure replication. On the Configure Replication pop-up, select the target site where the VM will be replicated. In our case, it s vc-1-01b in SoftLayer environment. Then click Next to select the replication server. For replication server, we can let VMware auto-assign the appropriate vsphere Replication server or manually select one of the replication servers listed. In our example, we chose the auto-assign option. Click Next to select the target storage device where the replicated files will be placed. In our example, we selected lclpesx-12b. Click Next to select the replication options. One of the replication options is the Guest OS quiescing option, which, if selected, may take several minutes and negatively impact recovery times. In our example, we chose None because our sample virtual machines are not configured to support quiescing methods. Click Next to select the recovery settings. There are two recovery settings: Recovery Point Objective (RPO) and Point-intime instances. Lower RPO times would reduce potential data loss, but would use more bandwidth and system resources. In our example, we chose the lowest RPO time (15 minutes). Point-in-time instances, if enabled, would be converted to snapshots during recovery. We could select the number of instances that will be kept per day and the number of days that those instances will be maintained. In our example, we chose not to keep any point-in-time instances. At this point, our recovery settings should look like those in Figure 11. Click Finish to let VMware configure the vsphere Replication for the VM. 14

15 If we go back to the traditional vsphere Client, and click on vsphere Replication tab at the lower right corner of the Home screen, you should see the replication process being executed for the VM that we just worked on, as shown in Figure 12. It should be noted again that the vsphere Replication process should be set up individually for each of the VMs that we want to fail over to the recovery site in the event of a disaster. Figure 11. Recovery settings. A couple of additional considerations when using vsphere Replication are: Replication is done on a per-running-vm basis, independent of the underlying storage type / vendor A single vcenter can support up to 10 vsphere Replication Appliances (VRAs) A single vcenter / vsphere replication deployment may not protect more than 500 VMs Replication RPOs cannot be set to less than 15 minutes with version 5.5 Replication time is greatly affected by available bandwidth between protected and recovery sites; in fact, vsphere Replication could benefit greatly from WAN optimization, such as the Riverbed Virtual Steelhead appliances, over long distances 15

16 Figure 12. vsphere replication in action Creating protection groups After the full initial storage synchronization through vsphere Replication for all protected VMs are completed, the next step is to create protection group(s). A protection group contains all virtual machines that are protected and recovered together. A protection group can have VMs that use either array-based storage replication or vsphere replication, but not both. An array-based protection group contains all the datastores that must be protected together while a vsphere-replication protection group contains individual VMs that must be protected together. In our example, we create a single protection group for all three VMs with vsphere Replication. To do this, we return to the traditional vsphere Client, and do the following: Click on Site Recovery under the Solutions and Applications tab in the Home view. Click on Protection Groups on the lower left corner, and then Create a Protection Group link on the Getting Started tab. On the resulting pop-up, select the protected site s vcenter IP address (which, in our case, is ) and then select vsphere Replication (VR) option. Click Next to go to the next page. Select all VMs that must be protected together, as shown in Figure 13, and then click Next. Enter a name and a description for the protection group. Click Next to go to the next page and verify all the settings, as shown in Figure 14. Click Finish if all details are correct. SRM will then configure the protection group. 16

17 Figure 13. Creating a protection group. Figure 14. Protection group details Creating a recovery plan After a protection group has been created, the next step is to create a recovery plan. A recovery plan contains all of the steps required to perform a fail-over / recovery should a 17

18 disaster occurs. Multiple protection groups can be specified in a single recovery plan. There can be multiple recovery plans; however, if we make changes to the recovery properties of a virtual machine in one recovery plan, those changes would be reflected in all recovery plans that contain that virtual machine. To create a recovery plan, we click on Recovery Plans at the lower left corner of the Home view in the traditional vsphere Client (just below the Protection Groups tab). Then we do the following: Click on Create Recovery Plan link in the Getting Started tab Select the recovery site in the resulting pop-up, as shown in Figure 15. Click Next. Select the protection group and then click Next. Select the test network to be used for testing the recovery plan. (One of the unique features of SRM is that it provides the capability to test a recovery plan to ensure that the fail-over / recovery operations work properly before disaster strikes without impacting the protected VMs which are running at the protected site.) In our example, we select Auto so that SRM can automatically create a new isolated network environment during each test. Figure 15. Creating a recovery plan. If the recovery plan is configured properly, clicking on the newly created recovery plan on the left pane should display the summary details as shown in Figure 16. We should review the different tabs for the recovery plan to ensure that the configuration is correct. For example, clicking on the Recovery Steps tab would display the current recovery steps (actions) in the recovery plan. We can add or remove a step in the recovery plan by 18

19 highlighting a specific step and then clicking Add Step or Delete Step in the action bar just above the list of the recovery steps. Figure 17 shows the available options for Add Step. Figure 16. Recovery plan summary details. Figure 17. Available options for Add Step. 19

20 For each specific step, we can insert either a command script (to be executed on the SRM server) or a prompt (to be dismissed by the user) before or after that step. If it is a command script that needs to be inserted, a time-out value can also be specified. As mentioned previously, one of the cool features of SRM is that it allows a recovery plan to be tested without impacting the running (protected) VMs. This can be done by simply clicking on Test at the upper right corner of the screen. The progress of the test can be monitored, as shown in Figure 18. Remember to do cleanup (i.e. clicking on Cleanup at the upper right corner) after each test. It should be noted that the recovery plans are stored at the recovery site. Figure 18. Testing a recovery plan Executing a recovery plan In the event of a disaster or a planned migration from the protected site to recovery site, a recovery plan can be executed by doing the following: At the recovery site (VMware@SoftLayer), log into the traditional vsphere Client, and then navigate to Site Recovery under the Solutions and Applications tab in the Home view Click on Recovery Plans tab at the bottom left corner Select the appropriate recovery plan in the left pane Verify that all recovery steps (actions) are correct under the Recovery Steps tab We are now ready to execute the selected recovery plan: 20

21 Click on Recovery button at the upper right corner of the screen A pop-up will be displayed. Select either planned migration or disaster recovery options. These two options are only different in case of storage replication errors. A planned migration would replicate the latest changes to the recovery site and the recovery operation would be cancelled if errors are encountered. A disaster recovery would attempt to replicate recent changes to the recovery site if the protected site is still functional enough for this to happen; otherwise, the recovery operation would still continue if errors are encountered (e.g. the protected site is down). Click Next to go to the next page. After reviewing the recovery plan details, click Start to start the recovery process. The progress of the recovery process is displayed under the Recovery Steps tab, as shown in Figure 19. After the recovery operation is completed, please be sure to check the Plan History tab to view any errors or warnings Reprotect and reverse recovery After the original protected site is operational again, we can click on Reprotect mode in the upper right corner of the screen to configure protection in the reverse direction, i.e. the recovery site will become the new protected site, and the original site will become the new recovery site. Figure 20 shows the details of the Reprotect mode; note that new protected and recovery sites are now the reverse of what we had previously. Figure 19. Execution of a recovery plan. Once the Reprotect process is executed, the storage replication will be initiated again, but this time, the replication is going in the reverse direction: from the new protected site 21

22 (original recovery site) to the new recovery site (original protected site). Of course, this assumes that both sites are fully operational. If we want to fall back the virtual machines to the original site, we need to execute the recovery plan after the Reprotect process is completed successfully. To do this, we need to do the following: Go to the original protected site (new recovery site), bring up the traditional vsphere Client, and navigate to Site Recovery under Solutions and Applications tab. Select the recovery plan by clicking on Recovery Plans in the lower left corner of the screen. Click on Recovery button in the upper right corner of the screen to start the fallback process to the original protected site (new recovery site). Again, the progress of this (reverse) recovery process can be monitored under the Recovery Steps tab. After this recovery process is completed successfully, all protected virtual machines should now be up and running at the original site. Click on Reprotect button in the upper right corner of the screen to set the protected site to be the original site and the recovery site is the other site. After this process is done, everything should be the same as what we had at the beginning, as shown in Figure 22. Figure 20. Configuring the reprotect mode. 22

23 Figure 21. vsphere replication in reverse direction. Figure 22. Back to the original state. 23

24 3.2 Disaster recovery between two SoftLayer sites In this section, we will look at how disaster recovery can be implemented between two SoftLayer sites (data centers). As an example, we will protect our current VMware environment in SoftLayer's Dallas 5 data center by setting up its recovery site in SoftLayer's Dallas 6 data center. Dallas 5 and Dallas 6 are actually separate SoftLayer data centers in Dallas, Texas. However, it would be rather simple to set up disaster recovery between two SoftLayer data centers because there are fast, secure, and unmetered private network links between all SoftLayer data centers. Before we use the Site Recovery Manager (SRM) to set up the fail-over / recovery operation between the protected site (VMware@Dallas 5) and the recovery site (VMware@Dallas 6), we need to do the following: Create a recovery site in Dallas 6 data center Modify the corresponding Vyatta network appliances in both the protected and recovery sites to allow private network traffic flowing between the two sites Ensure that the Site Recovery Manager (SRM) is installed at both protected and recovery sites. If a recovery site is used to protect multiple sites, then multiple instances of SRM must be installed at the recovery site one instance for each protected site. Install SRM plug-in for vcenter at both protected and recovery sites Creating recovery site in Dallas 6 data center Our first step is to create a recovery site in Dallas 6 data center for our protected environment in Dallas 5 data center. For more information on how to create a VMware single site in the SoftLayer cloud environment, please refer to the vsphere Basic Site Reference Architecture cookbook. A single recovery site can be set up for multiple protected sites Setting firewall rules in Vyatta network appliances In order for the SRMs and vcenters at both protected and recovery sites to communicate with each other, we need to set up the firewall rules in the Vyatta network appliances at both sites so that the private network traffic can flow between the two sites. For a list of ports and to understand source and target traffic, please visit the following VMware Knowledge Base: language=en_us&cmd=displaykc&externalid=

25 For example, at the recovery site 6), the Vyatta network appliance should have the firewall rules defined in such a way that it can accept the data traffic from the protected site in Dallas 5 data center. group { <snip> network-group SL_PRIVATE_NETWORKS { description "SoftLayer Source Nets for OOB mgmt Access" <snip> network /26 <snip> } network-group DAL { network /28 network /26 } <snip> } <snip> name SLSERVICES { default-action drop enable-default-log rule 10 { action accept source { group { network-group SL_PRIVATE_NETWORKS } } } rule 21 { action accept source { group { network-group DAL } } } } <snip> where the network group SL_PRIVATE_NETWORKS contains the IP address range for the management cluster (which includes vcenter, Site Recovery Manager, etc.) and the network group DAL contains the IP address range for the capacity cluster at the protected site (VMware@Dallas 5). In addition to the vyatta in Dallas 6, it is important that the vyatta in Dallas 5 allows traffic to flow from the VLANs of the hosts in the capacity cluster and the management VMs to SoftLayer's private network (in order to reach Dallas 6). This configuration 25

26 should have already been done when creating the VMware environment in Dallas 5. For further details, please see the vsphere Basic Site Reference Architecture cookbook Installing the Site Recovery Manager (SRM) and Plug-in The following will be needed to set up SRM operations properly: If a single recovery site is used for multiple protected sites, multiple instances of SRM must be installed at the recovery site one instance for each protected site. Each SRM instance must have its own ID. For more information on how to set up SRM in a shared recovery environment, please see vsphere Replication this is included with vsphere 5.5 licenses (Essentials Plus or higher) and can be installed via one or more vsphere Replication Appliances (VRAs). vsphere Replication can be used to replicate virtual machines from one site to another site. However, it does not provide a sophisticated recovery orchestration on its own. For our disaster recovery scenarios, we use vsphere Replication in conjunction with SRM. The VRAs must be deployed and enabled at both the protected site and the recovery site. Alternatively, they can be deployed via the SRM plug-in. Please refer to Section IV ( vsphere Replication ) of the Migrating vsphere Workloads cookbook for more details on how to install and set up vsphere Replication. Deploy Windows Server and install SRM at both protected site (VMware@Dallas 5) and recovery site (VMware@Dallas 6). Please refer to for more information. License SRM using vsphere Web Client, assign a valid VMware license for SRM at both protected and recovery sites. Install the traditional vsphere Client plug-in this can be done at either or both of the protected and recovery sites because both sites can be managed from the vsphere Client on either site Site pairing Using the traditional vsphere Client, SRM can be invoked by navigating to the Solutions and Applications section in the Home view. Double-clicking on Site Recovery would yield the Getting started view in Figure 23. To perform site pairing, click on Configure Connection and enter the IP address and port number for the (remote) vcenter Server at the recovery site (VMware@Dallas 6). In our case, the remote vcenter Server in Dallas 6 is at and we use port 80 for this connection as shown in Figure 24. The IP address of the (local) vcenter Server 26

27 at the protected site 5) is Note that all of these are private VLAN network addresses. After authenticating to the remote vcenter Server (at the recovery site in SoftLayer), SRM will attempt to pair the protected site to the recovery site and vice versa, as shown in Figure 25. Click Finish to move on to the next step Inventory resource mapping After pairing the protected and recovery sites, we need to determine which resources (e.g. resource pools, folders, and network) to fail over to the recovery site in the event of a disaster. Either the traditional vsphere Client or the vsphere Web Client in Home VMs and Templates view can be used to display all the virtual machines in the inventory at the protected site, as shown in Figure 26. From there, we can determine which VMs need to be protected. In our example, we want to migrate two VMs (appserver and appserver-db) in the Appserver VMs folder at the protected site in Dallas 5: appserver CPU = 1 (virtual) CPU Memory = 1GB Network = 1196 (standard port group) Storage = 17GB (on shared iscsi storage) Host = appserver-db CPU = 1 (virtual) CPU Memory = 1GB Network = 1196 (standard port group) Storage = 32GB (on shared iscsi storage) Host = In other words, the two VMs reside on the same host, share the same network, and their storage resources are located on iscsi storage. Once we determine which resources we should protect, we need to map them to the recovery site. 27

28 Figure 23. Getting started with SRM. 28

29 Figure 24. Site pairing. Figure 27 shows how we map the resource pool for the two VMs to the recovery site, which, in this case, is the SL-DAL-06-capacity-01 cluster in the SoftLayer environment (Dallas 06). We can just select the resource pool that we want to map and click Configure mapping to select the resource pool at the recovery site for the recovered VMs. We need to do this for every resource pool that we want to fail over to the recovery site. In a similar manner, Figure 28 shows how we map the folder for the two VMs to the recovery site, which is the Recovered VMs folder in the SL-DAL-06-capacity-01 cluster at the recovery site (SoftLayer Dallas 6 data center). 29

30 Figure 25. Site pairing completed. 30

31 Figure 26. Using traditional vsphere Client to view inventory resources. Because both VMs are on the VLAN 1196 network at the protected site, we need to map the VLAN 1196 to another network (dvs-priv-vm-access) at the recovery site, as shown in Figure 29. Once recovered, the replicated VMs will run in the SL-DAL-06-capacity01 cluster on the dvs-priv-vm-access network in the Recovered VMs folder at the recovery site in the SoftLayer Dallas 6 data center. 31

32 Figure 27. Resource mapping Setting up storage replication As mentioned previously, VMware SRM can support storage replication either through vsphere Replication Appliance (VRA) or Storage Replication Adapters (SRAs). If SRAs are used, SRM would require direct access to the Storage Control Layer. However, at this time, SoftLayer storage services, such as iscsi and Quantastor servers, do not support SRM and its required SRAs yet. SoftLayer does allow customers the option to bring in their own storage appliances in which array-based storage replication can be deployed, but this would require SoftLayer Operations & Network Engineering approval (which is handled on an exception basis only). As a result, at this time, this cookbook only shows storage replication via vsphere Replication Appliance. VRAs must be deployed at both protected and recovery sites through the SRM plug-in. After the VRAs are deployed, we are now ready to configure 32

33 vsphere Replication for each of the three VMs between the protected site 5) and the recovery site 6). From the vsphere Web Client at the protected site 5), select a VM that we want to replicate, and then navigate to the Actions pull-down menu from the top. Select All vsphere Replication Actions Configure Replication (as shown in Figure 30). On the Configure Replication pop-up, select the target site where the VM will be replicated. In our case, it s vc-1-01b in SoftLayer Dallas 6 site. Then click Next to select the replication server. For replication server, we can let VMware auto-assign the appropriate vsphere Replication server or manually select one of the replication servers listed. In our example, we chose the auto-assign option. Click Next to select the target storage device where the replicated files will be placed. In our example, we selected iscsi-capacity01-eql-lun0. Click Next to select the replication options. Figure 28. Folder mapping. 33

34 One of the replication options is the Guest OS quiescing option, which, if selected, may take several minutes and negatively impact recovery times. In our example, we chose None because our sample virtual machines are not configured to support quiescing methods. Click Next to select the recovery settings. Figure 29. Network mapping. There are two recovery settings: Recovery Point Objective (RPO) and Point-intime instances. Lower RPO times would reduce potential data loss, but would use more bandwidth and system resources. In our example, we chose the lowest RPO time (15 minutes). Point-in-time instances, if enabled, would be converted to snapshots during recovery. We could select the number of instances that will be kept per day and the number of days that those instances will be maintained. In our example, we chose not to keep any point-in-time instances. 34

35 Figure 30. Configure replication. At this point, our recovery settings should look like those in Figure 31. Click Finish to let VMware configure the vsphere Replication for the VM. If we go back to the traditional vsphere Client, and click on vsphere Replication tab at the lower right corner of the Home screen, you should see the replication process being executed for the VM that we just worked on, as shown in Figure 32. It should be noted again that the vsphere Replication process should be set up individually for each of the VMs that we want to fail over to the recovery site in the event of a disaster. 35

36 Figure 31. Recovery settings. A couple of additional considerations when using vsphere Replication are: Replication is done on a per-running-vm basis, independent of the underlying storage type / vendor A single vcenter can support up to 10 vsphere Replication Appliances (VRAs) A single vcenter / vsphere replication deployment may not protect more than 500 VMs Replication RPOs cannot be set to less than 15 minutes with vsphere version 5.5 Replication time is greatly affected by available bandwidth between protected and recovery sites; in fact, vsphere Replication could benefit greatly from WAN optimization, such as the Riverbed Virtual Steelhead appliances, over long distances 36

37 Figure 32. vsphere replication in action for appserver VM Creating protection groups After the full initial storage synchronization through vsphere Replication for all protected VMs are completed, the next step is to create protection group(s). A protection group contains all virtual machines that are protected and recovered together. A protection group can have VMs that use either array-based storage replication or vsphere replication, but not both. An array-based protection group contains all the datastores that must be protected together while a vsphere-replication protection group contains individual VMs that must be protected together. In our example, we create a single protection group for two VMs (appserver and appserver-db) with vsphere Replication. To do this, we return to the traditional vsphere Client, and do the following: Click on Site Recovery under the Solutions and Applications tab in the Home view. Click on Protection Groups on the lower left corner, and then Create a Protection Group link on the Getting Started tab. On the resulting pop-up, select the protected site s vcenter IP address (which, in our case, is ) and then select vsphere Replication (VR) option. Click Next to go to the next page. Select all VMs that must be protected together, as shown in Figure 33, and then click Next. Enter a name and a description for the protection group. Click Next to go to the next page and verify all the settings, as shown in Figure 34. Click Finish if all details are correct. SRM will then configure the protection group. 37

38 Figure 33. Creating a protection group. 38

39 Figure 34. Protection group details Creating a recovery plan After a protection group has been created, the next step is to create a recovery plan. A recovery plan contains all of the steps required to perform a fail-over / recovery should a disaster occurs. Multiple protection groups can be specified in a single recovery plan. There can be multiple recovery plans; however, if we make changes to the recovery properties of a virtual machine in one recovery plan, those changes would be reflected in all recovery plans that contain that virtual machine. To create a recovery plan, we click on Recovery Plans at the lower left corner of the Home view in the traditional vsphere Client (just below the Protection Groups tab). Then we do the following: Click on Create Recovery Plan link in the Getting Started tab Select the recovery site in the resulting pop-up, as shown in Figure 35. Note that the recovery site is the IP address of the vcenter server running in SoftLayer's Dallas 6 data center ( ). Click Next. Select the protection group and then click Next. 39

40 Select the test network to be used for testing the recovery plan. (One of the unique features of SRM is that it provides the capability to test a recovery plan to ensure that the fail-over / recovery operations work properly before disaster strikes without impacting the protected VMs which are running at the protected site.) In our example, we select Auto so that SRM can automatically create a new isolated network environment during each test. Figure 35. Creating a recovery plan. If the recovery plan is configured properly, clicking on the newly created recovery plan on the left pane should display the summary details. We should review the different tabs for the recovery plan to ensure that the configuration is correct. For example, clicking on the Recovery Steps tab would display the current recovery steps (actions) in the recovery plan, as shown in Figure 36. We can add or remove a step in the recovery plan by highlighting a specific step and then clicking Add Step or Delete Step in the action bar just above the list of the recovery steps. Figure 37 shows the available options for Add Step. 40

41 Figure 36. Recovery steps in the recovery plan. Figure 37. Available options for Add Step. 41

42 For each specific step, we can insert either a command script (to be executed on the SRM server) or a prompt (to be dismissed by the user) before or after that step. If it is a command script that needs to be inserted, a time-out value can also be specified. As mentioned previously, one of the cool features of SRM is that it allows a recovery plan to be tested without impacting the running (protected) VMs. This can be done by simply clicking on Test at the upper right corner of the screen. The progress of the test can be monitored in the Recovery Steps tab. Remember to do cleanup (i.e. clicking on Cleanup at the upper right corner) after each test. It should be noted that the recovery plans are stored at the recovery site Executing a recovery plan In the event of a disaster or a planned migration from the protected site to recovery site, a recovery plan can be executed by doing the following: At the recovery site (VMware@SoftLayer), log into the traditional vsphere Client, and then navigate to Site Recovery under the Solutions and Applications tab in the Home view Click on Recovery Plans tab at the bottom left corner Select the appropriate recovery plan in the left pane Verify that all recovery steps (actions) are correct under the Recovery Steps tab We are now ready to execute the selected recovery plan: Click on Recovery button at the upper right corner of the screen A pop-up will be displayed, as shown in Figure 39. Select either planned migration or disaster recovery options. These two options are only different in case of storage replication errors. A planned migration would replicate the latest changes to the recovery site and the recovery operation would be cancelled if errors are encountered. A disaster recovery would attempt to replicate recent changes to the recovery site if the protected site is still functional enough for this to happen; otherwise, the recovery operation would still continue if errors are encountered (e.g. the protected site is down). Click Next to go to the next page. After reviewing the recovery plan details, click Start to start the recovery process. The progress of the recovery process is displayed under the Recovery Steps tab, as shown in Figure 40. After the recovery operation is completed, please be sure to check the Plan History tab to view any errors or warnings Re-protect and reverse recovery After the original protected site is operational again, we can click on Reprotect mode in the upper right corner of the screen to configure protection in the reverse direction, i.e. 42

43 the recovery site will become the new protected site, and the original site will become the new recovery site. Figure 41 shows the details of the Reprotect mode; note that new protected and recovery sites are now the reverse of what we had previously. Figure 39. Starting the disaster recovery process. Once the Reprotect process is executed, the storage replication will be initiated again, but this time, the replication is going in the reverse direction: from the new protected site (original recovery site) to the new recovery site (original protected site). We can view the progress of this reverse storage replication by clicking on vsphere Replication in the lower left corner of the Home view provided by the traditional vsphere Client, as shown in Figure 42. Of course, this assumes that both sites are fully operational. If we want to fall back the virtual machines to the original site, we need to execute the recovery plan after the Reprotect process is completed successfully. To do this, we need to do the following: Go to the original protected site (new recovery site), bring up the traditional vsphere Client, and navigate to Site Recovery under Solutions and Applications tab. Select the recovery plan by clicking on Recovery Plans in the lower left corner of the screen. 43

44 Click on Recovery button in the upper right corner of the screen to start the fallback process to the original protected site (new recovery site). Again, the progress of this (reverse) recovery process can be monitored under the Recovery Steps tab. After this recovery process is completed successfully, all protected virtual machines should now be up and running at the original site. Click on Reprotect button in the upper right corner of the screen to set the protected site to be the original site and the recovery site is the other site. After this process is done, everything should be the same as what we had at the beginning, as shown in Figure 43. We now see that the protected site's vcenter server is at in Dallas 5 data center while the recovery site's vcenter server is at in Dallas 6 just like what we had at the beginning. Figure 40. Execution of recovery plan in progress. 44

45 Figure 41. Starting re-protect process. Figure 42. Reverse storage replication. 45

46 Figure 43. Back to original state. 4 Conclusion In this cookbook, we have demonstrated how VMware Site Recovery Manager (SRM) can be used to implement a Disaster Recovery (DR) solution for VMware-based hybrid cloud environments with SoftLayer: Protecting an on-premise, VMware-based data center with a disaster recovery site in a SoftLayer data center Protecting a VMware-based environment in a SoftLayer data center with a disaster recovery site in another SoftLayer data center The private network bandwidth within SoftLayer data centers are un-metered, so large amounts of data transfers over the SoftLayer's private networks during DR operations would not incur additional data charges. If additional information is needed on this topic, please contact Khoa Huynh (khoa@us.ibm.com). 46

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware@SoftLayer Cookbook Backup, Recovery, Archival (BURA)

VMware@SoftLayer Cookbook Backup, Recovery, Archival (BURA) VMware@SoftLayer Cookbook Backup, Recovery, Archival (BURA) IBM Global Technology Services: Khoa Huynh (khoa@us.ibm.com) Daniel De Araujo (ddearaujo@us.ibm.com) Bob Kellenberger (kellenbe@us.ibm.com) 1

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

DR-to-the- Cloud Best Practices

DR-to-the- Cloud Best Practices DR-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE PROVIDER CONTENTS

More information

VMware vcloud Air - Disaster Recovery User's Guide

VMware vcloud Air - Disaster Recovery User's Guide VMware vcloud Air - Disaster Recovery User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Drobo How-To Guide. Topics Drobo and vcenter SRM Basics Configuring an SRM solution Testing and executing recovery plans

Drobo How-To Guide. Topics Drobo and vcenter SRM Basics Configuring an SRM solution Testing and executing recovery plans VMware Site Recovery Manager (SRM) was designed to simplify DR by eliminating complex runbooks, orchestrating the workflow of failover, and enabling automation of parts of that workflow. VMware SRM leverages

More information

Site Recovery Manager Installation and Configuration

Site Recovery Manager Installation and Configuration Site Recovery Manager Installation and Configuration vcenter Site Recovery Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Site Recovery Manager Administration Guide

Site Recovery Manager Administration Guide Site Recovery Manager Administration Guide vcenter Site Recovery Manager 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vcenter Site Recovery Manager 5 Technical

VMware vcenter Site Recovery Manager 5 Technical VMware vcenter Site Recovery Manager 5 Technical Raj Jethnani, VCP 4/5, VCAP4-DCA / DCD Systems Engineer VMware, Inc. rjethnani@vmware.com @rajtech 2009 VMware Inc. All rights reserved Agenda Simplifying

More information

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing TGL VMware Presentation Guangzhou Macau Hong Kong Shanghai Beijing The Path To IT As A Service Existing Apps Future Apps Private Cloud Lots of Hardware and Plumbing Today IT TODAY Internal Cloud Federation

More information

VMware Site Recovery Manager with EMC RecoverPoint

VMware Site Recovery Manager with EMC RecoverPoint VMware Site Recovery Manager with EMC RecoverPoint Implementation Guide EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com Copyright

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

vcloud Air Disaster Recovery Technical Presentation

vcloud Air Disaster Recovery Technical Presentation vcloud Air Disaster Recovery Technical Presentation Agenda 1 vcloud Air Disaster Recovery Overview 2 What s New 3 Architecture 4 Setup and Configuration 5 Considerations 6 Automation Options 2 vcloud Air

More information

VMware Site Recovery Manager (SRM) Lessons Learned in the First 90 Days

VMware Site Recovery Manager (SRM) Lessons Learned in the First 90 Days VMware Site Recovery Manager (SRM) Lessons Learned in the First 90 Days Bob van der Werf / Jeremy van Doorn Sr. Systems Engineer BvanderWerf@vmware.com +31 (0)6 1389 9144 Agenda SRM in 10 minutes Installation

More information

Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs

Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs EMC RECOVERPOINT FAMILY Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs ESSENTIALS EMC RecoverPoint Family Optimizes RPO

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

VMware vcloud Air Networking Guide

VMware vcloud Air Networking Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

VMware vsphere Replication Administration

VMware vsphere Replication Administration VMware vsphere Replication Administration vsphere Replication 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Deploying the BIG-IP System with VMware vcenter Site Recovery Manager

Deploying the BIG-IP System with VMware vcenter Site Recovery Manager Deployment Guide Version 1.0 Deploying the BIG-IP System with VMware vcenter Site Recovery Manager Contents 2 Prerequisites and configuration notes 2 Deployment overview 3 Example configuration of BIG-IP

More information

Backup Exec Private Cloud Services. Planning and Deployment Guide

Backup Exec Private Cloud Services. Planning and Deployment Guide Backup Exec Private Cloud Services Planning and Deployment Guide Chapter 1 Introducing Backup Exec Private Cloud Services This chapter includes the following topics: About Backup Exec Private Cloud Services

More information

Disaster Recovery with EonStor DS Series &VMware Site Recovery Manager

Disaster Recovery with EonStor DS Series &VMware Site Recovery Manager Disaster Recovery with EonStor DS Series &VMware Site Recovery Manager Application Note Version: 1.0 Updated: July, 2015 Abstract: This application note provides information about Infortrend Storage Replication

More information

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191 Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual

More information

VMware Site Recovery Manager and Nimble Storage

VMware Site Recovery Manager and Nimble Storage BEST PRACTICES GUIDE VMware Site Recovery Manager and Nimble Storage Wen Yu, Nimble Storage Ken Werneburg, VMware N I M B L E T E C H N I C A L R E P O R T : V M W A R E S I T E R E C O V E R Y M A N A

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

More information

Implementing a Holistic BC/DR Strategy with VMware

Implementing a Holistic BC/DR Strategy with VMware Implementing a Holistic BC/DR Strategy with VMware VMware vforum, 2014 2014 VMware Inc. All rights reserved. What s on the agenda? Defining the problem Definitions VMware technologies that provide BC and

More information

Tintri Deployment and Best Practices Guide for VMware vcenter Site Recovery Manager 5.8

Tintri Deployment and Best Practices Guide for VMware vcenter Site Recovery Manager 5.8 TECHNICAL WHITE PAPER Tintri Deployment and Best Practices Guide for VMware vcenter Site Recovery Manager 5.8 v1.0 Nov 2014 www.tintri.com Contents Intended Audience... 4 Executive Summary... 4 Assumptions...

More information

RecoverPoint for Virtual Machines

RecoverPoint for Virtual Machines RecoverPoint for Virtual Machines Version 4.3 Administrator's Guide P/N 302-001-905 REV 01 EMC CONFIDENTIAL Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published July, 2015

More information

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0 Backing Up the CTERA Portal Using Veeam Backup & Replication CTERA Portal Datacenter Edition May 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may

More information

Overview... 2. Customer Login... 2. Main Page... 2. VM Management... 4. Creation... 4 Editing a Virtual Machine... 6

Overview... 2. Customer Login... 2. Main Page... 2. VM Management... 4. Creation... 4 Editing a Virtual Machine... 6 July 2013 Contents Overview... 2 Customer Login... 2 Main Page... 2 VM Management... 4 Creation... 4 Editing a Virtual Machine... 6 Disk Management... 7 Deletion... 7 Power On / Off... 8 Network Management...

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

User Guide for VMware Adapter for SAP LVM VERSION 1.2

User Guide for VMware Adapter for SAP LVM VERSION 1.2 User Guide for VMware Adapter for SAP LVM VERSION 1.2 Table of Contents Introduction to VMware Adapter for SAP LVM... 3 Product Description... 3 Executive Summary... 3 Target Audience... 3 Prerequisites...

More information

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0 NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide For Use with Host Package 1.0 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1

More information

Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups

Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups This document shows you how to use a Drobo iscsi SAN Storage array with Veeam Backup & Replication version 5 in a VMware environment. Veeam provides fast disk-based backup and recovery of virtual machines

More information

VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam

VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Exam : VCP5-DCV Title : VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Version : DEMO 1 / 9 1.Click the Exhibit button. An administrator has deployed a new virtual machine on

More information

PROTECTING THE VIRTUAL DATACENTER: DISASTER RECOVERY USING DELL EQUALLOGIC PS SERIES STORAGE AND VMWARE VCENTER SITE RECOVERY MANAGER

PROTECTING THE VIRTUAL DATACENTER: DISASTER RECOVERY USING DELL EQUALLOGIC PS SERIES STORAGE AND VMWARE VCENTER SITE RECOVERY MANAGER TECHNICAL REPORT PROTECTING THE VIRTUAL DATACENTER: DISASTER RECOVERY USING DELL EQUALLOGIC PS SERIES STORAGE AND VMWARE VCENTER SITE RECOVERY MANAGER ABSTRACT The virtual datacenter introduces new challenges

More information

Virtual Data Centre. User Guide

Virtual Data Centre. User Guide Virtual Data Centre User Guide 2 P age Table of Contents Getting Started with vcloud Director... 8 1. Understanding vcloud Director... 8 2. Log In to the Web Console... 9 3. Using vcloud Director... 10

More information

Vmware VSphere 6.0 Private Cloud Administration

Vmware VSphere 6.0 Private Cloud Administration To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Vmware VSphere 6.0 Private Cloud Administration Class Duration 5 Days Introduction This fast paced,

More information

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

Site Recovery Manager Installation and Configuration

Site Recovery Manager Installation and Configuration Site Recovery Manager Installation and Configuration vcenter Site Recovery Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage TECHNICAL PAPER Veeam Backup & Replication with Nimble Storage Document Revision Date Revision Description (author) 11/26/2014 1. 0 Draft release (Bill Roth) 12/23/2014 1.1 Draft update (Bill Roth) 2/20/2015

More information

Zerto Virtual Manager Administration Guide

Zerto Virtual Manager Administration Guide Zerto Virtual Manager Administration Guide AWS Environment ZVR-ADVA-4.0U2-01-23-07-15 Copyright 2015, Zerto Ltd. All rights reserved. Information in this document is subject to change without notice and

More information

Virtual Server Agent v9 with VMware. March 2011

Virtual Server Agent v9 with VMware. March 2011 Virtual Server Agent v9 with VMware March 2011 Contents Summary... 3 Backup Transport Methods... 3 Deployment Scenarios... 3 VSA Installation Requirements... 4 VSA Patch Requirements... 4 VDDK Installation...

More information

Table of Contents. vsphere 4 Suite 24. Chapter Format and Conventions 10. Why You Need Virtualization 15 Types. Why vsphere. Onward, Through the Fog!

Table of Contents. vsphere 4 Suite 24. Chapter Format and Conventions 10. Why You Need Virtualization 15 Types. Why vsphere. Onward, Through the Fog! Table of Contents Introduction 1 About the VMware VCP Program 1 About the VCP Exam 2 Exam Topics 3 The Ideal VCP Candidate 7 How to Prepare for the Exam 9 How to Use This Book and CD 10 Chapter Format

More information

SteelFusion with AWS Hybrid Cloud Storage

SteelFusion with AWS Hybrid Cloud Storage Solution Guide SteelFusion with AWS Hybrid Cloud Storage March 2016 The Challenge According to IDC, to meet the demands of global customer and global talent requirements, companies have to maintain remote

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware vsphere: Install, Configure, Manage [V5.0]

VMware vsphere: Install, Configure, Manage [V5.0] VMware vsphere: Install, Configure, Manage [V5.0] Gain hands-on experience using VMware ESXi 5.0 and vcenter Server 5.0. In this hands-on, VMware -authorized course based on ESXi 5.0 and vcenter Server

More information

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased

More information

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V)

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) Page 1 of 31 Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data

More information

Technology Insight Series

Technology Insight Series Advancing VMware-based Data Resilience John Webster August, 2011 Technology Insight Series Evaluator Group Advancing VMware-based Data Resilience Copyright 2011 Evaluator Group, Inc. All rights reserved.

More information

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration Course Details Level: 1 Course: V6PCRE Duration: 5 Days Language: English Delivery Methods Instructor Led Training Instructor Led Online Training Participants: Virtualization and Cloud Administrators,

More information

Quick Start - Virtual Server idataagent (VMware)

Quick Start - Virtual Server idataagent (VMware) Page 1 of 24 Quick Start - Virtual Server idataagent (VMware) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data Minimal

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

VMware Data Recovery. Administrator's Guide EN-000193-00

VMware Data Recovery. Administrator's Guide EN-000193-00 Administrator's Guide EN-000193-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

Is VMware Data Recovery the replacement for VMware Consolidated Backup (VCB)? VMware Data Recovery is not the replacement product for VCB.

Is VMware Data Recovery the replacement for VMware Consolidated Backup (VCB)? VMware Data Recovery is not the replacement product for VCB. VMware Data Recovery Frequently Asked Questions (FAQ), June 2010 Product Overview What is VMware Data Recovery? VMware Data Recovery is a backup and recovery product for VMware vsphere 4.x environments

More information

EMC Business Continuity for VMware View Enabled by EMC SRDF/S and VMware vcenter Site Recovery Manager

EMC Business Continuity for VMware View Enabled by EMC SRDF/S and VMware vcenter Site Recovery Manager EMC Business Continuity for VMware View Enabled by EMC SRDF/S and VMware vcenter Site Recovery Manager A Detailed Review Abstract This white paper demonstrates that business continuity can be enhanced

More information

EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER

EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER ABSTRACT This white paper provides a working example of how to back up and restore an EMC ViPR SRM vapp using EMC NetWorker. October 2015 WHITE

More information

Expanding Your SMB Virtualization Strategy to Include DR and Site Recovery

Expanding Your SMB Virtualization Strategy to Include DR and Site Recovery hosted by Mario Blandini @ Drobo Expanding Your SMB Virtualization Strategy to Include DR and Site Recovery Approaches and architectures for replication in smaller IT environments with virtualization Special

More information

HP + Veeam: Fast VMware Recovery from SAN Snapshots

HP + Veeam: Fast VMware Recovery from SAN Snapshots HP + Veeam: Fast VMware Recovery from SAN Snapshots Luca Dell Oca This tech brief was compiled from a series of articles written by virtualization consultant and architect Luca Dell Oca, a specialist in

More information

vcloud Air - Virtual Private Cloud OnDemand Networking Guide

vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

BEST PRACTICES GUIDE: VMware on Nimble Storage

BEST PRACTICES GUIDE: VMware on Nimble Storage BEST PRACTICES GUIDE: VMware on Nimble Storage Summary Nimble Storage iscsi arrays provide a complete application-aware data storage solution that includes primary storage, intelligent caching, instant

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the

More information

Softverski definirani data centri - 2. dio

Softverski definirani data centri - 2. dio Softverski definirani data centri - 2. dio Vmware NSX To Deliver a Software Defined Data Center Implementation Automated Operational Model Programmatically Create, Snapshot, Store, Move, Delete, Restore

More information

Instant Recovery for VMware

Instant Recovery for VMware NETBACKUP 7.6 FEATURE BRIEFING INSTANT RECOVERY FOR VMWARE NetBackup 7.6 Feature Briefing Instant Recovery for VMware Version number: 1.0 Issue date: 2 nd August 2013 This document describes a feature

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

VMware vsphere Data Protection 6.0

VMware vsphere Data Protection 6.0 VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application

More information

Using Emergency Restore to recover the vcenter Server has the following benefits as compared to the above methods:

Using Emergency Restore to recover the vcenter Server has the following benefits as compared to the above methods: Executive Summary This document provides certain best practices with regards to the Emergency Restore feature in vsphere Data Protection 5.5 release. It also describes the methods and processes to be used

More information

VMware VDR and Cloud Storage: A Winning Backup/DR Combination

VMware VDR and Cloud Storage: A Winning Backup/DR Combination VMware VDR and Cloud Storage: A Winning Backup/DR Combination 7/29/2010 CloudArray, from TwinStrata, and VMware Data Recovery combine to provide simple, fast and secure backup: On-site and Off-site The

More information

vsphere Upgrade vsphere 6.0 EN-001721-03

vsphere Upgrade vsphere 6.0 EN-001721-03 vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

1 Main components... 3

1 Main components... 3 Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems and environments... 4 2.1 Acronis vmprotect 8 Windows Agent... 4 2.2 Acronis vmprotect 8 Virtual Appliance... 4

More information

VMware Site Recovery Manager Overview Q2 2008

VMware Site Recovery Manager Overview Q2 2008 VMware Site Recovery Manager Overview Q2 2008 Executive Summary VMware virtual infrastructure transforms organizations ability to protect their datacenter VMware Site Recovery Manager is a new product

More information

DESIGN AND IMPLEMENTATION GUIDE EMC DATA PROTECTION OPTION NS FOR VSPEXX PRIVATE CLOUD EMC VSPEX December 2014

DESIGN AND IMPLEMENTATION GUIDE EMC DATA PROTECTION OPTION NS FOR VSPEXX PRIVATE CLOUD EMC VSPEX December 2014 DESIGN AND IMPLEMENTATION GUIDE EMC DATA PROTECTION OPTIONS FOR VSPEX PRIVATE CLOUD EMC VSPEX December 2014 Copyright 2013-2014 EMC Corporation. All rights reserved. Published in USA. Published December,

More information

VMware Business Continuity & Disaster Recovery Solution. 2009 VMware Inc. All rights reserved

VMware Business Continuity & Disaster Recovery Solution. 2009 VMware Inc. All rights reserved VMware Business Continuity & Disaster Recovery Solution 2009 VMware Inc. All rights reserved Agenda Introducing vcenter Site Recover Manager 5.0 What s New In Site Recovery Manager 5.0 SRM Architecture

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP v10.2 to Enable Long Distance Live Migration with VMware vsphere vmotion

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP v10.2 to Enable Long Distance Live Migration with VMware vsphere vmotion DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP v10.2 to Enable Long Distance Live Migration with VMware vsphere vmotion Table of Contents Table of Contents Introducing the BIG-IP and VMware vmotion

More information

VMware vsphere Design. 2nd Edition

VMware vsphere Design. 2nd Edition Brochure More information from http://www.researchandmarkets.com/reports/2330623/ VMware vsphere Design. 2nd Edition Description: Achieve the performance, scalability, and ROI your business needs What

More information

SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE

SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE VSPEX IMPLEMENTATION GUIDE SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE Silver Peak Abstract This Implementation Guide describes the deployment of Silver Peak

More information

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009 Availability Guide for Deploying SQL Server on VMware vsphere August 2009 Contents Introduction...1 SQL Server 2008 with vsphere and VMware HA/DRS...2 Log Shipping Availability Option...4 Database Mirroring...

More information

Khóa học dành cho các kỹ sư hệ thống, quản trị hệ thống, kỹ sư vận hành cho các hệ thống ảo hóa ESXi, ESX và vcenter Server

Khóa học dành cho các kỹ sư hệ thống, quản trị hệ thống, kỹ sư vận hành cho các hệ thống ảo hóa ESXi, ESX và vcenter Server 1. Mục tiêu khóa học. Khóa học sẽ tập trung vào việc cài đặt, cấu hình và quản trị VMware vsphere 5.1. Khóa học xây dựng trên nền VMware ESXi 5.1 và VMware vcenter Server 5.1. 2. Đối tượng. Khóa học dành

More information

VMware vsphere: Fast Track [V5.0]

VMware vsphere: Fast Track [V5.0] VMware vsphere: Fast Track [V5.0] Experience the ultimate in vsphere 5 skills-building and VCP exam-preparation training. In this intensive, extended-hours course, you will focus on installing, configuring,

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

DEPLOYMENT GUIDE Version 1.0. Deploying the BIG-IP v10.2 to Enable Long Distance VMotion with VMware vsphere

DEPLOYMENT GUIDE Version 1.0. Deploying the BIG-IP v10.2 to Enable Long Distance VMotion with VMware vsphere DEPLOYMENT GUIDE Version 1.0 Deploying the BIG-IP v10.2 to Enable Long Distance VMotion with VMware vsphere Table of Contents Table of Contents Introducing the BIG-IP and VMware long-distance VMotion deployment

More information

ArCycle vmbackup. for VMware/Hyper-V. User Guide

ArCycle vmbackup. for VMware/Hyper-V. User Guide ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

More information

Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager

Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager A step-by-step guide IBM Systems and Technology Group ISV Enablement January 2011 Table of contents Abstract...

More information

Getting Started with Database Provisioning

Getting Started with Database Provisioning Getting Started with Database Provisioning VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Optimization, Business Continuity & Disaster Recovery in Virtual Environments. Darius Spaičys, Partner Business manager Baltic s 2012-06-14

Optimization, Business Continuity & Disaster Recovery in Virtual Environments. Darius Spaičys, Partner Business manager Baltic s 2012-06-14 Optimization, Business Continuity & Disaster Recovery in Virtual Environments Darius Spaičys, Partner Business manager Baltic s 2012-06-14 Agenda Business Continuity and Disaster Recovery Challenges How

More information

Disaster Recovery As A Service Storage by CloudGrid and Zerto Virtual Replication Disaster Recovery and Business Continuity Platform

Disaster Recovery As A Service Storage by CloudGrid and Zerto Virtual Replication Disaster Recovery and Business Continuity Platform Disaster Recovery As A Service Storage by CloudGrid and Zerto Virtual Replication Disaster Recovery and Business Continuity Platform Cloud Grid Virtual Replication Cloud Grid provides an enterprise-class

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

Disaster Recovery for Microsoft SQL Server Using VMware vsphere Site Recovery Manager

Disaster Recovery for Microsoft SQL Server Using VMware vsphere Site Recovery Manager Disaster Recovery for Microsoft SQL Server Using VMware vsphere Site Recovery Manager Mike Matthews, SQL Server Product Specialist Jason Boche, Virtualization Product Specialist Dell Compellent Technical

More information

OmniCube. SimpliVity OmniCube and Multi Federation ROBO Reference Architecture. White Paper. Authors: Bob Gropman

OmniCube. SimpliVity OmniCube and Multi Federation ROBO Reference Architecture. White Paper. Authors: Bob Gropman OmniCube SimpliVity OmniCube and Multi Federation ROBO Reference Architecture White Paper Authors: Bob Gropman Date: April 13, 2015 SimpliVity and OmniCube are trademarks of SimpliVity Corporation. All

More information

Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager

Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by

More information

Implementing HP 3PAR Remote Copy with VMware vcenter Site Recovery Manager

Implementing HP 3PAR Remote Copy with VMware vcenter Site Recovery Manager Technical white paper Implementing HP 3PAR Remote Copy with VMware vcenter Site Recovery Manager Table of contents Executive summary 2 Evolution of business continuity for VMware environments 3 Overview

More information

Barracuda Backup Vx. Virtual Appliance Deployment. White Paper

Barracuda Backup Vx. Virtual Appliance Deployment. White Paper Barracuda Backup Vx Virtual Appliance Deployment White Paper DOCUMENT SCOPE This document provides guidance and best practices on designing and deploying Barracuda Backup Vx Virtual Appliance on VMware

More information

Microsoft SMB File Sharing Best Practices Guide

Microsoft SMB File Sharing Best Practices Guide Technical White Paper Microsoft SMB File Sharing Best Practices Guide Tintri VMstore, Microsoft SMB 3.0 Protocol, and VMware 6.x Author: Neil Glick Version 1.0 06/15/2016 @tintri www.tintri.com Contents

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

VMware for Bosch VMS. en Software Manual

VMware for Bosch VMS. en Software Manual VMware for Bosch VMS en Software Manual VMware for Bosch VMS Table of Contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3 Installing and configuring ESXi server 6 3.1 Installing

More information