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
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --showUserHomeSites --
userName example\adminEast
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --showGroupHomeSites --
groupName example\adminEastGroup
Listing the Effective Home Site for a User
Because you can assign home sites to users and groups and to global entitlements, it is possible to configure
more than one home site for a specific user. You can use the lmvutil command with the
--resolveUserHomeSite option enables you to determine the effective home site for a specific user.
Syntax
lmvutil --resolveUserHomeSite --entitlementName name --userName domain\username
Usage Notes
This command returns an error message if the Cloud Pod Architecture feature is not initialized or if the
specified global entitlement or user does not exist.
Options
You must specify these options when you list the effective home site for a user.
Table 5‑18. Options for Listing the Effective Home Site for a User
Option Description
--entitlementName
Specifies the name of a global entitlement. This option enables you to
determine the effective home site for a user and global entitlement
combination, which might be different from the home site that is
configured for the user.
--userName
Specifies the name of the user whose home site you want to list. Use
the format domain\username.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--resolveUserHomeSite --userName domainEast\adminEast
Listing User Assignments
You can use the lmvutil command with the --listUserAssignments option to list the dedicated desktop
pod assignments for a user and global entitlement combination.
Syntax
lmvutil --listUserAssignments {--userName domain\username | --entitlementName name | --podName
name | --siteName name}
Chapter 5 lmvutil Command Reference
VMware, Inc. 63