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

Setting the VRA hostname and a VRM site name for the VRA


Although not mandatory, you might need to set a hostname and a target name for the VRA that you have deployed.

VRA hostname

The hostname for the appliance can be set from the appliance's VAMI. The default hostname post deployment will be localhost.localdom. This can be modified.

The following procedure will guide you through the steps required to modify the hostname:

  1. Connect to the VAMI of the appliance. The URL: is https://<IP address or FQDN>:5480.

  2. Log in using the root user and the password that was supplied in the OVF deployment wizard.

  3. Navigate to the Network | Address tab.

    Note

    Prior to supplying the hostname, it is important to create a new host (A) record at the DNS Server. Only then you will be able to connect to the appliance using its hostname.

  4. Supply a hostname in the input box corresponding to it and click on Save Settings:

VRM site name

Every VRM server registered to a vCenter server will have a site name. By default, during...