DHCP not getting authorized in Windows 2008
Symptom
After creating a new DHCP server in Windows 2008 server ,failed to authorize the DHCP server. The server was throwing the below error while trying to authorize.
‘The specified servers are already present in the directory service’
Resolution
· Open AD sites and services
· Select ‘Show services Node’ from the view menu
· Select Services àNetServices
· In the right pane you could see the name of the newly provisioned DHCP server
· Right click and delete the server
· Open ADSIEDIT tool (This is available via mmc)
· Right click ‘ADSI Edit’ and select ‘Connect to’ option
· Under ‘Connection Point’, select the option ‘Select a well known Naming Context’ and Choose ‘Configuration’ from the drop down
· Under ‘Computer’ select the option ‘Default’ and click Ok
· On the left pane you will now receive the configuration partition details
· Select ‘CN=Services’ à ‘CN=NetServices’ and you will see ‘CN=DhcpRoot’ on the right pane. Click properties
· In the newly popped up ‘Attributor Editor’ tab choose the attribute ‘dhcpServers’ and modify the value with the new DHCP server address
· Force replication using the command ‘repadmin /syncall’ and restart the DHCP server
· After restart try to authorize the DHCP server again.
This helped me resolve this issue after upgrading a backup DC from 2008 R2 to 2012R2 with the DHCP role. I was receiving the "already authorized" error. I deleted the DC from Net Services and finished the authorization process again. No reboots were needed between deleting and authorizing. Simply reboot after authorizing and DHCP was restored.
ReplyDelete