可将 Windows Server 的安装升级到较新版本或转换为不同版本,或在许可选项(例如评估、零售和批量许可)之间切换。 本文介绍可帮助你进行规划的选项。
升级或转换 Windows Server 安装的过程可能会有很大的不同,具体取决于你安装的版本、许可方式以及所采用的路径。 我们使用不同的术语来区分 Windows Server 部署中可能涉及的任何操作:全新安装、就地升级、群集操作系统 (OS) 滚动升级、迁移和许可证转换。 可以在安装、升级或迁移中了解有关这些术语的详细信息。
升级 Windows Server 的许可版本
以下是适用于 Windows Server 已获许可(即非评估)的就地升级路径的一般指南:
不支持从 32 位到 64 位体系结构的升级。 自 Windows Server 2016 以来的所有 Windows Server 版本都仅有 64 位。
不支持从 Windows Server 的预发布版本(预览版)升级。 执行 Windows Server 的全新安装。
不支持从“服务器核心”安装切换到“带桌面体验的服务器”安装的升级(反之亦然)。
不支持从以前的 Windows Server 安装到 Windows Server 的评估副本升级。 评估版本应作为干净安装进行安装。
升级时,只能从 Standard 版更改为 Datacenter 版。 不支持从 Datacenter 版更改为 Standard 版。
重要
如果服务器使用 NIC 组合,请在升级前禁用 NIC 组合,然后在升级完成后重新启用该组合。 请参阅 NIC 组合概述 了解详细信息。
将评估版转换为零售版
可以将 Windows Server 的评估版转换为零售版。 如果已安装 Standard 版的评估版,则可以将其转换为 Standard 版或 Datacenter 版的零售版。 同样,如果已安装 Datacenter 版的评估版,则只能将其转换为 Datacenter 版的零售版。
如果尚未激活 Windows,桌面右下角会显示评估期的剩余时间。
重要
对于 14393.0.161119-1705.RS1_REFRESH 之前的 Windows Server 2016 版本,只有在 Windows Server 安装了“带桌面体验的服务器”安装选项(而不是“服务器核心”)后,才能从评估版转换为零售版。 从 14393.0.161119-1705.RS1_REFRESH 版本和更高版本开始,无论使用哪个安装选项,你都可以将评估版本转换为零售版本。
通过运行以下命令确定当前版本名称。 输出是版本名称的缩写形式,例如 Windows Server Datacenter 版为 ServerDatacenter:
DISM /online /Get-CurrentEdition
通过运行以下命令验证当前安装可以转换为哪些版本。 Windows Server Standard 评估版可以转换为 Windows Server Standard 或 Datacenter 版的零售版,而 Windows Server Datacenter 评估版只能转换为 Windows Server Datacenter 零售版:
DISM /online /Get-TargetEditions
记下要转换为的目标版本名称,然后在下面的命令中输入此名称和零售产品密钥。 此过程要求你接受之前保存的 Windows Server 的 Microsoft 软件许可条款。
提示
可以使用相应的产品密钥和版本 ID 通过一个步骤将 Windows Server Standard 评估版转换为 Windows Server Datacenter 零售版。
如果服务器运行的是 Windows Server Essentials,则可以通过输入零售、批量许可证或 OEM 密钥将其转换为完整零售版,方法是运行提升的命令提示符并将其作为以下命令的一部分输入:
slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
将 Windows Server Standard 版转换为 Datacenter 版
安装 Windows Server 后,随时都可以将 Windows Server Standard 版转换为 Datacenter 版。 还可以从安装介质运行 setup.exe 来升级或修复安装(有时称为就地修复)。 如果运行 setup.exe 以在任何版本的 Windows Server 上执行升级或就地修复,结果将是你开始时使用的同一版本。
可以按如下所示将 Windows Server 的 Standard 版转换为 Datacenter 版:
通过运行以下命令,确定 Windows Server Standard 是当前版本名称。 输出是版本名称的缩写形式,例如 Windows Server Standard 版为 ServerStandard:
Microsoft在2018年下半年发布了Windows Server 2019的正式版,近期我将我将我的实验环境中的服务器升级到了Windows Server 2019,升级也越来越简单,整个升级过程比较顺利,基本上没有问题,就是升级的过程比较慢,一共3台服务器升级,每台升级都花了2~3个小时。现在将整个升级过程展现出来,希望对读者有所帮助。
本次升级涉及到3台服务器,其中2台物理机、1台虚拟机,每台机器操作系统都是Windows Server 2016。如表1所列。
表1 实验环境计算机信息
我当前的实验环境有3台服务器,系统都是Windows Server 2016 Datacenter版本,其中2台是域控制器,另1台是成员服务器(同时这一台也是Hyper-V Server主机),在这个Hyper-V主机上运行着一些生产及实验环境的虚拟机(172.18.96.4的第2台域控制器就是Hypervisor中的一个虚拟机)。172.18.96.9与172.18.96.1同时也配置了DFS文件夹进行同步,这两台也是文件服务器。整个实验环境如图1-1所示。
当前网络中有2台域控制器,可以直接登录到任意一台域控制器,先升级林架构、更新域信息之后升级域服务器,之后再升级成员服务器。主要步骤如下。
运行Windows Server 2019的ADPREP工具更新
升级安装Windows Server 2019。
将网络中其他成员服务器升级到Windows Server 2019。
提升域功能级别到Windows Server 2019
下面介绍主要的步骤及过程(在Windows Server 2016图形界面安装)。
(1)当前的Active Directory域控制器是Windows Server 2016,如图1-2所示。
图1-2 当前域控制器是Windows Server 2016
(2)准备Windows Server 2019安装光盘,如果是光盘镜像,请使用虚拟光驱加载并将光盘内容复制到本地硬盘一个文件夹中,例如本例将Windows Server 2019安装光盘所有文件复制到d:\os-ins\ws19文件夹.然后进入命令提示窗口,从安装光盘的support\adprep文件夹,执行adprep /forestprep,先升级林架构(如图1-3所示),然后执行adprep /domainprep更新全域信息(如图1-4所示)。
图1-3 升级林架构
图1-4 更新全域信息
(3)然后运行Windows Server 2019安装程序,在“获取重要更新”对话框,选择“不是现在”。如图1-5所示。
图1-5 运行安装程序
(4)在“产品密钥”对话框中,输入Windows Server 2019的产品密钥(这是KMS客户端密钥),如图1-6所示。
图1-6 输入产品密钥
(5)在“选择映像”,选择要安装的操作系统,在此选择“Windows Server 2019 Datacenter(桌面体验)”,如图1-7所示,这将安装带有图形界面的数据中心版。
图1-7 选择安装的系统
(6)在“适用的声明和许可条款”中选择“接受”,如图1-8所示。
图1-8 接受许可条款
(7)在“选择要保留的内容”,选择“保留个人文件和应用”,如图1-9所示。
图1-9 升级安装
(8)在“准备就绪,可以安装”对话框,单击“安装”按钮,开始安装并升级到Windows Server 2019,如图1-10所示。
图1-10 准备就绪
(9)稍后开始Windows Server 2019的安装,如图1-11所示。稍后系统会自动重新启动,完成Windows Server 2019的升级。
图1-11 正在安装Windows Server 2019
(10)等升级完成之后,再次进入系统,可以看到当前系统已经是Windows Server 2019,如图1-12所示。当前升级用了大约90分钟。
图1-12 系统升级完成
2 第2台域控制器升级
第2台域控制器的升级就比较简单,以管理员身份登录第2台域控制器,打开资源管理器,浏览\172.18.96.1\d$\os-ins\ws19\setup,运行安装程序,升级到Windows Server 2019。主要步骤如下。
(1)升级前查看当前计算机信息,如图1-13所示。
图1-13 查看第2台域控制器
(2)运行Windows Server 2019安装程序,如图1-14所示。
图1-14 运行安装程序
(3)在“选择映像”中选择Windows Server 2019桌面体检,如图1-15所示。
图1-15 选择映像
(4)在“选择要保留的内容”,选择“保留个人文件和应用”,如图1-16所示。
图1-16 升级安装
(5)在“准备就绪,可以安装”对话框,单击“安装”按钮,开始安装并升级到Windows Server 2019,如图1-17所示。
在172.18.96.1的域服务器上有Windows部署服务。在从Windows Server 2016升级到Windows Server 2019之后,Windows部署服务无法使用。最后卸载了Windows部署服务、重新安装之后可以继续使用。原来的Windows部署服务添加的安装镜像与启动镜像等不需要重新添加。
(1)Windows部署服务无法使用,如图4-2-1所示。
You can upgrade or convert installations of Windows Server to newer versions, different editions, or switch between licensing options, such as evaluation, retail, and volume licensed. This article helps explain what the options are to help with your planning.
The process of upgrading or converting installations of Windows Server might vary greatly depending on which version and edition you have installed, how it is licensed, and the pathway you take. We use different terms to distinguish between actions, any of which could be involved in a deployment of Windows Server: clean install, in-place upgrade, cluster operating system (OS) rolling upgrade, migration, and license conversion. You can learn more about these terms at Install, upgrade, or migrate.
升级或转换 windowsserver 安装的过程可能会有很大的不同,这取决于您安装的版本和版本、授权方式以及选择的路径。我们使用不同的术语来区分操作,其中任何操作都可能涉及到 Windows Server 的部署: 清理安装、就地升级、集群操作系统(OS)滚动升级、迁移和许可证转换。您可以在 Install、 upgrade 或 migrate 上了解有关这些术语的更多信息。
Upgrading licensed versions of Windows Server 升级 windowsserver 的授权版本
Below are general guidelines for in-place upgrade paths where Windows Server is already licensed (that is, not evaluation):
下面是 Windows 服务器已经授权的就地升级路径的一般指导方针(即,不是评估) :
Upgrades from 32-bit to 64-bit architectures are not supported. All releases of Windows Server since Windows Server 2016 are 64-bit only.
不支持从32位升级到64位的体系结构。自 Windows Server 2016以来的所有 Windows Server 版本都是64位的。
Upgrades from one language to another are not supported.
不支持从一种语言升级到另一种语言。
If the server is an Active Directory domain controller, you cannot convert it to a retail version. See Upgrade Domain Controllers to Windows Server 2012 R2 and Windows Server 2012 for important information.
如果服务器是 Active Directory 网域控制器,你不能将它转换成零售版本。有关重要信息,请参阅将域控制器升级到 Windows Server 2012 r 2和 Windows Server 2012。
Upgrades from pre-release versions (previews) of Windows Server are not supported. Perform a clean installation of Windows Server.
Upgrades that switch from a Server Core installation to a Server with Desktop Experience 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 only change from Standard edition to Datacenter edition when upgrading. Changing from Datacenter edition to Standard edition is not supported.
升级时只能从标准版更改为数据中心版。不支持从数据中心版本更改为标准版本。
Important
重要事项
If your server uses NIC Teaming, disable NIC Teaming prior to upgrade, and then re-enable it after upgrade is complete. See NIC Teaming Overview for details.
如果您的服务器使用 NIC Teaming,请在升级前禁用 NIC Teaming,然后在升级完成后重新启用它。详情请参阅 NIC teamingoverview。
Converting an evaluation version to a retail version 将评估版本转换为零售版本
You can convert the evaluation version of Windows Server to the retail version. If you have installed the evaluation of Standard edition, you can convert it to the retail version of either the Standard edition or Datacenter edition. Similarly, if you have installed the evaluation of the Datacenter edition, you can only convert it to the retail version of the Datacenter edition.
If you haven't already activated Windows, the bottom right-hand corner of the desktop shows the time remaining in the evaluation period.
如果您还没有激活 Windows,则桌面右下角显示评估期剩余的时间。
Important
重要事项
For releases of Windows Server 2016 prior to 14393.0.161119-1705.RS1_REFRESH, you can only convert from evaluation to retail when Windows Server has been installed with the Server with Desktop Experience installation option (not Server Core). Starting with version 14393.0.161119-1705.RS1_REFRESH and later releases, you can convert evaluation editions to retail regardless of the installation option used.
适用于14393.0.161119-1705之前的 Windows Server 2016版本。RS1 _ refresh,您只能在安装了带有桌面体验服务器安装选项(不是服务器核心)的 Windows 服务器后,从计算转换为零售。从14393.0.161119-1705版本开始。1 _ refresh 及以后的版本,您可以将评估版转换为零售版,而不用考虑使用的安装选项。
Note
注意
Before you attempt to convert from evaluation to retail, verify that your server is actually running an evaluation version. To do this, launch an elevated command prompt and run the command slmgr.vbs /dlv; evaluation versions will include EVAL in the output.
Windows Server Standard or Datacenter Windows 服务器标准或数据中心
If the server is running an evaluation version of Windows Server Standard edition or Windows Server Datacenter edition, you can convert it to a retail version as follows:
如果服务器正在运行 Windows 服务器标准版或 Windows 服务器数据中心版的评估版本,您可以将其转换为零售版本,如下所示:
From an elevated command prompt or PowerShell session, run the following command to save the Microsoft Software License Terms for Windows Server, which you can then review:
在升级的命令提示符或 PowerShell 会话中,运行以下命令保存 Windows Server 的 Microsoft 软件许可条款,然后可以查看:
Determine the current edition name by running the command below. The output is an abbreviated form of the edition name, for example Windows Server Datacenter edition is ServerDatacenter:
通过运行下面的命令确定当前版本名称。输出是版本名称的缩写形式,例如 Windows Server Datacenter 版本是 ServerDatacenter:
DISM /online /Get-CurrentEdition
Verify which editions the current installation can be converted to by running the command below. The evaluation version of Windows Server Standard can be converted to the retail version of either the Standard or Datacenter editions of Windows Server, whereas the evaluation version of Windows Server Datacenter can only be converted to the retail version Windows Server Datacenter:
通过运行下面的命令,验证当前安装可以转换为哪些版本。Windows Server 标准的评估版本可以转换为 Windows Server 的标准版或数据中心版的零售版,而 Windows Server 数据中心的评估版本只能转换为零售版的 Windows Server 数据中心:
DISM /online /Get-TargetEditions
Make note of the target edition name you want to convert to, and enter this and your retail product key in the command below. This process requires you to accept the Microsoft Software License Terms for Windows Server you saved previously.
记下要转换的目标版本名称,并在下面的命令中输入该名称和零售产品键。此过程要求您接受以前保存的 windowsserver 的 Microsoft 软件许可条款。
Tip
小贴士
You can convert from the evaluation version of Windows Server Standard to the retail version of Windows Server Datacenter in one step by using the appropriate product key and edition ID.
If the server is an Active Directory domain controller, you cannot convert it to a retail version. In this case, install an additional domain controller on a server that runs a retail version, migrate any FSMO roles held, and remove Active Directory Domain Services (AD DS) from the domain controller that runs on the evaluation version. For more information, see Upgrade Domain Controllers to Windows Server 2012 R2 and Windows Server 2012.
如果服务器是 Active Directory 网域控制器,你不能将它转换成零售版本。在这种情况下,在运行零售版本的服务器上安装额外的网域控制器服务,迁移所有 FSMO 角色,并从运行在评估版本上的网域控制器服务器中删除 Active Directory Domain Services (AD DS)。有关更多信息,请参见将域控制器升级到 Windows Server 2012 r 2和 Windows Server 2012。
Windows Server Essentials
If the server is running Windows Server Essentials, you can convert it to the full retail version by entering a retail, volume license, or OEM key by launching an elevated command prompt and entering it as part of the following command:
如果服务器正在运行 Windows Server Essentials,你可以通过输入一个 retail、 volume license 或 OEM key 将其转换为完整的零售版本,方法是启动一个提升的命令提示符,并输入以下命令:
slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Converting Windows Server Standard edition to Datacenter edition 将 windowsserver 标准版转换为数据中心版
At any time after installing Windows Server, you can convert Windows Server Standard edition to Datacenter edition. You can also run setup.exe from the installation media to upgrade or repair the installation (sometimes called in-place repair). If you run setup.exe to upgrade or repair in-place on any edition of Windows Server, the result will be the same edition you started with.
You can convert the Standard edition of Windows Server to the Datacenter edition as follows:
您可以将 windowsserver 的标准版本转换为数据中心版本,如下所示:
Determine that Windows Server Standard is the current edition name by running the command below. The output is an abbreviated form of the edition name, for example Windows Server Standard edition is ServerStandard:
通过运行下面的命令确定 windowsserver 标准是当前版本名称。输出是版本名称的缩写形式,例如 Windows Server Standard edition is ServerStandard:
DISM /online /Get-CurrentEdition
Verify that Windows Server Datacenter is a valid option to convert to by running the following command:
通过运行以下命令,验证 windowsserver 数据中心是否是可以转换为的有效选项:
DISM /online /Get-TargetEditions
Enter ServerDatacenter and your retail product key in the command below:
Converting between retail, volume-licensed, and OEM licenses 在零售、批量许可和 OEM 许可之间进行转换
At any time after installing Windows Server, you can freely convert between a retail license, a volume-licensed license, or an OEM license. The edition (Standard or Datacenter) remains the same during this conversion. If you are starting with an evaluation version, convert it to the retail version first, then you can convert between the versions.
Since 1996, our company has been focusing on domain name registration, web hosting, server hosting, website construction, e-commerce and other Internet services, and constantly practicing the concept of "providing enterprise-level solutions and providing personalized service support". As a Dell Authorized Solution Provider, we also provide hardware product solutions associated with the company's services.
Contact Us
Address: No. 2, Jingwu Road, Zhengzhou City, Henan Province
Phone: 0086-371-63520088
QQ:76257322
Website: 800188.com
E-mail: This email address is being protected from spambots. You need JavaScript enabled to view it.