6.0
Table Of Contents
- Administering View Cloud Pod Architecture
- Contents
- Administering View Cloud Pod Architecture
- Introduction to Cloud Pod Architecture
- Designing a Cloud Pod Architecture Topology
- Setting Up a Cloud Pod Architecture Environment
- Initialize the Cloud Pod Architecture Feature
- Join Pods to the Pod Federation
- Find and Change a Pod Name
- Create and Configure a Global Entitlement
- Create and Configure a Site
- Assign a Home Site to a User or Group
- Test a Cloud Pod Architecture Configuration
- Sample Scenario: Setting Up a Basic Cloud Pod Architecture Environment
- Managing a Cloud Pod Architecture Environment
- View a Cloud Pod Architecture Configuration
- View Pod Federation Health in View Administrator
- View Desktop Sessions in a Pod Federation
- Determine the Effective Home Site for a User
- Add a Pod to a Site
- Remove a Pod From a Pod Federation
- Modifying Global Entitlements
- Remove a Home Site Association
- Disable the Cloud Pod Architecture Feature
- lmvutil Command Reference
- Index
Table 5‑11. Options for Removing a Desktop Pool from a Global Entitlement
Option Description
--entitlementName
Specifies the name of the global entitlement.
--poolID
Specifies the ID of the desktop pool to remove from the global entitlement. The
pool ID must match the desktop pool name as it appears on the pod.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--removePoolAssociation -entitlementName "Agent Sales" --poolID "Sales B"
Adding a User or Group to a Global Entitlement
You can use the lmvutil command with the --addUserEntitlement or --addGroupEntitlement option
to add a user or group to a global entitlement.
Syntax
lmvutil --addUserEntitlement --userName domain\username --entitlementName name
lmvutil --addGroupEntitlement --groupName domain\groupname --entitlementName name
Usage Notes
Repeat this command for each user or group that you want to add to the global entitlement.
These commands return an error message if the specified entitlement, user, or group does not exist or if the
command cannot add the user or group to the entitlement.
Options
You can specify these options when you add a user or group to a global entitlement.
Table 5‑12. Options for Adding a User or Group to a Global Entitlement
Option Description
--userName
Specifies the name of a user to add to the global entitlement. Use the format
domain\username.
--groupName
Specifies the name of a group to add to the global entitlement. Use the format
domain\groupname.
--entitlementName
Specifies the name of the global entitlement to which to add the user or group.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --addUserEntitlement --
userName domainCentral\adminCentral --entitlementName "Agent Sales"
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--addGroupEntitlement --groupName domainCentral\adminCentralGroup --entitlementName "Agent Sales"
Chapter 5 lmvutil Command Reference
VMware, Inc. 57