ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VCP6.7-DCV Objective 1.2 – Identify vCenter high availability (HA) requirements

By Vladan SEGET | Last Updated: October 2, 2019

Shares

Post after post we're covering VCP-DCV 2019 certification and the exam objectives which are the guidelines from the VMware Exam blueprint. Today's objective to cover is Objective 1.2 – Identify vCenter high availability (HA) requirements. One of the core VMware vSphere functionality.

Today we’ll detail another objective towards VCP-DCV 2019 Certification – Objective 1.2 – Identify vCenter high availability (HA) requirements.

Again, read the docs as well as we won’t be able to cover everything  – make sure to read the PDFs. The VMware Exam blueprint has 41 chapters (Objectives). VCP-DCV 2019 certification is the latest certification based on vSphere 6.7.

If you're new to this blog, worth to know that VMware changed the rules of re-certification recently. Our Post: VMware Certification Changes in 2019 has the details. No mandatory recertification after 2 years. Older certification holders (up to VCP5) can pass the new exam without a mandatory course, only recommended courses are listed).

The certification’s name is “The VCP-DCV 2019 certification“. It is a new certification for 2019 focusing on installation, configuration, and management of VMware vSphere 6.7.

The VCP-DCV 2019 certification will be based on 2V0-21.19 exam number and it will have 70 questions with a duration of 115 minutes. The passing score is 300. Nothing really new for those who are not new to VMware certification process.

To become VCP-DCV 2019 certified you have 3 different choices of exam:

  1. Professional vSphere 6.7 Exam 2019
  2. VMware Certified Professional 6.5 – Data Center Virtualization exam (our VCP6.5-DCV Study Guide Page which is complete)
  3. VMware Certified Professional 6.5 – Data Center Virtualization Delta exam

Note: You must be VCP5, or VCP6. If, not, you must “sit” a class and you have no “Delta” exam option.

The current exam blueprint: (Original PDF Online at VMware is here 2V0-21.19).

This guide is available as Free PDF!

Free Download at Nakivo – VCP6.7-DCV Study Guide.

VCP-DCV 2019 Study Guide

VCP-DCV 2019 Study Guide

VCP6.7-DCV Objective 1.2 – Identify vCenter high availability (HA) requirements

vCenter HA for vCenter server appliance (VCSA). It's in house VMware solution. vCenter HA for vCenter on Windows can be achieved with Microsoft failover clustering.

VCSA HA with embedded Platform Service Controler (PSC) or external PSC? If you are using external PSC , you can put the PSC behind load balancer and protect agains failures.

A vCenter HA cluster consists of three vCenter Server Appliance instances. The first instance, initially used as the Active node, is cloned twice to a Passive node and to a Witness node. Together, the three nodes provide an active-passive failover solution.

Overview of how it works.

VCSA HA allows maintaining a standby copy of the VCSA which is ready to be powered on when the primary appliance becomes unavailable. Up to date data is replicated between the active and passive nodes.

However, you’ll need at least 3 hosts in your environment, managed by vCenter server, to spread the different nodes. Remember that we have Passive VCSA as well as Witness nodes which must run on a separate ESXi host.

When vCenter HA configuration is complete, only the Active node has an active management interface (public IP). The three nodes communicate over a private network called vCenter HA network that is set up as part of the configuration.

Hardware and Software Requirements:

  • VMware recommends that the VCHA nodes are deployed to a DRS enabled cluster containing at minimum three ESXi hosts.
  • vCenter HA was introduced with the vCenter Server Appliance 6.5, but now with 6.7 U1 the process has been even more simplified.
  • The vCenter deployment size should be 4 vCPU 16 GB RAM.
  • A minimum of three hosts, running at least ESXi 5.5.
  • The management network should be configured with a static IP address and reachable FQDN.
  • The ESXi hosts must have 2 Networks (Port Groups) attached either to a Standard or a Distributed Switch.
  • The HA network must be on a different subnet to the management network.
  • A private network or VLAN dedicated to vCenter HA network traffic.
  • Three private static IP's for vCenter HA network traffic.
  • Network latency between the nodes less than 10ms.
  • vCenter HA is compatible with both embedded deployment model and external PSC.

If there is an outage to the active vCenter server VM, the passive vCenter VM automatically takes over the active role and identity, including networking.

This feature is only available for VCSA, not for vCenter On Windows.

Before starting the workflow, make sure that you create a new VM network which is on a different subnet or different VLAN than the management network. In my case, I have created a new VM network called VCSA_HA.

Now, let’s start by selecting vCenter > Configure > vCenter HA > SET UP VCENTER HA.

vCenter High Availability (vCenter HA) protects not only against host and hardware failures but also against vCenter Server application failures. Using automated failover from active to passive, vCenter HA supports high availability with minimal downtime.

For maximum protection, place the nodes on separate hosts and datastores. If the nodes are placed on the same compute cluster that has DRS and/or SDRS enabled in automatic mode, anti-affinity rules are automatically created to keep the nodes separate. For best performance, the network latency between the nodes should be less than or equal to 10 ms.

The wizard is greatly simplified when you have the checkbox “Automatically create clones for Passive and witness nodes” checked.

Go ahead and select the location, networking, and storage of the Passive and the Witness nodes…

Then on step 2 set the IP network for the Passive and Witness nodes. On the next page, we’ll see the networking option. You must be on different subnet, remember. If not the wizard will fail at the end.

Scroll down the vCenter HA resource settings, review the network and resource settings of the active node of the vCenter Server.

The system will automatically clone the VCSA. It takes some time depending on the performance of your infrastructure and the underlying storage. You can click the Recent tasks link to follow up on the cloning process and wait until all three nodes are up.

After like 10 minutes of wait, in the end, you should see all the nodes with green checkboxes.  VCSA HA is great however, you should know that the passive and witness nodes keeps running and so they consume resources such as CPU and storage.

So, if you’re in a really small environment, do not use this method, but rather take a regular backup with your backup software or set up a file-level backup only.

And the view of vCSA HA has now the nodes and their status with networking details…

As you can see, the configuration is pretty straight forward.

So we have covered VCP-DCV 2019 Certification – Objective 1.2 – Identify vCenter high availability (HA) requirements. This post covered not only the requirements but also a step-by-step installation. I hope you enjoyed it.

Don’t forget to check our VCP6.7-DCV Study Guide Page for all chapters for the exam.

More posts from ESX Virtualization:

  • How to Patch vCenter Server Appliance (VCSA) – [Guide]
  • VCP6.7-DCV Objective 4.2 – Create and configure vSphere objects
  • VCP6.5-DCV Objective 1 – Configure and Administer Role-based Access Control
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster
  • VMware Certification Changes in 2019

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: vCenter high availability (HA) requirements

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. oliver koenig says

    November 6, 2019 at 1:52 pm

    Hi, can you use 3 esx standalone servers with esx standard license?

    • Vladan SEGET says

      November 7, 2019 at 9:04 pm

      I’m not sure I understand your question. Yes, you can apply standard license to 3 ESXi hosts whether they’re connected to vCenter server (and/or) configured as a part of a cluster.

      • oliver says

        November 8, 2019 at 1:00 am

        I’m talking about, setting up a vcenter HA environment with standalone ESX servers, not being part of a cluster, also only local storage

        • Vladan SEGET says

          November 8, 2019 at 3:53 am

          that would not work. For HA you need the hosts to be part of a cluster and have storage reachable by all the hosts presents within this cluster.

        • Adam Dunbar says

          February 5, 2020 at 3:09 pm

          I think a good question to ask here is why are you trying to set up vCenter HA if you aren’t using vCenter?

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in