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 1. 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"