PDC cannot register to dns

  • Thread starter Thread starter C C
  • Start date Start date
C

C C

Help.

When I do a IPCONFIG /REGISTERDNS from my PDC,
I get the following:

Error: The system cannot find the file specified.
: Refreshing DNS names

What "specified" file is this? How can I get the
name?

Thanks.
 
In
C C said:
Help.

When I do a IPCONFIG /REGISTERDNS from my PDC,
I get the following:

Error: The system cannot find the file specified.

What "specified" file is this? How can I get the
name?

Thanks.

Check to make sure that the DHCP Client Service is started. That is a
required service for resolution and registration, despite the name of
it,whether static or automatically assigned.

Also make sure all AD machines ONLY use the internal DNS server in their IP
properties and configure a forwarder for more efficient internet resolution.

If that doesn't help, please post an unedited ipconfig /all of the DC in
question to better assist.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Having difficulty reading or finding responses to your post?
Instead of the website you're using, I suggest to use OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. This is a direct link to the Microsoft Public
Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you
to easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject.

Not sure how? It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Windows Server Directory Services
Microsoft Certified Trainer
Assimilation Imminent. Resistance is Futile.
Infinite Diversities in Infinite Combinations.

The only thing in life is change. Anything less is a blackhole consuming
unnecessary energy.
===========================
 
I agree with Ace, this is a pretty common error when the DHCP Client service is
stopped.

You end up registering the domain specific SRV records but not the host machine
host record which makes the SRV records pretty worthless unless you staticly
register the host records (which is perfectly acceptable, I have done this in
larger companies).

joe


--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm
 
In
Joe Richards said:
I agree with Ace, this is a pretty common error when the DHCP Client
service is stopped.

You end up registering the domain specific SRV records but not the
host machine host record which makes the SRV records pretty worthless
unless you staticly register the host records (which is perfectly
acceptable, I have done this in larger companies).

joe

Classic issue with an easy fix! :-)

Ace
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top