hi David,
thanks for the response! Just double checking to make sure my order of operations is correct. Assuming current vcenter server is called "vcenterold" and new is "vcenternew"...
On the Veeam server, launch PowerShell and:
Thanks again
thanks for the response! Just double checking to make sure my order of operations is correct. Assuming current vcenter server is called "vcenterold" and new is "vcenternew"...
On the Veeam server, launch PowerShell and:
- Take configuration backup of Veeam
- Set-VBRVmBiosUuid -VCenterName "vcenterold" (Collects MORef IDs from orig server.)
- Use vmotion to move all of the VMs from "vcenterold" to "vcenternew" (including both vcenter vm's)
- Set-VBRVCenterName -OldVCenterName "vcenterold" (Modifies VMware vCenter name to vcenterold_old.)
- Generate-VBRViMigrationSpecificationFile -ExportPath C:\Folder -NewVCenterName vcenternew -OldVCenterName vcenterold_old (Generates a migration task file)
- Start-VBRViVMMigration -File C:\Folder\vcenter70_old_to_vcenter70_migration_task (start the MORef IDs update.)
Thanks again
Statistics: Posted by joebrug — Jan 20, 2025 4:12 pm