Forum Discussion
thanhtien19
Dec 04, 2021Iron Contributor
How to upgrade KMS server to new OS
We have KMS server running win 2012 r2, now we want upgrade to 2019 . We will install new server 2019 and install kms server . so we need backup what from old kms migrate to new server ?
- You can always install a new KMS server with your Microsoft KMS key, you don't have to keep the old server
- watcher89Copper ContributorThere are actually official documents for this: https://docs.microsoft.com/en-us/windows-server/upgrade/upgrade-2012r2-to-2019
hope it's helpful for youwatcher89 It's not only the question how to upgrade, but how to migrate the current KMS installation.
- Steps to migrating the KMS:
1. Uninstall the KMS host key first by running the following command:
slmgr -upk
2. Then, install the default kms key by running the following command:
slmgr /ipk [KMS Client Setup Key]
The default KMS client setup keys can be found here:
http://technet.microsoft.com/en-us/library/cc303280.aspx
3. Delete the record from the DNS:
Open DNS console:
Expand _tcp node under the domain.com. There will be a record _VLMCS. Delete this record.
4. The KMS server is uninstalled.
5. To install KMS on a new server, enter:
cscript C:\windows\system32\slmgr.vbs /ipk <KmsKey>
then to activate the KMS host, enter:
cscript C:\windows\system32\slmgr.vbs /ato
6. After activation is complete, restart the Software Licensing Service.
7. Verify that the record is created for the new server in the DNS.
To verify that the KMS host is configured correctly, you can check the KMS count to see if it is increasing. Run slmgr.vbs /dli on the KMS host to obtain the current KMS count. You can also check the Key Management Service log in the Applications and Services Logs folder for 12290 events, which records activation requests from KMS clients. Each event displays the name of the computer and the time-stamp of an individual activation request.
https://social.technet.microsoft.com/Forums/windows/en-US/cd4177bd-8df5-4a66-afdc-c760398b7e7f/migrating-kms-server-from-one-computer-to-another?forum=itprovistaactivation- thanhtien19Iron ContributorIf this server error hardware and can not start then we can delete computer in ad and install new one difference computer name then ok ?
- Yes, basically the same steps as above. Not sure if I understand your concern....