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
n
To add a group to the global entitlement, run the lmvutil command with the --addGroupEntitlement
option.
You can run this command on any View Connection Server instance in the pod federation. Repeat the
command for each group that you want to add to the global entitlement.
lmvutil --addGroupEntitlement --groupName domain\groupname --entitlementName name
Option Description
--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 group. The
name must match the name of an existing global entitlement.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--addGroupEntitlement --groupName domainCentral\adminCentralGroup --entitlementName "Agent
Sales"
Remove a User or Group From a Global Entitlement
You can use lmvutil commands to remove a user or group from a global entitlement.
Prerequisites
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 remove a user from a global entitlement, run the lmvutil command with
--removeUserEntitlement option.
You can run this command on any View Connection Server instance in the pod federation.
lmvutil --removeUserEntitlement --userName domain\username --entitlementName name
Option Description
--userName
Specifies the name of the user to remove from the global entitlement. Use
the format domain\username.
--entitlementName
Specifies the name of the global entitlement to modify.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--removeUserEntitlement --userName domainCentral\adminCentral --entitlementName "Agent Sales"
Chapter 4 Managing a Cloud Pod Architecture Environment
VMware, Inc. 37