How to Verify the Creation of SRV Records for a Domain Controller
This article was previously published under Q241515 On This PageSUMMARY
This article describes how to verify SRV locator resource records for a domain controller after you install Active Directory.
MORE INFORMATION
To verify SRV locator resource records for a domain controller, use the appropriate method.
Using DNS ManagerAfter you install Active Directory on a server running the Microsoft DNS service, you can use the DNS Manager Microsoft Management Console (MMC) snap-in to verify that the appropriate zones and resource records are created for each DNS zone. Active Directory creates its SRV records in the following folders:
_msdcs/dc/_sites/default-first-site-name/_tcp
In these locations, an SRV record is displayed for the following services:
_msdcs/dc/_tcp
_kerberos _ldap Using the Netlogon ServiceIf you use non-Microsoft DNS servers to support Active Directory, you can verify SRV locator resource records by viewing the Netlogon.dns file located in the %SystemRoot%\System32\Config folder. You can view this Netlogon service document using a text editor. The first record that is displayed is the domain controller's Lightweight Directory Access Protocol (LDAP) SRV record in the following format
_ldap._tcp.domainname
where domainname is the name of your domain.
Using Nslookup
hostname.domainname internet address = ipaddress
where hostname is the host name of a domain controller, domainname is the domain to which the domain controller belongs, and ipaddress is the domain controller's Internet Protocol (IP) address.
APPLIES TO
| Article Translations
|

Back to the top
