4.6

Table Of Contents
Table 16-16. Options for Unlocking or Locking Virtual Machines
Option Description
-d desktop Specifies the desktop pool.
-e
Unlocks a virtual machine.
-m machine Specifies the name of the virtual machine.
-p
Locks a virtual machine.
-vcdn vCenter_dn Specifies the distinguished name of the vCenter Server.
-vmpath inventory_path Specifies the inventory path of the virtual machine.
Examples
Unlock the virtual machines machine 1 and machine2 in desktop pool dtpool3.
vdmadmin -V -e -d dtpool3 -m machine1 -m machine2
Unlock the virtual machine for a View Transfer Server instance on a vCenter Server.
vdmadmin -V -e -vcdn "CN=f1060058-
dde2-4940-947b-5d83757b1787,OU=VirtualCenter,OU=Properties,DC=myorg,DC=com" -vmpath
"/DataCenter1/vm/Desktops/LocalMode/LDwin7"
Lock the virtual machine machine3 in desktop pool dtpool3.
vdmadmin -V -p -d dtpool3 -m machine3
Detecting and Resolving LDAP Entry Collisions Using the -X Option
You can use the vdmadmin command with the -X option to detect and resolve colliding LDAP entries on
replicated View Connection Server instances in a group.
Syntax
vdmadmin -X [-b
authentication_arguments
] -collisions [-resolve]
Usage Notes
If duplicate LDAP entries are created on two or more View Connection Server instances, this can cause
problems with the integrity of LDAP data in View. For example, this condition can happen during an upgrade
while LDAP replication is inoperative. Although View Manager checks for this error condition at regular
intervals, you can run the vdmadmin command on one of the View Connection Server instances in the group to
detect and resolve LDAP entry collisions manually.
Options
Table 16-17 shows the options that you can specify to detect and resolve colliding LDAP entries.
Table 16-17. Options for Detecting and Resolving LDAP Entry Collisions
Option Description
-collisions
Specifies an operation for detecting LDAP collisions in a
View Connection Server group.
-resolve
Resolves all detected LDAP collisions.
Chapter 16 Using the vdmadmin Command
VMware, Inc. 323