2009年11月3日 星期二

Windows 2K3 DHCP -> 2K8 DHCP

原來一個 netsh dhcp server export/import 就搞定了

參考來源:

"Migrating DHCP from Windows Server 2003 to Windows Server 2008 Migrating DHCP from Windows Server 2003 to Windows Server 2008 is easier than migrating from earlier versions of Windows. This procedure assumes that the existing DHCP server is running on Windows Server 2003 and that you’ve already installed the DHCP server role on your Windows Server 2008 server. (Note: IPv6 DHCP capability is not discussed in this column.) Follow these steps: Start a command prompt on the Windows Server 2003 DHCP server.

  1. At the prompt, type netsh dhcp server export C:\w2k3-dhcp.txt all.
  2. Copy w2k3-dhcp.txt to the root of the C: volume on your new server.
  3. On the new Windows Server 2008 DHCP server, start a command prompt. At the prompt, type netsh dhcp server import c:\dhcpdatabase.txt all.
  4. Start the DHCP administrative console and verify that your scopes and configurations made their way to your new server."
- Migrating DHCP from Windows 2000 Server/Windows Server 2003 to Windows Server 2008 | Servers and Storage | TechRepublic.com (在「Google 網頁註解」中檢視)

沒有留言: