8.0
Table Of Contents
- vCenter Server Installation and Setup
- Contents
- About vCenter Server Installation and Setup
- Introduction to vSphere Installation and Setup
- Deploying the vCenter Server Appliance
- File-Based Backup and Restore of vCenter Server
- Image-Based Backup and Restore of a vCenter Server Environment
- After You Deploy the vCenter Server Appliance
- Log In to vCenter Server by Using the vSphere Client
- Install the VMware Enhanced Authentication Plug-in
- Repoint vCenter Server to Another vCenter Server in a Different Domain
- Repoint a Single vCenter Server Node to an Existing Domain without a Replication Partner
- Repoint a vCenter Server Node to an Existing Domain with a Replication Partner
- Repoint a vCenter Server Node to a New Domain
- Syntax of the Domain Repoint Command
- Understanding Tagging and Authorization Conflicts
- vCenter Server Domain Repoint License Considerations
- Troubleshooting vCenter Server Installation or Deployment
2 (Optional) Run the pre-check mode command. The pre-check mode fetches the tagging (tags
and categories) and authorization (roles and privileges) data from the vCenter Server. Pre-
check does not migrate any data, but checks for conflicts between the source and destination
vCenter Server. For example, run the pre-check with the following CLI:
cmsso-util domain-repoint -m pre-check --src-emb-admin Administrator --replication-partner-
fqdn FQDN_of_destination_node --replication-partner-admin PSC_Admin_of_destination_node --
dest-domain-name destination_PSC_domain
Note Pre-check is not required if a replication partner does not exist (repointing to a newly
created domain).
See Syntax of the Domain Repoint Command for argument definitions for the cmsso-util
domain-repoint command.
The pre-check writes the conflicts to the /storage/domain-data directory.
3 (Optional) Review the conflicts and apply resolutions for all conflicts, or apply a separate
resolution for each conflict.
The conflict resolutions are:
n Copy: Create a duplicate copy of the data in the target domain.
n Skip: Skips copying the data in the target domain.
n Merge: Merges the conflict without creating duplicates.
Note The default resolution mode for Tags and Authorization conflicts is Copy, unless
overridden in the conflict files generated during pre-check.
4 Run the execute command. In execute mode, the data generated during the pre-check mode
is read and imported to the target node. Then, the vCenter Server is repointed to the target
domain. For example, repointing without a replication partner, run the execute command
with the following:
cmsso-util domain-repoint -m execute --src-emb-admin Administrator --replication-partner-
fqdn FQDN_of_destination_node --replication-partner-admin PSC_Admin_of_destination_node --
dest-domain-name destination_PSC_domain
See Syntax of the Domain Repoint Command for argument definitions for the cmsso-util
domain-repoint command.
Repoint a vCenter Server Node to an Existing Domain with a
Replication Partner
You can repoint a vCenter Server from one Single Sign-On domain to an existing domain using a
replication partner.
See Figure 5-2. Repointing a vCenter Server from One Domain to an Existing Domain for an
example of repointing to an existing domain. In this case, there is replication.
vCenter Server Installation and Setup
VMware, Inc. 75