Use the lmvutil command with the --createSite option to create a site in a Cloud Pod Architecture topology.
Syntax
lmvutil --createSite --siteName sitename [--description text]
Usage Notes
This command returns an error message if the Cloud Pod Architecture feature is not initialized, the specified site already exists, or the command cannot create the site.
Options
You can specify these options when you create a site.
Option | Description |
---|---|
--siteName | Name of the new 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 "*" --createSite --siteName "Eastern Region"