- 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開發技術
- 從零開始寫Linux內核:一書學透核心原理與實現
- Linux實戰
- Linux內核完全注釋(20周年版·第2版)
- BPEL and Java Cookbook
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 操作系統基礎與實踐:基于openEuler平臺
- 嵌入式Linux應用開發菜鳥進階
- Kubernetes從入門到實踐
- Windows Server 2012網絡操作系統項目教程(第4版)
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- 跟老男孩學Linux運維:Shell編程實戰
- Linux軟件管理平臺設計與實現
- Heroku Cloud Application Development
- Multi-Cloud for Architects