windows server 2008 R2 x64 服務器系統升級-解決服務器物理內存不能完全使用問題

http://www.tuicool.com/articles/i6fEne


windows server 2008 R2 x64 服務器系統升級-解決服務器物理內存不能完全使用問題。 - 尾戒0717

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”重啓系統生效配置,升級後對原系統的遠程管理、本地用戶及密碼都不會產生影響。可以用遠程直接操作。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章