- VMware Horizon View 6 Desktop Virtualization Cookbook
- Jason Ventresco
- 360字
- 2021-08-20 10:49:46
Modifying Horizon View Federated Pod objects
In this recipe, we will review how to modify various objects within a Federated Pod after they have been deployed. The objects include pods, global entitlements, and sites.
Getting ready
Multiple commands exist for modifying objects in a Federated Pod. Using these commands, we can make changes to the items we created earlier in this chapter.
To modify objects in a Horizon View Federated Pod, command-line access to one of the Connection Servers in the federated pod is required.
How to do it...
In this section, we will demonstrate several different commands that are used to modify the configuration of a Federated Pod.
Modifying Horizon View pods
The following command-line switches are used to update the configuration of a pod within a federated pod. The primary command-line switch that must be used to update the global entitlement is --updatePod
, to which you add any additional switches that you might need. The following command is an example of how the --updatePod
command-line option is used:
lmvutil.cmd --authAs user --authDomain domain --authPassword password --updatePod --podName "name" --newPodName "newName"
Modifying a Horizon View global entitlement
The following command-line switches are used to update a global entitlement after it has been created. The primary command-line switch that must be used to update the global entitlement is --updateGlobalEntitlement
, to which you add any additional switches that you might need. The following command is an example of how the --updateGlobalEntitlement
command-line option is used:
lmvutil.cmd --authAs user --authDomain domain --authPassword password --updateGlobalEntitlement --entitlementName "name" --enabled
Modifying Horizon View sites
The following command-line switches are used to update the configuration of a site within a federated pod. The primary command-line switch that must be used to update the global entitlement is --editSite
, to which you add any additional switches that you might need. The following command is an example of how the --editSite
command-line option is used:
lmvutil.cmd --authAs user --authDomain domain --authPassword password --editSite --siteName "name" --newSiteName "newName"
How it works...
The following is a list of the lmvutil.cmd
command-line switches, and the accompanying description, that were used in this section to modify objects in a Horizon View Federated Pod:

- Linux網絡管理與配置(第2版)
- vSphere Virtual Machine Management
- 精通Linux內核開發
- 嵌入式應用程序設計綜合教程(微課版)
- 計算機系統開發與優化實戰
- macOS效率手冊
- Windows Server 2012網絡操作系統企業應用案例詳解
- Linux自動化運維:Shell與Ansible(微課版)
- 嵌入式實時操作系統:RT-Thread設計與實現
- 云原生落地:產品、架構與商業模式
- Linux服務器配置與管理
- 鴻蒙操作系統設計原理與架構
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- 再也不踩坑的kubernetes實戰指南
- Serverless Architectures with Kubernetes