windows server 2008 R2 x64 服务器系统升级-解决服务器物理内存不能完全使用问题
http://www.tuicool.com/articles/i6fEnewindows server 2008 R2 x64 服务器系统升级-解决服务器物理内存不能完全使用问题。 - 尾戒0717
时间 2014-08-23 23:30:00 博客园-所有随笔区
原文
http://www.cnblogs.com/weijie0717/p/3932029.html windows server 2008 R2 物理内存限额
版本
限额
windows server 2008 R2 Datacenter
2TB
windows server 2008 R2 Enterprise
2TB
windows server 2008 R2 for Itanium-Based Systems
windows server 2008 R2 Foundation
8GB
windows server 2008 R2 Standard
32GB
windows HPC server 2008 R2
128GB
windows Wdb server 2008 R2
32GB
128GB物理内存实际只有32GB可以使用,解决方案如下:
一、从系统不同版本的物理内存支持限额可以看出,通过升级系统版本可以解决问题。
windows Server 2008 R2 标准版升级到企业版,一个命令就可以搞定,并不需要重装系统。但是升级需要遵循一定的原则:升级时不可逆的,只能从低升到高。
支持升级的路径:
windows server 2008 R2 standard-> windows server 2008 r2 Enterprise-> windows server 2008 r2 Datacenter ;
windows server 2008 r2 standard server core -> windows server 2008 r2 Enterprise server core->windows server 2008 r2 datacenter server core ;
windows server 2008 r2 foundation-> windows server 2008 r2 standard ;
二、升级使用的命令是 DIMS.exe,必须在线才可升级。详细命令参考:
http://techent.microsoft.com/en-us/library/dd744380(WS.10).aspx
升级命令如下: (在 cmd- 命令提示符下输入)
1.查看当前系统版本:
#DIMS /online /Get-CurrentEdition
2.查看当前系统可以升级到的版本<edition ID>
# DISM /online /Get-TargetEditions
3.升级系统版本
#DISM /online /Set-Edition:<edition ID> /PoductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
其中<edition ID> 为在第二步中查到的可升级到的版本,例:ServerEnterprise,最后边为要升级到的系统版本的序列号。
推荐:windows 2008 R2 企业版 key:489j6-vhdmp-x63pk-3k798-cpx3y
最后按“Y”重启系统生效配置,升级后对原系统的远程管理、本地用户及密码都不会产生影响。可以用远程直接操作。
页:
[1]