歡迎你
各類文章如有侵犯智慧財產權請來信告知--------607@dlps.tp.edu.tw
2008 R2 DHCP移轉至2012 R2 DHCP
作者:tseng 日期:2015-06-30
一、DHCP 伺服器移轉:準備移轉
在目的地上安裝 Windows Server 移轉工具。
目的地安裝DHCP角色及授權完畢。
停用目的地DHCP
停用來源DHCP
Add-WindowsFeature DHCP
Get-Service DHCPServer
Stop-Service DHCPserver
二、利用目的地Windows Server 移轉工具在Windows Server 2012 R2建立部署資料夾
執行SmigDeploy.exe
SmigDeploy.exe的所在目錄是「C:\Windows\System32\ServerMigrationTools」。
SmigDeploy.exe /package /architecture amd64 /os WS08 /path c:\Migration
/architecture-------x86, amd64
/os-------------------來源DHCPOS -----WS03, WS08, WS08R2, WS12
/path----------------部署資料 夾的位置。
三、DHCP 伺服器移轉:移轉 DHCP 伺服器角色
將部署工具複製到來源DHCP之後,執行該資料夾中的SmigDeploy.exe
Export-SmigServerSetting -featureID DHCP -User All -Group -IPConfig -path <檔案位置>
-Verbose
目的 DHCP 伺服器
Import-SmigServerSetting -featureid DHCP -path <檔案位置> -Force -Verbose
在目的地上安裝 Windows Server 移轉工具。
目的地安裝DHCP角色及授權完畢。
停用目的地DHCP
停用來源DHCP
Add-WindowsFeature DHCP
Get-Service DHCPServer
Stop-Service DHCPserver
二、利用目的地Windows Server 移轉工具在Windows Server 2012 R2建立部署資料夾
執行SmigDeploy.exe
SmigDeploy.exe的所在目錄是「C:\Windows\System32\ServerMigrationTools」。
SmigDeploy.exe /package /architecture amd64 /os WS08 /path c:\Migration
/architecture-------x86, amd64
/os-------------------來源DHCPOS -----WS03, WS08, WS08R2, WS12
/path----------------部署資料 夾的位置。
三、DHCP 伺服器移轉:移轉 DHCP 伺服器角色
將部署工具複製到來源DHCP之後,執行該資料夾中的SmigDeploy.exe
Export-SmigServerSetting -featureID DHCP -User All -Group -IPConfig -path <檔案位置>
-Verbose
目的 DHCP 伺服器
Import-SmigServerSetting -featureid DHCP -path <檔案位置> -Force -Verbose