Skip to content

NCD – Customer-to-NCD Zerto Replication with EP-LAN Site Connection Tutorial


Navisite Cloud Director® (NCD) integrates with Zerto Virtual Replication (ZVR) disaster recovery protection, enabling hypervisor (or virtual machine monitor)-based replication between your on-premise virtual environment (VE) and your NCD environment. The replication service works with both VMware® vCenter and vCloud Director® (VCD) virtual environments.

Important Note: This article provides an exercise serving as an introduction Customer-to-NCD replication using Zerto Virtual Replication. It is intended for customers using an EP-LAN to connect the on-premise and Navisite Cloud Director replication networks, rather than a configured VPN connection. For details on configuring an EP-LAN connection for this purpose, contact your Navisite representative.

Zerto Virtual Replication allows you to automatically and continuously replicate application data and virtual machine (VM) images, as well as system configurations and dependencies, in order to facilitate disaster recovery.

Customer-to-NCD ZVR replicates an on-premise vCenter's VMs contained within defined Virtual Protection Groups (VPGs) to dedicated disaster recovery virtual applications (vApps) within Navisite Cloud Director. ZVR can also be configured to replicate or move VMs from a Navisite Cloud Director environment to an on-premise customer site, if desired.

Note: If you wish to replicate only a portion of resources contained in a disaster recovery vApp from a Navisite Cloud Director site to an on-premise customer site, you must first create separate vApps – one containing the VMs that you wish to replicate, and another containing the VMs you do not wish to replicate.

Consideration must be provided to other network-related settings and devices to ensure that the appropriate networking is in place to allow replicated VMs to communicate and interact as intended. Migrated network devices do not retain firewall or network address translation (NAT) rules, or access control list (ACL) settings.

When replicating between sites, consideration must also be provided to assigning new public IP addresses for publicly available services (e.g., web servers, SSH, RDP, etc.). These considerations are not addressed in this article.

EP-LAN Connections

An EP-LAN provides a dedicated, high-capacity, point-to-point connection between environments. For the exercise provided in this article, the replication networks at your on-premise virtual environment (VE) and your NCD environment are connected with an EP-LAN.

For details on configuring an EP-LAN connection for this purpose, contact your Navisite representative.

Overview

This article provides examples and exercises serving as an introduction to Navisite Cloud Director Customer-to-NCD Replication functionality, including setup details and procedures necessary for:
  • Configuring on-premise customer site networking

  • Configuring a Zerto Virtual Manager (ZVM) service at the on-premise customer site

  • Creating an example customer site VM to be replicated

  • Configuring Navisite Cloud Director (NCD) in order to support Zerto replication

  • Connecting the NCD and on-premise customer sites

  • Pairing the NCD and on-premise customer sites

  • Configuring and testing Zerto replication between the sites
The following diagram illustrates:
  • A customer vCenter configuration, including a vCenter, ESXi Hosts and a ZVM that are on separate management (10.10.1.0/24) and replication (192.168.20.0/24) networks

  • An NCD configuration, including a vCenter, ESXi Hosts, a ZCC and a ZVM that are on separate management (172.16.0.0/24) and replication(10.10.20.0/24) networks

  • An EP-LAN connection between the customer replication network (192.168.20.0/24) and the NCD replication network (10.10.20.0/24)
Note: The IP addresses included in the following diagram are included for example purposes only, and are used as examples throughout this article. Your NCD data center and vCenter IP addressing schemes and implementations may vary. You should substitute the actual IP addresses for your implementations appropriately when performing your configuration.

Customer Site Setup

The on-premise customer site setup for the exercises detailed in this article includes:
  • Configuring on-premise customer site networking

  • Configuring a Zerto Virtual Manager (ZVM) service at the on-premise customer site

  • Creating a test VM within the on-premise customer site vCenter

Customer Site Networking Requirements

Zerto Virtual Replication disaster recovery protection between your on-premise virtual environment (VE) and your Navisite Cloud Director environment requires separate Management and Replication networks on both the customer and NCD sites, as illustrated (in red) in the previous diagram.

The customer site Replication network is a separate virtual network within your vCenter environment that is used for Zerto replication-related network traffic. The customer site Replication network provides…
  • a dedicated network for Zerto related replication.

  • isolation of the Management network from Zerto-related traffic and bandwidth usage.

  • a Zerto-specific EP-LAN termination point for Customer-to-NCD networking.
Details on creating a separate Replication network within your vCenter instance are not included in this article.

Configuring a Customer Site ZVM

The Zerto Virtual Manager (ZVM) is a management and control console Windows® service that runs on a Microsoft® Windows virtual machine (VM) within a vCenter environment. The ZVM manages everything required for replication between the on-premise protected (customer site) and recovery (Navisite Cloud Director) sites, except for the actual replication of data.

The ZVM interacts with vCenter Server to get VM, disk, network, and host inventory. The ZVM also monitors changes in the environment and reflects them accordingly (moving a protected VM between hosts, for example).

In order for a customer site to be able to pair with an NCD site for disaster recovery, a single ZVM must be installed and configured at each site managed by a vCenter Server.

Notes: A ZVM is pre-configured on the Navisite Cloud Director recovery site.

A single ZVM can manage (protect and recover) up to 5,000 VMs per vCenter instance. Because the ZVM interacts both with the vCenter and other Zerto components, the Windows VM that is used to host the ZVM service must be configured to communicate on both the Management and Zerto Replication networks within the customer vCenter.

Recommended VM Specifications for the Customer Site ZVM

The recommended specifications for the VM used to host the ZVM service are:
  • Windows Server® 2008

  • 100 GB disk storage

  • 2 CPUs

  • 4 GB RAM

  • 2 NICs

    • NIC0 – configured for a static IP on the vCenter Management network

    • NIC1 – configured for a static IP on the Zerto Replication network

  • Route table updated to allow bidirectional network traffic on both Management and Replication networks

Installing the ZVM Service

To install the ZVM service on your Windows VM:
  1. Open a console session to the VM.

  2. In the console session, open a web browser and navigate to:

    https://navisite.uservoice.com/knowledgebase/articles/360319

  3. Locate and click the Click here to download the ZVM package link to download a .zip file containing the ZVM installation media.

  4. When the ZVM download is complete, extract the files to the VM's local disk drive.

  5. When the file extraction is complete, locate and double-click the Zerto Virtual Replication Installer.exe file to perform an express installation.

  6. When the installer prompts you for vCenter Server information, provide the following:

    • IP/Hostname – the IP address or host name of the on-premise customer site vCenter Server

    • Username – the name of an administrator user account within vCenter (in username or domain\username format)

    • Password – the password for the provided username

    • Site Name – a name to identify the Zerto ZVM site. Your Navisite Cloud Director Organization name is recommended; this helps to identify the replication site for alerting purposes, and differentiate between other replication customer sites.
Once configured, the ZVM installer runs tests to verify that the ZVM is able to log into and communicate with the vCenter. If these tests are successful, you may proceed with and complete the installation. If the installer fails to successfully connect with the vCenter, review the provided vCenter Server information and repeat the install.

Creating a Test VM at the On-Premise Customer Site

In order to perform the exercises detailed in this article, create a virtual machine (VM) within the on-premise customer site vCenter. This VM is to be replicated to the Navisite Cloud Director site.

Note: The exercises included in this article require reconfiguration of the VM's virtual network interface (VNIC). The following VMs support VNIC reconfiguration:
  • Windows 2008 and higher

  • Red Hat Enterprise Linux versions 5 - 7.x

  • SUSE Linux Enterprise versions 10 and 11

  • Ubuntu 12.04, 12.10, 13.04, 13.10, 14.04, 14.10, 15.04

  • CentOS versions 5-6.x

  • Oracle Linux versions 5.9-6.6
In addition, the VM should utilize the latest version of VMWare® Tools.

To create the test VM:
  1. Log into your on-premise vCenter environment and create a Red Hat Enterprise Linux version 5 - 7.x VM named ZertoTestVm.

  2. Note the administrator password value configured for the VM for later use.

  3. Power on the new VM.
Note: In order to perform Zerto replication, the VM(s) being replicated must be powered on. Zerto Virtual Replication Appliances (VRAs) require an active I/O stack on each VM in order to access the VM data being synchronized between sites.

Navisite Cloud Director Site Setup

The NavisiteCloud Director site setup for the exercises detailed in this article includes:
  • Creating a virtual data center (vDC) within an NCD-provided physical data center to serve as a Zerto recovery site

  • Creating a vDC network and defining its gateway IP address

  • Configuring the necessary firewall and NAT rules to allow SSH access to the replicated VM

  • Requesting the Customer-to-NCD replication service

Logging In

To log into Navisite Cloud Director:
  1. Using a web browser, navigate to https://proximity.navisite.com. The Login page appears.



  2. Enter your username and password values at the Login page, and click Sign in.

    Note: You must be assigned the Navisite Cloud Director "administrator" role to configure replication.

    Upon successful login, the Dashboard page appears.


Configuring a Navisite Cloud Director Zerto Disaster Recovery Site

Configure a Zerto recovery site by creating a virtual data center (vDC) within an NCD-provided physical data center, and creating a vDC network with a specified gateway IP address.

Creating a Virtual Data Center (vDC)

To create a virtual data center within one of the NCD-provided physical data centers to serve as a Zerto disaster recovery site:
  1. At the Dashboard page, click VDATACENTERS in the "Assets" section of the navigation bar on the left side of the page to display the vDataCenters page.


  2. Click +Create vDataCenter. The Create vDataCenter page appears.

  3.  

  4. Enter a name for the new vDC in the "Name" field (example: Cust-NCD-Zerto-Test).

  5. Select a data center from the "vCloud" drop-down menu (example: SantaClara01). vClouds are identified by the physical location of the data center.

  6. Click Next-> to display the Limits and Storage Policies settings.

  7. Leave all Limits and Storage Policies settings unchanged, and click Finish to create the vDC. When the task completes, the newly created vDC is listed at the vDataCenters page.

  8. Note: You can monitor the progress of the vDC creation by clicking the Recent Tasks icon in the upper right corner of the page.

Creating a vDC Network

To create a vDC network with a specified gateway IP address:
  1. At the Dashboard page, click VDATACENTERS in the "Assets" section of the navigation bar on the left side of the page to display the vDataCenters page.

  2. In the "vDataCenters" list, click the name of the newly created vDC (example: Cust-NCD-Zerto-Test). The vDataCenter detail page appears.



  3. At the vDataCenter detail page, scroll down to the "Children" section and click Networks.



  4. In the "Networks" list, click Delete to remove the default vDC network (example: Cust-NCD-Zerto-Test vDC Net). Allow NCD to complete the operation before proceeding.

  5. Note: You can monitor the progress of the vDC network deletion by clicking the Recent Tasks icon in the upper right corner of the page.


  6. Click +Create vDC Network. The Create vDC Network page appears.



  7. In the "Name" field, enter a name for the vDC network (example: Cust-NCD-Zerto-Test vDC Net).

  8. In the "Gateway Address" field, enter the Edge Gateway IP address (example: 10.10.20.1) for the NCD Replication network.

  9. Leave the "Connection" field setting its default value (example: Cust-NCD-Zerto-Test Edge).

  10. Click Create vDC Network.

  11. Allow NCD to complete the creation of the vDC network before proceeding.

  12. Note: You can monitor the progress of the vDC network creation by clicking the Recent Tasks icon in the upper right corner of the page.

Determining the vDC Public IP Address

To determine the public IP address assigned to the environment:
  1. At the Dashboard page, click VDATACENTERS in the "Assets" section of the navigation bar on the left side of the page to display the vDataCenters page.

  2. In the "vDataCenters" list, click the name of the newly created vDC (example: Cust-NCD-Zerto-Test). The vDataCenter detail page appears.

  3. At the vDataCenter detail page, scroll down to the "Configuration" section and click Public IPs.



  4. Note the IP address listed in the "IP Address" column of the "Public IPs" table for later use.

Configuring Firewall and NAT Rules for SSH Access

To add the necessary firewall and NAT rules to allow SSH access to the replicated VMs following disaster recovery:
  1. At the Dashboard page, click VDATACENTERS in the "Assets" section of the navigation bar on the left side of the page to display the vDataCenters page.

  2. In the "vDataCenters" list, click the name of the newly created vDC (example: Cust-NCD-Zerto-Test). The vDataCenter detail page appears.

  3. At the vDataCenter detail page, scroll down to the "Network Services" section and click Firewall.



  4. Click the "gear" icon in the upper right corner of the "Firewall" section to display the Firewall page.



  5. Click +Add Rule. The Add Firewall Rule page appears.



  6. If necessary, select the "Enabled" checkbox to enable the new rule.

  7. Enter a name for the firewall rule in the "Name" field (example: Zerto_SSH_FW_Rule).

  8. Select TCP & UDP from the "Protocol" drop-down menu.

  9. In the "Action" field, select the Allow radio button.

  10. Select Any from the "Source Suggestions…" drop-down menu. This value is populated in the "Source" field.

  11. Select SSH (port 22) from the "Source Port" drop-down menu.

  12. In the "Destination" field, enter the vDC public IP address for the new vDC, as noted previously in this article.

  13. Select SSH (port 22) from the "Destination Port" drop-down menu.

  14. Click Add Firewall Rule to add the new rule and return to the Firewall page.

  15. At the Firewall page, click Save.

  16. Allow NCD to complete the creation of the firewall rule before proceeding.

  17. Note: You can monitor the progress of the firewall rule creation by clicking the Recent Tasks icon in the upper right corner of the page.


  18. Return to the vDataCenter detail page, scroll down to the "Network Services" section and click NAT.



  19. Click the "gear" icon in the upper right corner of the "NAT" section to display the NAT page.



  20. At the NAT page, click +Add NAT Rule. The Add NAT Rule page appears.



  21. If necessary, select the "Enabled" checkbox to enable the new rule.

  22. In the "Type" field, select the Destination radio button.

  23. Select TCP&UDP from the "Protocol" drop-down menu.

  24. From the "Applied On" drop-down menu, select the name of the vDC data center external (internet-facing) network on which the NAT rule is to be applied (example: sa01-internet01).

  25. In the "Original IP" field, enter the vDC public IP address for the new vDC, as noted previously in this article.

  26. Select SSH (port 22) from the "Original Port" drop-down menu.

  27. In the "Translated IP" field, enter the IP address for the recovered resource (for the example exercise included in this article, the test VM is assigned 10.10.20.100 following replication).

  28. Select SSH (port 22) from the "Translated Port" drop-down menu.

  29. Click Add NAT Rule to add the new rule and return to the NAT page.

  30. At the NAT page, click Save.

  31. Allow NCD to complete the creation of the NAT rule before proceeding.

  32. Note: You can monitor the progress of the NAT rule creation by clicking the Recent Tasks icon in the upper right corner of the page.

Requesting Zerto Replication Service

Request Customer-to-NCD replication service as follows:
  1. At the Dashboard page, click NCD SERVICES in the "Services" section of the navigation bar on the left side of the page to display the Services page.



  2. At the Services page, click Customer-to-NCD Replication to display the "Customer-to-NCD Replication" section.

  3. Note: Review the listed prerequisites for the service.

  4. Click Request access in the row corresponding to the vCloud instance to which you wish to replicate (example: SantaClara01). The Request Customer-to-NCD Replication Access pop-up window appears.



  5. From the "VPN vDC Network" drop-down menu, select an internet-connected vDC network through which replication traffic will flow via an ELAN connection (example: Cust-NCD-Zerto-Test vDC Net).

    Notes: To avoid conflicts with existing IPs or network configurations, it is recommended that you select a network that will be used solely for Zerto replication, and that is not used for non-replication purposes prior or subsequent to this configuration.

    The provided VPN vDC Network must be an Org Network routed by your Org Edge Gateway; it will be connected via ELAN to your on-premise virtual environment (VE).

  6. Use the arrows and drop-down menu in the "Storage Needs" field to provide an estimate of how much storage will be replicated to Navisite Cloud Director. This estimate should be equal to the average size of the VMs to be replicated multiplied by the number of VMs to be replicated. This estimate does not need to be precise. Available units of measurement include gigabytes (GB) and terabytes (TB).

  7. Click Send request.
Upon receiving your access request, Navisite configures all necessary replication services in Navisite Cloud Director, including:
  • Creating a Zerto Cloud Connector (ZCC) appliance at the NCD site, which will be assigned an unused IP on the vDC network specified in the service request.

  • Providing access to the Zerto Virtual Replication Manager (ZVM) appliance at the NCD site via the newly created ZCC appliance.
Once Navisite completes the tasks related to the access request, the table in the "Customer-to-NCD Replication" section of the Services page displays the name of the provided VPN vDC Network. In addition, you will receive an email indicating that the replication request was completed. This email contains the IP address to be used when pairing the customer and NCD sites – note this IP address for later use.

Network Setup


Important Note: This exercise is intended for customers using an EP-LAN to connect the on-premise and Navisite Cloud Director replication networks, rather than a configured VPN connection. For details on configuring an EP-LAN connection for this purpose, contact your Navisite representative.

After configuring the on-premise customer and Navisite Cloud Director sites, add a static network route for the Replication network that is attached to your on-premise ZVM VM, and test the connection.

Configuring VM Routing

In order for your on-premise ZVM VM to be able to communicate with the NCD Replication network using the EP-LAN connection, a static network route must be added for the Replication network that is attached to the VM using NIC1.

The following diagram illustrates an example customer site vCenter configuration with…
  • An isolated vCenter Management network (10.10.1.0/24)

  • An isolated Zerto Replication network (192.168.20.0/24)

  • A Windows ZVM VM that is on both the Management and Replication networks, configured with IPs 10.10.1.100 and 192.168.20.8 respectively
Note: The IP addresses shown in the following illustration are included for example purposes only. Your data center's IP addressing scheme and implementation may vary.



To add a static network route for the Replication network that is attached to the ZVM VM using NIC1, as illustrated above:
  1. Open a console session to the VM.

  2. In the console session, open a command prompt window.

  3. In the command prompt window, enter the following command to create a static network route to the Replication network's Edge Gateway (example: 192.168.20.1):

    route add 10.10.20.0 mask 255.255.255.0 192.168.20.1 metric 6

  4. Note: The IP addresses included in these steps correspond to the above illustration, and are for example purposes only. Your data center's IP addressing scheme and implementation may vary. You should substitute the actual IP addresses for your data center appropriately when adding the static route.

Testing the EP-LAN Connection

Test the EP-LAN connection by executing a continuous ping request from the on-premise Windows VM hosting the ZVM service to the gateway of the Navisite Cloud Director Replication network.

Note: In order to perform this test, you may need to configure the on-premise Windows VM hosting the ZVM service to allow ICMP (ping) traffic through the Windows firewall.

To perform the test:
  1. Open a console session to the VM.

  2. In the console session, click the Windows Start button, enter cmd in the "Search programs and files" field, and press Enter. A Command window appears.

  3. In the Command window, type the following and press Enter:

    ping [NCD Replication network gateway IP address] –t

    Example NCD Replication network gateway IP address: 10.10.20.1
If the settings are correct at each end of the EP-LAN connection, the ping succeeds.

Pairing Your On-Premise and Navisite Cloud Director Sites

To pair your on-premise and NCD sites:
  1. Log into the ZVM service hosted at your on-premise Windows VM. To do so:

    1. Open a console session to the VM.

    2. In the console session, open a web browser and navigate to:

      https://localhost:9669

      The Zerto Virtual Manager Web Client Login window appears.



    3. Log into the ZVM service using the username and password specified during ZVM installation.

    OR

    1. From any machine residing on your on-premise Management network, open a web browser and navigate to:

      https://[ZVM Management network IP]:9669

      The Zerto Virtual Manager Web Client Login window appears.

    2. Log into the ZVM service using the username and password specified during ZVM installation.

    Upon successful login, the Zerto Virtual Manager Web Client License window appears.



  2. Select the Pair to a site with a license radio button.

  3. In the "Site Address" field, enter the pairing IP address provided in the email received from Navisite following the NCD replication request.

  4. Click Start. The Zerto Virtual Manager window appears with the "DASHBOARD" tab displayed.

Installing Virtual Replication Appliances (VRAs) at Your On-Premise Site

  1. In the Zerto Virtual Manager window, select the "SETUP" tab.

  2. At the "SETUP" tab, select the "VRAs" box at the upper left side of the tab.



  3. Click NEW VRA at the upper right side of the tab. The Configure and Install VRA pop-up window appears.



  4. From the "Host" drop-down menu, select the ESX/ESXi host on which the VRA is to be installed.

  5. In the "Host Root Password" field, specify the root password for the ESX/ESXi host on which the VRA is to be installed.

  6. From the "Datastore" drop-down menu, select a datastore to be used by the VRA to mirror replicated VMs and for journaling activities.

  7. From the "Network" drop-down menu, select the on-premise Replication network to be used to access the VRA.

  8. In the "VRA RAM" field, enter the amount of RAM to be allocated to the VRA.

  9. Note: It is recommended that the "VRA RAM" field value be set to 3GB, unless there are resource constraints on the ESX/ESXi hosts.

  10. If necessary, select default_group from the "VRA Group" drop-down menu.

  11. Select Static from the "Configuration" drop-down menu.

  12. In the "Address" field, enter the desired VRA IP address (example: 192.168.20.10).

  13. Note: The VRA IP address should be set to an available IP address on the on-premise Zerto Replication network.

  14. In the "Subnet Mask" field, enter the on-premise Zerto Replication network's subnet mask (example: 255.255.255.0).

  15. In the "Default Gateway" field, enter the IP address for the on-premise Zerto Replication network's default gateway.

  16. Click Install to install the VRA.

  17. Repeat Steps 3-14 until a VRA has been installed on each available ESX/ESXi host.

Troubleshooting VRA Installation

If you encounter problems during VRA installation, refer to the following:

ZVM to ESXi Host Connection

If the VRA install fails, verify that network connectivity exists between the ZVM and the ESXi host(s). If the ESXi hosts are identified within the ZVM by their hostname, it should be possible to resolve the ESXi hostname on your ZVM VM (DNS and/or host settings may be necessary to allow the ESXi hostname to resolve).

ESXi Host Root Password

If the VRA installation fails, attempt to log into the ESXs host(s) directly to ensure that the correct password for the root account is being used.

More Information

More information on the status of the VRA installation can be found by logging into your vCenter instance using a vSphere web client connection and displaying task information.

Configuring Zerto Replication Between Your On-Premise and Navisite Cloud Director Sites

This section provides an exercise serving as an introduction to the following Navisite Cloud Director Customer-to-NCD Replication configuration tasks:
  • Configuring a Zerto Virtual Protection Group (VPG) to be used to recover resources to the Navisite Cloud Director site

  • Testing the failover replication

  • Performing a full failover replication

Creating a Virtual Protection Group (VPG)

  1. Log into the ZVM service hosted at your on-premise Windows VM. To do so:

    1. Open a console session to the VM.

    2. In the console session, open a web browser and navigate to:

      https://localhost:9669

      The Zerto Virtual Manager Web Client Login window appears.



    3. Log into the ZVM service using the username and password specified during ZVM installation.

    OR

    1. From any machine residing on your on-premise Management network, open a web browser and navigate to:

      https://[ZVM Management network IP]:9669

      The Zerto Virtual Manager Web Client Login window appears.

    2. Log into the ZVM service using the username and password specified during ZVM installation.

    Upon successful login, the Zerto Virtual Manager Web Client appears with the "DASHBOARD" tab displayed.



  2. Select the "VPGs" tab.

  3. Click NEW VPG in the upper right corner of the page. The Create VPG pop-up window appears in "NEW VPG" mode.



  4. In the "VPG Name" field, enter ZertoTestVpg.

  5. Leave the "Priority" field setting at Medium.

  6. Click NEXT. The Create VPG pop-up window proceeds to "VMs" mode.



  7. In the "Unprotected VMs" list, locate and select the checkbox for the ZertoTestVm VM.

  8. Note: You can add multiple VMs to your VPG by selecting their checkboxes from the "Unprotected VMs" list.

  9. Click the Right Arrow button between the lists to move the selected VM to the "Selected VMs" list.

  10. Click NEXT. The Create VPG pop-up window proceeds to "REPLICATION" mode.



  11. Select the SantaClara01 vDC from the "Recovery Site" drop-down menu.

  12. Select Cust-NCD-Zerto-Test from the "Recovery Org vDC" drop-down menu.

  13. Select 15 Minute RPO from the "Service Profile" drop-down menu.

  14. Click NEXT. The Create VPG pop-up window proceeds to "STORAGE" mode.



  15. If necessary, select the "Thin" checkbox in the ZertoTestVm row in the list.

  16. Click NEXT. The Create VPG pop-up window proceeds to "RECOVERY" mode.



  17. If necessary, select the "vCD Guest Customization" checkbox.

  18. Select Cust-NCD-Zerto-Test vDC Net from the "Failover/Move Network" drop-down menu.

  19. Select Cust-NCD-Zerto-Test vDC Net from the "Failover Test Network" drop-down menu.

  20. Click NEXT. The Create VPG pop-up window proceeds to "NICs" mode.



  21. Select the checkbox for ZertoTestVm in the list.

  22. Select FAILOVER/MOVE from the "Views:" box in the upper right corner of the pop-up window.

  23. Click EDIT SELECTED above the "Views:" box. The Edit vNIC pop-up window appears.



  24. Select Cust-NCD-Zerto-Test vDC Net from the "Network" drop-down menus in the "Failover/Move" and "Test" columns.

  25. Leave the "MAC Address" drop-down menu settings at their default selections.

  26. If necessary, select Static- IP Pool from the "vNIC IP Mode" drop-down menus in the "Failover/Move" and "Test" columns.

  27. In the "IP Address" fields in the "Failover/Move" and "Test" columns, enter the IP address to be assigned to the test VM resource after replication (example: 10.10.20.100).

  28. Click OK to return to the Create VPG pop-up window in "NICs" mode.

  29. Click NEXT. The Create VPG pop-up window proceeds to "BACKUP" mode.

  30. Click NEXT. The Create VPG pop-up window proceeds to "SUMMARY" mode.

  31. Click DONE.

  32. Allow Zerto to create and initialize the new VPG before proceeding.

Performing Failover Testing

A failover test confirms the ability of Zerto to successfully replicate your on-premise site to your disaster recovery site.

Note: During a failover test, both sites are online and operational simultaneously. This is not problematic for the purpose of this exercise, but you should be aware of this aspect of the failover test in the event that it could cause problems in your implementation.

To perform the failover test:
  1. If necessary, log into the ZVM service hosted at your on-premise Windows VM to launch the Zerto Virtual Manager Web Client.

  2. Select the "DASHBOARD" tab.

  3. If necessary, move the "FAILOVER" selector in the lower right corner of the page to the "TEST" setting.



  4. Click FAILOVER. The Failover Test pop-up window appears in "SELECT VPGs" mode.



  5. Select the checkbox corresponding to the ZertoTestVpg VPG.

  6. Click NEXT. The Failover Test pop-up window proceeds to "EXECUTION PARAMETERS" mode.

  7. Click NEXT. The Failover Test pop-up window proceeds to "FAILOVER TEST" mode.

  8. Click START FAILOVER TEST. Allow Zerto to complete the failover before proceeding.
  9. Test SSH access to Zerto_Test_VM at the disaster recovery site, as follows:

    1. Using a local UNIX-compatible operating system with internet access, enter the following at the command line:

      ssh root@<public ip>

      • The <public ip> value is the Cust-NCD-Zerto-Test disaster recovery vDC public IP address determined earlier in this exercise (example: 213.35.6.127).

      • When prompted for a password, provide the administrator password value specified when creating the ZertoTestVm test VM earlier in this exercise.

  10. After testing SSH access to the disaster recovery test VM, stop the failover test as follows:

    1. If necessary, log into the ZVM service hosted at your on-premise Windows VM to launch the Zerto Virtual Manager Web Client.

    2. Select the "VPGs" tab.

    3. Stop the failover test by clicking the red button associated with ZertoTestVpg.

    4. Allow the failover test to fully stop before proceeding.

Performing a Full Failover

To perform a full failover:
  1. If necessary, log into the ZVM service hosted at your on-premise Windows VM to launch the Zerto Virtual Manager Web Client.

  2. Select the "DASHBOARD" tab.

  3. If necessary, move the "FAILOVER" selector in the lower right corner of the page to the "LIVE" setting.



  4. Click FAILOVER. The Failover pop-up window appears in "SELECT VPGs" mode.



  5. Select the checkbox corresponding to the ZertoTestVpg VPG.

  6. Click NEXT. The Failover pop-up window proceeds to "EXECUTION PARAMETERS" mode.



  7. Click Auto-Commit in the "Commit Policy" column of the VPG list.

  8. Set the Auto-Commit time to 5 minutes. This allows 5 minutes to test the failover before it is committed and becomes permanent – within this 5 minute limit you have the option to roll back the failover if you find problems during testing.

  9. Click within the Reverse Protection column to enable reverse protection. This setting allows Zerto to reverse replication to the on-premise customer site once a failover to the NCD disaster recovery site is performed.

  10. Click NEXT. The Failover pop-up window proceeds to "FAILOVER" mode.



  11. Click START FAILOVER. Allow Zerto to complete the failover before proceeding.

  12. Test SSH access to Zerto_Test_VM at the disaster recovery site, as follows:

    1. Using a local UNIX-compatible operating system with internet access, enter the following at the command line:

      ssh root@<public ip>

      • The <public ip> value is the Cust-NCD-Zerto-Test disaster recovery vDC public IP address determined earlier in this exercise.

      • When prompted for a password, provide the administrator password value specified when creating the ZertoTestVm test VM earlier in this exercise.

  13. After successfully testing SSH access to Zerto_Test_VM at the disaster recovery site, commit the failover as follows:

    1. If necessary, log into the ZVM service hosted at your on-premise Windows VM to launch the Zerto Virtual Manager Web Client.

    2. Select the "VPGs" tab.

    3. Select the Commit option associated with the ZertoTestVpg VPG.

    OR

    1. Allow the 5 minute AutoCommit time interval to expire, after which the failover is automatically committed.

  14. Note: Following the full failover operation, log into your on-premise vCenter environment and verify that the Zerto_Test_VM virtual machine is no longer present.




Feedback and Knowledge Base