You receive a "The specified option does not exist" error message when you use the Netsh.exe tool to configure the DHCP scope options after you install the DHCP service on a Windows Server 2003-based computer (867465)
The information in this article applies to:
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Datacenter Edition
- Microsoft Windows Server 2003, Standard Edition
SYMPTOMSWhen you use the Netsh.exe tool to configure the Dynamic Host Configuration Protocol (DHCP) scope options after you install the DHCP service on a Microsoft Windows Server 2003-based computer, you may receive the following error message: The specified option does not exist.
CAUSEThis behavior may occur if you do not open the DHCP Microsoft Management Console (MMC) and then connect to one or more DHCP servers before you use the Netsh.exe tool to configure the DHCP scope options.WORKAROUNDTo work around this behavior, use the following method that correlates to how you installed the DHCP service. Method 1: Remote install or unattended installCopy the Dhcp.mdb database file from another DHCP server. To do this, you can use the following batch file: net stop dhcpserver
del %systemroot%\system32\dhcp\dhcp.mdb
copy location of source Dhcp.mdb file on a functional DHCP server C:\WINDOWS\system32\dhcp
net start dhcpserver
netsh dhcp server IP address set optionvalue Value dword Value When you copy the Dhcp.mdb database file from another DHCP server, make sure that the following conditions are true: - The DHCP server service is stopped before you copy the Dhcp.mdb database file.
- The source DHCP server is functional.
- Only the DHCP MMC is open, and the DHCP server is connected for the option definitions to be created.
Method 2: Manual installOpen the DHCP MMC and then connect to one or more DHCP servers before you use the Netsh.exe tool to configure scope options. REFERENCES
For additional information about adding scope options by using the Netsh.exe tool in Windows 2000 Server, click the following article number to view the article in the Microsoft Knowledge Base:
301366
You cannot add the scope options by using the Netsh.exe tool after an unattended installation
Modification Type: | Major | Last Reviewed: | 7/12/2004 |
---|
Keywords: | kbwinservnetwork kbnetwork kbDHCP kbtshoot kberrmsg kbprb KB867465 kbAudITPRO |
---|
|