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

Stopping replication on a VM


You can choose to stop the replication on a VM if there is a need to do so. Stopping a replication will permanently stop the replication and delete all the replicas. This is normally done to remove the replication for a VM.

The following procedure will guide you through the steps required to stop replication of a virtual machine:

  1. Connect to the vCenter Server and navigate to the inventory home.

  2. Click on vSphere Replication to bring up the vSphere Replication home.

  3. Click on Monitor to go to the monitor tab with the vSphere Replication sub-tab selected.

  4. Select Outgoing Replications, if at the protected site or Incoming replications, if at the recovery site; either can be selected if the VM is replicated to the same site as the source.

  5. Select the replication, right-click on it, and click on the Stop menu item.

  6. You will be prompted to confirm the action. Click on Yes to confirm. Keep in mind though that a replication can only be successfully stopped if both the source and...