KMS migration from 2012 OS to 2019 OS

Manikandan Udayakumar 0 Reputation points
2024-09-13T14:13:41.83+00:00

Hi There,

We have our working KMS services currently running in Windows 2012 R2 server and we are looking to plan for migration to 2019 OS. Server is hosted in our vcenter host and need a plan to execute this. Kindly assist us with the steps to go forward. Also, if any document links can be shared regarding the same would be helpful.

Thanks

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,732 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,584 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,016 questions
Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
427 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,517 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 8,455 Reputation points
    2024-09-13T15:23:38.1566667+00:00

    Hello

    Sure, I can help with that! Here is a plan to migrate your KMS services from Windows Server 2012 R2 to Windows Server 2019:

    Prepare the New Server: Set up a new server running Windows Server 2019. Ensure it has the necessary network configurations and is joined to the domain.

    Install Volume Activation Services: On the new server, install the Volume Activation Services role. This can be done through the Server Manager.

    Configure KMS Host: Configure the KMS host on the new server. You can use the following commands to set up the KMS key and activate it:

    slmgr /ipk <KMS Key>: Install the KMS key.

    slmgr /ato: Activate the KMS key.

    slmgr /skms <KMS Host>: Set the KMS host.

    Update DNS Records: Ensure that the DNS records are updated to point to the new KMS host. This will allow clients to find the new KMS server using the SRV record.

    Test Activation: Test the activation process on a few client machines to ensure that they can successfully activate against the new KMS host.

    Decommission Old Server: Once you have confirmed that the new KMS host is working correctly, you can decommission the old KMS server. You can use the following commands to remove the KMS key and clear the KMS service:

    slmgr /upk: Clear the KMS key.

    slmgr /ckms: Clear the KMS service.

    slmgr /rearm: Reset the authorized state of the computer.

    Refer to the documentation:

    How to upgrade KMS server to new OS - Microsoft Community Hub

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.