Use the lmvutil command with the --assignPodToSite option to assign a pod to a site.

Syntax

lmvutil --assignPodToSite --podName podname --siteName sitename

Usage Notes

Before you can assign a pod to a site, you must create the site. See Creating a Site.

This command returns an error message if the Cloud Pod Architecture feature is not initialized, the command cannot find the specified pod or site, or if the command cannot assign the pod to the site.

Options

You must specify these options when you assign a pod to a site.

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

Example

lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" 
--assignPodToSite --podName "East Pod 1" --siteName "Eastern Region"