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
Procedure
u
On any View Connection Server instance in the pod federation, run the lmvutil command with the
--removePoolAssociation option.
lmvutil --removePoolAssociation -entitlementName name --poolID poolid
Option Description
--entitlementName
Specifies the name of the global entitlement to modify.
--poolID
Specifies the pool ID of the desktop pool to remove from the global
entitlement.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--removePoolAssociation -entitlementName "Agent Sales" --poolID "Sales B"
Add a User or Group to a Global Entitlement
You can add a user or group to an existing global entitlement.
Prerequisites
n
Create the user or group to add to the global entitlement.
n
Become familiar with the lmvutil command authentication options and requirements and verify that
you have sufficient privileges to run the lmvutil command. See “lmvutil Command Authentication,” on
page 43.
Procedure
n
To add a user to the global entitlement, run the lmvutil command with the --addUserEntitlement
option.
You can run this command on any View Connection Server instance in the pod federation. Repeat the
command for each user that you want to add to the global entitlement.
lmvutil --addUserEntitlement --userName domain\username --entitlementName name
Option Description
--userName
Specifies the name of a user to add to the global entitlement. Use the
format domain\username.
--entitlementName
Specifies the name of the global entitlement to which to add the user. The
name must match the name of an existing global entitlement.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --addUserEntitlement --
userName domainCentral\adminCentral --entitlementName "Agent Sales"
Administering View Cloud Pod Architecture
36 VMware, Inc.