6.1

Table Of Contents
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--assignPodToSite --podName "East Pod 1" --siteName "Eastern Region"
Changing a Site Name or Description
You can use the lmvutil command with the --editSite option to edit the name or description of a site.
Syntax
lmvutil --editSite --siteName sitename [--newSiteName sitename] [--description text]
Usage Notes
This command returns an error message if the specified site does not exist or if the command cannot find or
update the site.
Options
You can specify these options when you change a site name or description.
Table 57. Options for Changing a Site Name or Description
Option Description
--siteName
Name of the site to edit.
--newSiteName
(Optional) New name for the site. The site name can contain between 1 and 64
characters.
--description
(Optional) Description of the site. The description can contain between 1 and 1024
characters.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --editSite
--siteName "Eastern Region" --newSiteName "Western Region"
Deleting a Site
You can use the lmvutil command with the --deleteSite option to delete a site.
Syntax
lmvutil --deleteSite --sitename sitename
Usage Notes
The lmvutil command returns an error message if the specified site does not exist or if the command cannot
find or delete the site.
Options
You use the --sitename option to specify the name of the site to delete.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--deleteSite --sitename "Eastern Region"
Chapter 5 lmvutil Command Reference
VMware, Inc. 45