After an unexpected power outage of the environment, the vCenter VM fails to power on. In the ESXi Host UI -> Virtual Machines -> find the vCenter VM, note the VM's Status = Invalid, Used Space = Unknown, Host name = Unknown
vSphere 8.x
vCenter VM has an ISO attached to the VM, that is no longer available, this will prevent the VM from power on correctly.
To Resolve this issue, remove the ISO attached to the vCenter VM with the following commands.
cp vCenter.vmx vCenter.vmx.bak
From
ide0:0.fileName = "/vmfs/volumes/.../patch-FP.iso"
ide0:0.deviceType = "cdrom-image"
To
ide0:0.fileName = "emptyBackingString"
ide0:0.startConnected = "FALSE"
ide0:0.deviceType = "atapi-cdrom"
ide0:0.present = "TRUE"
ide0:0.clientDevice = "TRUE"