To troubleshoot this problem, follow these steps.
Verify that the correct domain controller or global catalog server is specified
- Click Start, point to Administrative Tools, and then click Windows Deployment Services.
- Expand Servers, right-click the server that is running Windows Deployment Services, and then click Properties.
- On the Advanced tab, verify that the correct domain controller is specified in the Domain Controller box.
- Verify that the correct global catalog server is specified in the Global Catalog box, and then click OK.
Use the Network Diagnostics tool to troubleshoot DNS service issues
The Network Diagnostics tool (Netdiag.exe) is included in Windows Support Tools on the Windows Server 2003 installation disc. For more information about how to install Windows Support Tools, visit the following Microsoft Web site:
To determine whether a DNS service issue has caused the domain controller or the global catalog server to become inaccessible to Windows Deployment Services, follow these steps:
- At a command prompt on the Windows Deployment Services server, type the following command, and then press ENTER:
netdiag /v
- Examine the output to determine whether an error has occurred in the DNS service.
- At a command prompt on the domain controller or on the global catalog server, type the following command, and then press ENTER:
netdiag /v
- Examine the output to determine whether an error has occurred in the DNS service.
Use the Network Diagnostics tool to troubleshoot Kerberos authentication issues
- At a command prompt on the Windows Deployment Services server, type the following command, and then press ENTER:
netdiag /v
- Examine the output to determine whether an error has occurred in Kerberos authentication.
- Examine the System log to determine whether an error has occurred in Kerberos authentication.
Use the Network Diagnostics tool and the Domain Controller Diagnostic tool to troubleshoot LDAP SPN registration issues
- At a command prompt on the Windows Deployment Services server, type the following command, and then press ENTER:
netdiag /v
- Examine the output to determine whether an error has occurred in the LDAP SPN registration.
- On the domain controller, type the following command, and then press ENTER:
dcdiag
- Examine the output to determine whether an error has occurred in the LDAP SPN registration.
Change the DNS suffix order if the Windows Deployment Services server is a member of a domain that has a disjointed namespace
- On the Windows Deployment Services server, click Start, point to All Programs, point to Control Panel, point to Network Connections, right-click Local Area Connection, and then click Properties.
- Click Internet Protocol (TCP/IP), and then click Properties.
- On the General tab, click Advanced.
- On the DNS tab, click the DNS name of the Active Directory domain in the Append these DNS suffixes (in order) list, and then click the up arrow to move the DNS name of the Active Directory domain to the top of the list.
Add the name and IP address of the domain controller to the Hosts file on the Windows Deployment Services server
- At a command prompt, type the following commands. Press ENTER after each command.
cd %windir%\system32\drivers\etc\hosts
notepad hosts
- Add the IP address and the name of the domain controller to the bottom of the text in the Hosts file.
- On the File menu, click Save.
- On the File menu, click Exit.
Enable tracing on the Windows Deployment Services server and on management components
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To enable tracing on the Windows Deployment Services server and on management components, you must modify the registry. After you enable tracing, verify that the WDSServer service is binding to the correct domain controller or global catalog server.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\Software\Microsoft\Tracing\WDSServer
- Right-click EnableFileTracing, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\Software\Microsoft\Tracing\WDSMGMT
- Right-click EnableFileTracing, and then click Modify.
- In the Value data box, type 1, and then click OK.
- View the trace log for the WDSServer component in the following location:
%windir%\tracing\wdsserver.log
- View the trace log for the Wdsmgmt.log component in the following location:
%windir%\tracing\wdsmgmt.log