Is it possible to use your backup solution if you have backed it up? Veeam has a replication feature that might solve your problem of having the VCSA powered down. Failing that I have used VCSA to copy itself whilst running to another host, then powered down the existing VCSA and power up the copy.
Original Message:
Sent: 9/26/2024 8:16:00 AM
From: AhhOkay
Subject: RE: What is the best way to move the VCSA to a new host cluster?
I have used vCenter HA in the past to move my virtual center across clusters that were using different EVC levels and different vSAN storage. Worked great and would be the way I would go if I had to do it again. That is if my clusters didn't have shared storage. If so I would probably just remove from inventory on the original cluster and add to inventory from a host in the target cluster.
I set it up and was able to fail the 6.7 vCenter over to the new cluster and then disabled HA. You have to add some networking but once you figure that out it easy enough.
https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.avail.doc/GUID-4A626993-A829-495C-9659-F64BA8B560BD.html
Original Message:
Sent: Jan 08, 2020 05:09 PM
From: aj800
Subject: What is the best way to move the VCSA to a new host cluster?
This procedure assumes both clusters have access to both storage SANs. Unfortunately, that is not the case here. Our original plan was to tie the two SANs together temporarily so that we could migrate the VMs this way, but we discovered that we could still vMotion the compute AND storage resources of the VMs in the old cluster to the new cluster, which is using a new SAN cluster available only to the new hosts. The VMs still have to be powered off because the CPUs are different brands/families, but as mentioned, the vCenter is controlling the vMotion and shutting it down might complicate that process when migrating itself.
It seems, as others here have pointed out, that cloning the VCSA to the new host cluster and to the new storage cluster, shutting the original down, then powering on the clone (ensuring all properties match - i.e., network, MAC address, etc.) via the new host's GUI, would be the best course of action here.
It has also been suggested that running the VCSA as an HA/FT pair might work as well. Anyone have any experience running a VCSA HA pair? Is it a good idea to do this, even generally?