Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Force DNS Update

Reply
Thread Tools Display Modes

Force DNS Update

 
 
Rodney
Guest
Posts: n/a

 
      06-11-2004
I can't remember the command that I can type to force a DNS update on a
client computer, anyone know? It was something /force I believe.

Thanks


 
Reply With Quote
 
 
 
 
Ulf B. Simon-Weidner [MVP]
Guest
Posts: n/a

 
      06-11-2004
"Rodney" <nospam@nospam> wrote in message
news::
> I can't remember the command that I can type to force a DNS update on a
> client computer, anyone know? It was something /force I believe.
>

Hello Rodney,

you can do
IPConfig /registerdns
Then
Net Stopp netlogon && net start netlogon
Net stop "DHCP Client" && net start "DHCP Client"

Ipconfig /registerdns tells the machine to update it's records, the
netlogon process is responsible for updating the records in the forward
lookup zone, the DHCP-Client is responsible for updating the records in
the reverse lookup zone.

--
Gruesse - Sincerely,

Ulf B. Simon-Weidner
 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a

 
      06-13-2004
"Ulf B. Simon-Weidner [MVP]" <nospam2-> wrote in
message news:#...
> "Rodney" <nospam@nospam> wrote in message
> news::
> > I can't remember the command that I can type to force a DNS update on a
> > client computer, anyone know? It was something /force I believe.
> >

> Hello Rodney,
>
> you can do
> IPConfig /registerdns
> Then
> Net Stopp netlogon && net start netlogon
> Net stop "DHCP Client" && net start "DHCP Client"
>
> Ipconfig /registerdns tells the machine to update it's records, the
> netlogon process is responsible for updating the records in the forward
> lookup zone, the DHCP-Client is responsible for updating the records in
> the reverse lookup zone.


The "netlogon" part is only important on Domain Controller's,
where it is essential (ipconfig isn't enough for DCs.)

The "DHCP client" part is roughly equivalent to the the /registerDNS
and so it is redundant to use both.

Separate issue:
It might also be necessary to flush that client's cache, which is different:
ipconfig /flushDNS


 
Reply With Quote
 
Junior Member
Join Date: Apr 2011
Posts: 13

 
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Possible Fix: Microsoft Force Feedback 2 Joystick and the self center force disabling funks Windows Vista Hardware 0 10-20-2008 07:04 AM
Force GPO update from DC? Dan Active Directory 3 09-03-2008 01:37 AM
Force GAL update JCLSB Windows Small Business Server 6 07-02-2008 11:59 PM
Update install fails - how do I force re-download the update Zoot Windows Update 4 01-05-2005 10:42 PM
How to force CRL update ? Martin K. Active Directory 1 04-21-2004 07:11 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59