Before restoring a vCenter Server instance, you must retrieve the vCenter Server build number and deployment details from the SDDC Manager inventory. The vCenter Server instances in your system might be running different build numbers if the backups are taken during an upgrade process. You must restore each vCenter Server instance to its correct version.

Because the Management domain vCenter Server might be unavailable to authenticate the login, you use the SDDC Manager API via the shell to retrieve this information.

Procedure

  1. Log in to SDDC Manager by using a Secure Shell (SSH) client.
  2. Run the command to get the list of vCenter Server instances.
    curl http://localhost/inventory/vcenters -k | json_pp
  3. For each vCenter Server instance, record the values of these settings.

    Setting

    Value

    domainType

    Name of the domain

    vmName

    VM name of the vCenter Server

    managementIpAddress

    IP address of the vCenter Server

    datastoreForVmDeploymentName

    Datastore name

    hostName

    FQDN of the vCenter Server

    version

    version_number-build_number

    Size

    Size of the deployment

  4. Verify that the vCenter Server version retrieved from SDDC Manager is the same as the version associated with the backup file that you plan to restore.