Hi,
I would like to move database from current database server to new server
We have cluster scvmm both running on windows 2012 R2. e.g. SCVMM01, SCVMM02
Things I tried
- Backup the SCVMM Database (from SQL Management)
- Stop SCVMM Services, Agent on activat node (e.g. SCVMM01)
- Take the VMM cluster resource offline
- Restore the DB onto new server with SCVMM login account (Same db account which was use on other server)
- Change reg "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft System Center Virtual Machine Manager Server \ Settings \ Sql"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Settings\Sql]
"InstanceName"= "SCVMMDB01_NEW\\DB_INSTANCE_NAME"
"DatabaseName "= "VirtualManagerDB"
"ConnectionString"="Integrated Security = SSPI;Application Name= VirtualMachineManager;Max Pool Size=500;Encrypt=true;TrustServerCertificate=true;Server=SCVMMDB01_NEW\\DB_INSTANCE_NAME;database=VirtualManagerDB"
"OnRemoteServer"=dword:00000001
"MachineName"= "SCVMMDB01_NEW"
"MachineFQDN"= "SCVMMDB01_NEW.Domain.com"
"Port"= dword: 00000000
6. Bring Cluster Online which now it keep failing to start and also unable to restart the scvmm services.
"Clustered role 'ClusterName' has exceeded its failover threshold. It has exhausted the configured number of failover attempts within the failover period of time allotted to it and will be left in a failed state. No additional attempts will be made to bring the role online or fail it over to another node in the cluster. Please check the events associated with the failure. After the issues causing the failure are resolved the role can be brought online manually or the cluster may attempt to bring it online again after the restart delay period."
Can you please let me know what i'm doing wrong here.