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 list the desktop pools in a global entitlement, run the lmvutil command with the
--listAssociatedPools option.
The --entitlementName option specifies the name of the global entitlement for which to list the
associated desktop pools.
lmvutil --listAssociatedPools -entitlementName name
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --
listAssociatedPools -entitlementName "Agent Sales"
n
To list the users or groups associated with a global entitlement, run the lmvutil command with the
--listEntitlements option.
lmvutil --listEntitlements {--userName domain\username | --groupName domain\groupname | --
entitlementName name}
You must type one of the following options.
Option Description
--userName
Specifies the name of the user for whom you want to list global
entitlements. Use the format domain\username. When you use this option,
the command lists all the global entitlements associated with the specified
user.
--groupName
Specifies the name of the group for which you want to list global
entitlements. Use the format domain\groupname. When you use this option,
the command lists all of the global entitlements associated with the
specified group.
--entitlementName
Specifies the name of a global entitlement. When you use this option, the
command lists all of the users and groups in the specified global
entitlement.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --listEntitlements --
userName example\adminEast
n
To list the home sites for a user, run the lmvutil command with the --showUserHomeSites option.
lmvutil --showUserHomeSites --userName domain\username [--entitlementName name]
Option Description
--userName
Specifies the name of the user for whom to list home sites. Use the format
domain\username.
--entitlementName
(Optional) Specifies the name of a global entitlement. Use this option to list
the home sites for a user and global entitlement combination.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --showUserHomeSites --
userName example\adminEast
Administering View Cloud Pod Architecture
30 VMware, Inc.