Administering View Cloud Pod Architecture

Table Of Contents
Table 56. Options for Assigning a Pod to a Site
Option Description
--podName
Name of the pod to assign to the site.
--siteName
Name of the site.
You can use the lmvutil command with the --listPods option to list the names of the pods in a Cloud Pod
Architecture topology. See “Listing the Pods or Sites in a Cloud Pod Architecture Topology,” on page 59.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--assignPodToSite --podName "East Pod 1" --siteName "Eastern Region"
Changing a Site Name or Description
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
Use the lmvutil command with the --deleteSite option to delete a site.
Syntax
lmvutil --deleteSite --sitename sitename
Usage Notes
This command returns an error message if the specified site does not exist or if the command cannot find or
delete the site.
Chapter 5 lmvutil Command Reference
VMware, Inc. 45