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-DTM Objective 2.6 – Configure Horizon View Cloud Pod Architecture

By Vladan SEGET | Last Updated: November 9, 2022

Shares

In today's post VCP6-DTM Objective 2.6 – Configure Horizon View Cloud Pod Architecture we'll activate one of the newer feature of Horizon View – Cloud Pod architecture. A View Pod cannot cross multiple datacenters, but a federation can be done between PODs where one POD local and one in remote datacenter. Each View pod is an independent entity that has its own user entitlements and is managed separately, but with the new Horizon 6 Cloud Pod Architecture, it's possible to aggregate multiple View pods in either the same data center or different data centers and entitle users to a desktop in any location.

VMware Knowledge

  • Enable and configure a multi-site/pod deployment
  • Configure global/user entitlements
  • Configure home sites

Tools

  • Administering Horizon View Cloud Pod Architecture
  • Horizon View Administrator

Enable and configure a multi-site/pod deployment

View POD consists of a set of View Connection Server instances, shared storage, a database server, and the vSphere and network infrastructures required to host desktop virtual machines. In a traditional View implementation, you manage each pod independently. With the Cloud Pod Architecture feature, you can join together multiple pods to form a single View implementation called a pod federation. A pod federation can span multiple sites and datacenters and simultaneously simplify the administration effort required to manage a large-scale View deployment.

The horizon deployments will be able to use global LDAP replication between different datacenters. The metadata will replicate over to the other side where data are replicated like the user entitlements.

The global data layer is stored in a new AD LDS instance.  Shared data is replicated on every View Connection Server instance in a pod federation. Entitlement and topology configuration information stored in the Global Data Layer determines where and how desktops are allocated across the pod federation.

New interpod communication protocol called the View InterPod API (VIPA).

Horizon View 6 - Brokering with Cloud Pod Architecture

You should check the firewall requirements. Here are some of them:

  • TCP 8472: View interpod API (Cloud Pod Architecture)
  • TCP 22389: Global ADLDS (Cloud Pod Architecture)

To enable multi-site deployment at first you must have already installed those two sites with Horizon View.

Cloud Pod architecture allows users to be entitled to desktops across multiple data centers and geographical locations. The Horizon View servers can be scaled out through different datacenters, countries and sites.

You can initialize the Cloud Pod Architecture feature from any View Connection Server instance in a pod. You need to initialize the Cloud Pod Architecture feature only once, on the first pod in a pod federation.

VMware Horizon View 6.1 Cloud Pod Architecture enhancements

The process is straightforward, where the initialization phase takes literally few seconds…

VMware Horizon View 6.1 Cloud Pod Architecture enhancements

Component Limit:

  • Desktops 20,000
  • Pods 4
  • Sites 2
  • View Connection Server instances 20

Configure global/user entitlements

Global Entitlement or Global Pool for the Local Desktop Pool needs to be created. This is the global pool which englobes all local desktop pools associations.

My command – exemple:

lmvutil.cmd –createGlobalEntitlement –entitlementName WinSeven –scope ANY –isFloating –authDomain lab.local –authAs administrator –authPassword MySuperPassword007

Creating a global pool for local desktop pools

To check the validations:

Horizon View - validate the global pools were properly created

Initialize the Cloud Pod Architecture – Command line command: (case sensitive)

You'll need to know a command for the activation of the cloud pod architecture as before it was possible only through a CLI.

On any View Connection Server instance in the pod, run the lmvutil command with the –initialize option. lmvutil –initialize

For example:

lmvutil –authAs administrator –authDomain lab.local –authPassword “*” –initialize

where lab.local is the domain and administrator is the site admin.

Connect the Pods to the Pod Federation

On a View Connection Server instance (remote site) in the pod that you are joining to the pod federation, run the lmvutil command with the –join option.

Example:

lmvutil.cmd –join –joinServer view.lab.local –userName lab.local\administrator –password MySuperPassword007 –authDomain lab.local –authAs administrator –authPassword MySuperPassword007

Repeat this command for each pod that you want to join to the pod federation. It takes few min to complete. Watch out for the cAsE, as it's case sensitive!!

Cloud Pod Architecture - joining the Second Pod to the First Pod from the Second Connection Server

Create and configure a Global entitlement

A global entitlement provides the link between users and their desktops, regardless of where those desktops reside in the pod federation. You must create and configure at least one global entitlement to use the Cloud Pod Architecture feature.

Global entitlements

verification:

Verification

Create Sites

By default, the Cloud Pod Architecture feature places all pods into a default site called Default First Site. If your Cloud Pod Architecture topology contains multiple pods, you might want to group those pods into different sites. The Cloud Pod Architecture feature treats pods in the same site equally.

We'll create 2 sites:

Remote and local

The command – my example:

lmvutil.cmd –createSite –siteName Remote –authDomain lab.local –authAs administrator –authPassword MySuperPassword007

Horizon View - Create Site

 

List sites:

lmvutil.cmd –listSites –authDomain lab.local\administrator –authPassword MySuperPassword007

Horizon View - List Sites

As you can see we now have 3 sites:

  • Default First site (which has 2 pod members)
  • Local (without a pod)
  • Remote  (without a pod)

We need to assign one pod to the Local site and one pod to the remote site. Let's go back to the CLI:

The command – My example:

lmvutil.cmd –assignPodToSite –podName Cluster-VIEW –siteName Local –authDomain lab.local –authAs administrator –authPassword MySuperPassword007

Assign pod to Site in Horizon View

On the image above you see the assignement to “Cluster-VIEW” (my local view pod) and the assignement to “Cluster-VVIEW” which is the remote site cluster.

Each of the command does generate no output, and no output is good output…

Now we can check the sites again:

List Sites in Horizon View

and confirm it through the GUI on our View admin UI:

View POD architecture

And the above view you'll find now on each of the Horizon view connection servers. The configuration is duplicated through the common layer.

Assign a “Home site” to a user or group

An option –createUserHomeSite will be used

Example:

lmvutil.cmd –createUserHomeSite –userName lab.local\vladan –siteName Local –authAs lab.local\administrator –authPassword MySuperPassword007

Create a homesite for user

Configure home sites – (same as above)

You can use the lmvutil command with the –createUserHomeSite or –createGroupHomeSite option create a home site for a user or group. You can also use these options to associate a home site with a global entitlement.

Home site can also be deleted with a switch –deleteUserHomeSite

Wrap UP:

The Horizon View 6.2.1 I tried the config does allow the initialization of the cloud pod architecture via the UI, but that's about it. The rest of the config gets your hand into the CLI. This might change in the future to get this feature more “user friendly” and more easier to configure.

If you labbing this in your lab, you might appreciate a great help from this VMware Blog post -:). In addition you'll also need the Administering View Cloud Pod Architecture PDF which is a must have for this lesson.

….. There is also a Hands On Lab option here.

Shares
5/5 - (1 vote)

| Filed Under: Desktop Virtualization, Server Virtualization Tagged With: VCP6-DTM Objective 2.6

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.

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