Book Image

Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager - Second Edition

By : Abhilash G B
Book Image

Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager - Second Edition

By: Abhilash G B

Overview of this book

VMware vCenter Site Recovery manage is an orchestration tool used to automate disaster recovery in a manner that no other solution does. It is programmed to leverage array-based replication and VMware's proprietary vSphere Replication engine. The book begins by talking about the architecture of SRM and guides you through the procedures involved in installing and configuring SRM to leverage array-based replication. You will then learn how to protect your virtual machines by creating Protection Groups and validate their recoverability by testing recovery plans and even performing failover and failback. Moving on, you will learn how to install and configure vSphere Replication as a standalone disaster recovery solution. It also guides you through the procedures involved in configuring SRM to leverage vSphere replication. Finally, you will learn how to deploy and configure vRealize Orchestrator and its plugin for SRM and vSphere Replication.
Table of Contents (13 chapters)
Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager Second Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Using replication seeds


When you configure replication on a virtual machine for the very first time, vSphere replication will need to make an initial copy of the VM's VMDKs. The initial copy can be bandwidth intensive and time consuming based on the size of the VMDKs. This can however be overcome by transporting the VMDKs to the intended location, prior to configuring the replication on the VM. The transport method can be of your choice, ideally couriered to the destination site, if remote.

Note

The copies of the VMDKs transported and placed at the destination datastore is referred to as a seed.

The following procedure will guide you through the steps required to use an available seed for a VM:

  1. Power off the virtual machine at the source (protected) site, which you intend to replicate.

  2. Copy the VM's folder to the target datastore. If it is in a different data center, then the files need to be transported to the data center first and then uploaded to the target datastore.

  3. Power on the virtual machine...