- Remove From My Forums
-
Общие обсуждения
-
Здрасьте. Есть два DC (основной и резервный) оба на Windows 2003 Server R2 EE SP1. Если выключить серваки, а потом включать их, то возникает проблемка. Служба DHCPServer зависит от службы каталогов. При запуске сервака DHCPServer стартует раньше службы каталогов, не находит AD и благополучно умирает, записав в EventLog сообщения об ошибках 1059, 1046, 1059. Именно в этой последовательности.
Ошибка 1059: «The DHCP service failed to see a directory server for authorization.» Источник: DhcpServer
Ошибка 1046: » The DHCP/BINL service on the local machine, belonging to the Windows Administrative domain office.mediapark, has determined that it is not authorized to start. It has stopped servicing clients. The following are some possible reasons for this:
This machine is part of a directory service enterprise and is not authorized in the same domain. (See help on the DHCP Service Management Tool for additional information).
This machine cannot reach its directory service enterprise and it has encountered another DHCP service on the network belonging to a directory service enterprise on which the local machine is not authorized.
Some unexpected network error occurred. Источник: DhcpServer
Оживает DHCР только после ручного перезапуска службы DHCPServer.
Подскажите, как заставить службы, зависимые от AD стартовать после запуска AD. Такая ситуация наблюдается еще и со службами W32Time и LSASRV, но, как я понял, на стабильность работы это не влияет и Microsoft предлагает не обращать на это внимания (http://support.microsoft.com/kb/823712/).
Заранее спасибо.
-
Изменен тип
12 декабря 2010 г. 17:01
-
Изменен тип
I have a small environment running Windows 2008 R2 where the DHCP service on the domain controller fails every two weeks.
The most-visible error is Event ID 1059
and the Event Viewer message is:
"The DHCP service failed to see a directory server for authorization."
The setup features two domain controller and the usual services and roles (file, print, Exchange). Restarting the service fails for a variety of reasons. I’ve had the following messages at different times:
- «Not enough storage is available to complete this operation».
- «Unable to determine the DHCP Server version for the Server 192.168.x.x»
- «The DHCP service has detected that it is running on a DC and has no credentials configured for use with Dynamic DNS registrations initiated by the DHCP service.»
A reboot of the domain controller resolves the issue for ~2 weeks. The systems are virtualized and there are no network connectivity issues.
Any ideas as to what’s happening here?
Edit — The solution seems to be to fix a misbehaving domain controller.
asked May 21, 2012 at 13:43
ewwhiteewwhite
197k92 gold badges443 silver badges811 bronze badges
13
Since I’ve had the privilege of actually working in this specific environment, I can say with certainty that the DC that is hosting DHCP fails replication and goes unresponsive to requests for various Directory Services functions (like authorizing DHCP servers) every few weeks. This DHCP issue is a symptom of the larger replication problem.
Since the server that DHCP is on is a DC, it only ever looks to itself for authorization. When Directory Services stops functioning on it, so does DHCP.
answered Jul 15, 2013 at 15:37
MDMarraMDMarra
101k32 gold badges197 silver badges329 bronze badges
1
This part really jumps out at me:
- «Not enough storage is available to complete this operation».
I’m assuming that you actually do have disk space available on the server. This points to the possibility of data or disk corruption. Have you run a chkdsk? Do the credentials the DHCP service runs under have permissions to the log directory and to the directory where the DHCP db is stored?
Ruling out those possibilities, next step is to check that there are no invalid entries in DNS for your domain, especially if there was a DC that was removed from the domain at some point. First do a nslookup on the FQDN of your domain, check to make sure there are no invalid IP addresses returned (I’ve seen sometimes a 2nd unused NIC on a DC with 169.254.x.x address register itself in DNS as a valid NS/DC). Next on the DNS server check SRV entries for LDAP and KRB, make sure they are all valid.
answered Sep 17, 2012 at 14:23
2
The issues seems that you are not an enterprise administrator of your the tree in your forest. Do you have any other DHCP’s in your domain? Because if you do, try to de-authorize it and see if you can, if you can’t then you don’t have access which proves the point of not being an enterprise administrator. Please also take a look at this article:
http://technet.microsoft.com/en-us/library/cc775255(v=ws.10).aspx
answered May 29, 2012 at 20:53
3
Maybe there is a rogue dhcp server (Check with nmap)? Also, check http://support.microsoft.com/kb/938456 describing conflicting records in AD.
answered Jun 1, 2012 at 19:04
JGurtzJGurtz
5235 silver badges13 bronze badges
1
answered Jun 2, 2012 at 21:20
user1008764user1008764
1,1762 gold badges8 silver badges12 bronze badges
answered Jun 5, 2012 at 15:55
TheCleanerTheCleaner
32.7k26 gold badges132 silver badges191 bronze badges
answered Jun 18, 2012 at 0:32
Couple of questions for you…
Can you try running a DCDiag on both DCs and posting any errors? Are there any other errors in the event logs? If there’s no errors now try running it again on both dcs when the service has failed before rebooting the server.
Have you tried simply reinstalling DHCP on the trouble server?
answered Aug 15, 2012 at 20:20
JasonJason
312 bronze badges
2
So, two virtual Domain Controllers… are both DHCP servers? It sounds like only one is. In which case I’d be tempted to run for a few weeks with the DHCP server only using the other domain controller as DNS. And then for a few weeks with the other domain controller shut down.
You can always revert the change if it impacts on users but it might help narrow down which box (if it is only one) is causing the issue.
I’d also be tempted to add a third DC and then decommission the second one to rule out it being some weird installation corruption of the type Windows loves to flump into.
Have you tried restarting services on the DC rather than rebooting it?
Do the DCs host other services (file, exchange, etc)? Since you’ve got a virtualised environment do you have headroom to move those services onto their own servers for a few weeks to rule out confusion from those roles clashing?
Additionally, and since it hasn’t been commented on, with respect to the «Not enough storage is available to complete this operation» error. If the server’s disks are full then all of its DC functions are going to start to fail. Are the disks full?
answered Aug 21, 2012 at 11:48
Paul D’AmbraPaul D’Ambra
1,0821 gold badge13 silver badges22 bronze badges
To resolve the issue, kindly remove the Server Bindings (Remember we have to have a Static IP address for the DHCP Server to do this).
Steps:
- Click Start, point to Programs, point to Administrative Tools, and then click DHCP.
- Right click the name of the original DHCP server name.
- Click on Add/Remove Bindings.
- In Server Binding Properties, Uncheck the box for the Local Area Connection and click on OK.
- Restart the DHCP Service if required.
MDMarra
101k32 gold badges197 silver badges329 bronze badges
answered Feb 23, 2013 at 0:01
1
You must log in to answer this question.
Not the answer you’re looking for? Browse other questions tagged
.
Not the answer you’re looking for? Browse other questions tagged
.
Running Window Server 2008 R2. When I try to start the service I get this error here.
I don’t have a AD Environment this just a Workgroup environment.
I have tried following the Link here. It does nothing. Tried updating network cards drive. Netsh commands they suggest nothing works.
http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/87f288b5-7d75-47a6-87ff-badf1f0b4cb7
I have also tried the suggested registry trick of Disable Rouge Check no avail I cannot get the service to start.
I have used this utility and only show Netopia router which is one I currently have setup.
Log Name: System
Source: Microsoft-Windows-DHCP-Ser
Date: 3/1/2012 7:47:03 PM
Event ID: 1008
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: filesvr
Description:
The DHCP service is shutting down due to the following error:
The DHCP/BINL service is not authorized in the directory service domain «2A040000» (Server IP Address The DHCP/BINL service is not authorized in the directory service domain «2A040000» (Server IP Address The DHCP/BINL service is not authorized in the directory service domain «2A040000» (Server IP Address The DHCP/BINL service is not authorized in the directory service domain «%2» (Server IP Address %1)
)
)
)
Event Xml:
<Event xmlns=»http://schemas.microsoft.com/win/2004/08/events/event»>
<System>
<Provider Name=»Microsoft-Windows-DH
<EventID Qualifiers=»0″>1008</Event
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000
<TimeCreated SystemTime=»2012-03-02T00:
<EventRecordID>36094</Even
<Correlation />
<Execution ProcessID=»0″ ThreadID=»0″ />
<Channel>System</Channel>
<Computer>filesvr</Compute
<Security />
</System>
<EventData>
<Data>The DHCP/BINL service is not authorized in the directory service domain «%2» (Server IP Address %1)
</Data>
<Binary>2A040000</Binary>
</EventData>
</Event>
- Remove From My Forums
-
Question
-
Hi,
Windows Server 2012R2 is installed as a Guest OS on VMware Workstation. Network Setting of Windows Server 2012R2 is LAN Segment.
Internet service is not required on Windows Server 2012R2. And I am facing DHCP Authorization issue. Configurations are as following:Please guide me to fix this issue.
Regards
InTech-
Edited by
Wednesday, August 24, 2016 9:17 PM
details were missing.
-
Edited by
Answers
-
Hi,
As I mentioned in my last reply,if you have your own DNS server,set this server in client’s TCP/IP properties manually,or DHCP scope option 006 for obtain DNS sever address automatically.And set 8.8.8.8 as forwarder in DNS server properties if you need external
resolving.________________________________________
Best Regards,
Cartman
Please remember to mark the replies as answers if they help and
unmark them if they provide no help. If you have feedback for TechNet Support, contact
tnmff@microsoft.com.-
Proposed as answer by
Cartman ShenMicrosoft contingent staff
Tuesday, September 6, 2016 5:19 AM -
Marked as answer by
Cartman ShenMicrosoft contingent staff
Thursday, September 8, 2016 5:16 AM
-
Proposed as answer by
There are a lot of DHCP errors
out there. Way too many, right?
You as a sysadmin know that for sure – DHCP server error, DHCP Error 0x79, DHCP failover error 20010.
Your DHCP setup sometimes drives you crazy.
Here’s a list of the most common errors around DHCP and the proven solution to them:
- DHCP server error
- DHCP error 0x79
- DHCP failover error 20010
And you’ll find the solution to get rid of ALL DHCP errors – forever: Test PRTG and get started within minutes!
1. DHCP error:
«DHCP server error»
Quick fix
A DHCP error can be triggered by two things. The first reason can lie within the configuration on your computer or device that allows a DHCP server to assign it an IP. The second reason is the configuration of the DHCP server itself.
A DHCP error means the server on your network that provides an Internet Protocol (IP) adress for devices is not able to assign your device an IP adress.
Best solution:
https://www.lifewire.com/dhcp-error-what-it-is-and-how-to-fix-it-4687111
Proper fix
With PRTG you can automatically assign your IP addresses to your devices. Also, PRTG allows you to check if DHCP allocates adresses and the response time of your DHCP servers.
Thanks to PRTG you will be notified if adress pools are running low.
Learn more about DHCP monitoring
2. DHCP error:
«DHCP error 0x79»
Proper fix
With PRTG you can automatically assign your IP addresses to your devices. Also, PRTG allows you to check if DHCP allocates adresses and the response time of your DHCP servers.
Thanks to PRTG you will be notified if adress pools are running low.
Information about DHCP monitoring
3. DHCP error:
«DHCP failover error 20010»
Quick fix
The option that is specified does not exist. This error will hapen with any scope that has one or more custom DHCP attributes.
Hint:
Make sure that all of your custom settings from the primary DHCP server are also mirrored on the other server. It is possible that those customizations are vast and numerous. The rule is that the more customizations you will try to replicate, the more prone to human erros you will be.
It is better to backup the DHCP settings when nobody needs DHCP. Backup the DHCP settings by clicking on the server name under the DHCP console and select backup.
Then, copy the folder that you have backed up to the secondary server. Restore from that backup. Delete all scopes on the secondary server.
Best solution:
https://social.technet.microsoft.com/Forums/de-DE/a60ed600-58d6-4f06-a8c5-d01104b1eaa7/server-2012-r2-dhcp-failover-error-20010?forum=winserver8gen
Proper fix
With PRTG you can automatically assign your IP addresses to your devices. Also, PRTG allows you to check if DHCP allocates adresses and the response time of your DHCP servers.
Thanks to PRTG you will be notified if adress pools are running low.
Information about DHCP monitoring
Choose your solution: Bugfix or replacement
With PRTG you’ll never have to deal with
DHCP errors again. Ever.
Trusted by 500,000 users and recognized
by industry analysts as a leader
“Fantastic network and infrastructure monitoring solution that is easy to deploy and easier still to use. Simply the best available.”
Read more reviews
“Software is absolutely perfect, Support is superior. Meets all needs and requirements, this is a must have solution if you are needing any form of monitoring.”
Read more reviews
“The tool excels at its primary focus of being a unified infrastructure management and network monitoring service.”
Read more reviews