- Хочу Знать
- Конвертирование триальной (evaluation) версии Windows Server 2019 / 2016 в полную
- Upgrade Windows Server 2019 Evaluation to Full Version Standard to Datacenter
- Upgrade Windows Server 2019 Evaluation to Full Version Standard to Datacenter
- Wrapping Up
- Windows server 2019 standard evaluation конвертация
- Windows server 2019 standard evaluation конвертация
- Вопрос
Хочу Знать
Версия для оценки Windows Server 2016 Evaluation Edition доступна для скачивания с официального сайта Microsoft. Версия имеет полный функционал и нормально работает в течении триального периода (180 дней).Беда заключается в том, что по истечении триального периода сервер пишет в логи:
Процесс C:\Windows\system32\wlms\wlms.exe ( ) инициировал действие «Завершить работу» для компьютера от имени пользователя NT AUTHORITY\СИСТЕМА по причине: Другое (Запланированное)
Код причины: 0x80000000
Тип выключения: Завершить работу
Комментарий: Истек срок действия лицензии для этой установки Windows. Компьютер завершает работу.
Такая ситуация имеет два варианта решения: Вариант 1 (не правильный) — сбросить триальный период. Вариант 2 (правильный) — обновить до нормальной версии и активировать через KMS-сервер или с помощью MAK/Retail ключа.
Вариант 1. Сброс триала.
Запускаем Powershell и вводим команду:
Дожидаемся сообщения «Command completed successfully» и перезагружаем сервер.
Вариант 2. Upgrade до Standard/Datacenter.
Проверяем что стоит Evaluation Edition.
Должно быть: Current Edition ServerStandardEval.
Смотрим список доступных версий
Выбираем нужную версию и выполняем апгдейд с помощью общедоступного KMS-ключа.
Для версии Standard:
Для версии Datacenter:
Далее можно активировать операционку через KMS-сервер либо MAK/Retail ключом.
Для преобразования Windows Server 2019 EVAL в полноценную версию нужно использовать GVLK (KMS) ключи для Windows Server 2019. В остальном процедура аналогичная.
Конвертировать Windows Server 2019 Evaluation в Windows Server 2019 Standard:
dism /online /set-edition:ServerStandard /productkey: N69G4-B89J2-4G8F4-WWYCC-J464C /accepteula
Конвертировать Windows Server 2019 Evaluation в Windows Server 2019 Datacenter:
dism /online /set-edition:ServerDatacenter /productkey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /accepteula
Конвертирование триальной (evaluation) версии Windows Server 2019 / 2016 в полную
В том случае, если вы для знакомства с возможностями новой версии серверной платформы MSFT установили ознакомительную Windows Server 2019 / 2016 StandardEvaluation или DatacenterEvaluation (можно скачать здесь после регистрации ), у вас есть 180 дней на тестирование ее возможностей. В течении этого времени вам доступен полный функционал Windows Server 2019 / 2016. По истечении срока пробного периода система начинает требовать активацию и каждый час выключаться. На рабочем столе при этом отображается уведомление Windows Licenses is expired. Если вы умудрились запустить на ознакомительной версии Windows Server 2019 / 2016 продуктивные задачи, и хотите сконвертировать ее в полноценную розничную редакцию Windows Server с сохранением данных без необходимости полной переустановки системы, эта статья для вас.
В том случае если в Eval редакции попытаться указать KMS ключ или ключ Retail/MAK ключ активации для RTM версии, будет выдаваться предупреждение “This edition cannot be upgraded”, т.к. апгрейд данной редакции не возможен. Но не все так печально.
Удостоверимся, что у вас используется ознакомительная версия. Запустите команду строку с правами администратора и выполните команду:
Upgrade Windows Server 2019 Evaluation to Full Version Standard to Datacenter
Recently, I ran into an issue playing around with Storage Spaces Direct where I had inadvertently cloned over a Windows Server 2019 Standard Edition template. Storage Spaces Direct is feature that requires running Windows Server 2019 Datacenter. I had invested quite a bit of time into the configuration of the three nodes in the S2D cluster, etc and didn’t want to have to repeat this when cloning over a Windows Server 2019 Datacenter template. However, I started to think about simply upgrading the installation to Datacenter instead of having to start from scratch. What is involved to Upgrade Windows Server 2019 Evaluation to Full Version Standard to Datacenter? In this post, we will take a look at the quick and painless steps required to get to the Datacenter version of Windows Server 2019 in only a couple of reboots.
Upgrade Windows Server 2019 Evaluation to Full Version Standard to Datacenter
First of all, in thinking about upgrading between server versions, what are the considerations that need to be made before upgrading?
- Upgrades from 32-bit to 64-bit architectures are not supported. All editions of Windows Server 2019 are 64-bit only.
- Upgrades from one language to another are not supported.
- If the server is a domain controller, see Upgrade Domain Controllers to Windows Server 2012 R2 and Windows Server 2012 for important information.
- Upgrades from pre-release versions (previews) of Windows Server 2019 are not supported. Perform a clean installation to Windows Server 2019.
- Upgrades that switch from a Server Core installation to a Server with a Desktop installation (or vice versa) are not supported.
- Upgrades from a previous Windows Server installation to an evaluation copy of Windows Server are not supported. Evaluation versions should be installed as a clean installation.
- You can convert the evaluation version of Windows Server 2019 Standard to either Windows Server 2019 Standard (retail) or Datacenter (retail). Similarly, you can convert the evaluation version of Windows Server 2019 Datacenter to the retail version.
After running into an error message enabling Storage Spaces Direct in Windows Server 2019, I quickly ran the Storage Spaces Direct validation test with the Test-Cluster cmdlet. This is what I saw in the result. As shown, the Storage Spaces Direct test resulted in an error that was plainly shown in the test of the cluster The operating system edition does not support Storage Spaces Direct. This was much more clear here than in the error from the command line with Storage Spaces Direct.
Other than using the widely known command winver you can use PowerShell to get the currently installed version of Windows. To do that, use the command:
Dism /online /Get-CurrentEdition
Now, PowerShell provides a really cool way to determine the possible upgrade versions for the currently installed version of Windows. Use the following command:
Dism /online /Get-TargetEditions
To upgrade to the specified Target Edition determined by running the above command, we can use PowerShell again to perform the actual edition upgrade. To do that, use the command:
DISM /online /Set-Edition: /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
One thing to note here, you cannot go to an Evaluation edition, such as ServerDatacenterEval. You must enter a valid product key to continue with the upgrade process.
As shown, at the end of the process, you will be prompted to reboot the server to complete the upgrade process.
The server will reboot. If you are connected to the console, you will see the indication the upgrade is proceeding along.
After just a few minutes, you should see the server come up to a login screen once again. After that, I logged in and quickly checked via the winver command to see if the upgrade to Windows Server 2019 Datacenter was successful and it was.
For further information, see Microsoft’s official post that shows information regarding Windows Server 2016 but that applies to Windows Server 2019 as well: https://docs.microsoft.com/en-us/windows-server/get-started/supported-upgrade-paths
Wrapping Up
If you are looking at how to Upgrade Windows Server 2019 Evaluation to Full Version Standard to Datacenter then PowerShell is certainly your friend here. By simply running a few commands in PowerShell, you can determine the currently installed Edition, see which Edition you are allowed to upgrade to, and actually performing the upgrade process. All said and done, the process only takes just a few minutes going from Standard Edition to Datacenter Edition of Windows Server 2019. As shown, this does require a reboot, but that should be expected. For me, the upgrade process was immensely quicker than totally reinstalling my test VMs with the needed Datacenter Edition of Windows Server 2019. Definitely keep the upgrade path in mind if you run into limitations imposed by running Windows Server 2019 Standard Edition.
Windows server 2019 standard evaluation конвертация
Для знакомства с возможностями Windows Server, будь то 2016 или 2019 есть специальная версия Evaluation, она может быть Windows Server 2016/2019 StandardEvaluation или DatacenterEvaluation. После установки у Вас есть 180 дней для теста всех ее возможностей, в течении всего триального времени Вам доступен полный функционал системы. После 180 дней система будет требовать активации и начнет каждый час отключаться, а так же на рабочем столе будет уведомление «Windows Licenses is expired«. Но если Вы уже запустили все продуктивные задачи для дальнейшей работы и хотите ее активировать в полноценную Windows Server с сохранением данных без переустановки, то просто активировать лицензионным ключом просто так не получится — Вам потребуется конвертация, в этой статье рассмотрим как это сделать.
Если в Evaluation версии попытаться указать KMS ключ или ключ Retail/MAK ключ активации для RTM версии, будет выдаваться предупреждение “This edition cannot be upgraded, т.к. апгрейд данной редакции не возможен.
1) Запускаем коммандную строку от имени администратора и вбиваем команду: DISM /online /Get-TargetEditions
Мы получим сообщение в какую версию возможно конвертировать Вашу ОС, выйти должно примерно следующее:
С помощью общедоступных KMS ключей для Windows Server 2016/2019 вы можете выполнить конвертацию (Внимание: эти ключи только для апгрейда/конвертации и установки Windows Server, для корректной активации самой системы Вам потребуется Retail ключ, приобрести Вы их можете в нашем интернет-магазине на следующей странице.)
KMS ключи:
Windows Server 2016 Standard: WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
Windows Server 2016 Datacenter: CB7KF-BWN84-R7R2Y-793K2-8XDDG
Windows Server 2019 Standard: N69G4-B89J2-4G8F4-WWYCC-J464C
Windows Server 2019 Datacenter: WMDGN-G9PQG-XVVXX-R3X43-63DFG
2) В PowerShell запускаем комманду:
dism /online /set-edition:ServerStandard /productkey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /accepteula (После «productkey» вставьте нужный ключ под Вашу операционную систему)
3) После перезагружаетесь и смотрите, установлена ли у Вас теперь полноценная версия Windows Server без приписки «Evaluation».
Windows server 2019 standard evaluation конвертация
Вопрос
Доброго времени суток.
Был куплен компьютер под сервер, и к нему приобретался продукт MS Windows Server 2019 Standart.
ПК прибыл раньше, и сервер требовался в срочном порядке, было принято решение установить MS Windows Server 2019 Standart Evaluation с пробным периодом в 180 дней. Данный программный продукт бы скачан с сайта microsoft.com.
Так же были найдены инструкции по переходу с версии Standart Evaluation на Standart, что предполагало безболезненную активацию.
Вот одна из них: ( https://www.virtualizationhowto. com/2019/02/upgrade-windows-server-evaluation-to-full-version-standard-to-datacenter/)
В скором времени был получен Mac ключ активации вида XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.
Согласно инструкции были осуществлены следующие действия.
От имени администратора была запущена оболочка Windows PowerShell
Dism /online /Get-CurrentEdition
Получен следующий результат:
Cистема DISM
Версия: 10.0.17763.1
Версия образа: 10.0.17763.253
Текущий выпуск:
Текущий выпуск : ServerStandardEval
После чего была выполнена следующая команда:
Dism /online /Get-TargetEditions
Cистема DISM
Версия: 10.0.17763.1
Версия образа: 10.0.17763.253
Выпуски, которые можно обновить до:
Конечный выпуск : ServerStandard
Конечный выпуск : ServerDatacenter
При попытке перейти на версию стандарт выдает следующий результат:
DISM /online /Set-Edition:ServerStandard /ProductKey:jnwxy-btjyf-f3xc3-XXXXX-XXXXX /AcceptEula
Система DISM
Версия: 10.0.17763.1
Версия образа: 10.0.17763.253
Ошибка: 1605
Указанный ключ продукта недействителен для целевого выпуска.
Выполните эту команду заново, указав правильный ключ продукта для целевого выпуска.
Вводимый ключ был несколько раз проверен на корректность.
В настоящий момент сервер полностью настроен и введен в рабочий режим. Производить на переустановку ОС крайне нежелательно.
Прошу помощи с решением данной проблемы.