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

IPv4 customization rules


Post a successful planned migration or disaster recovery operation, it becomes important to make sure that the VMs recovered are able to connect to the IP network at the recovery site.

An administrator can always log on to each of the virtual machines and change the IP settings, but that could become a time-consuming ordeal when you have a lot of VMs to work with. VMware SRM allows you to create IP customization rules that enable SRM to reconfigure the recovered virtual machines with IP configuration required for it to be network-alive at the recovery site.

The customization rules are created for a network mapping (a mapping between port groups of protected and recovery sites). Since they are created for port group mappings, they are called subnet-level IP mapping rules.

Tip

To learn how to create network mappings, refer to the topic Creating resource, folder, and network mappings in Chapter 1, Installing and Configuring vCenter Site Recovery Manager (SRM) 6.1.

Since...