windows server 2003 to 2008 R2 Cross forest Migration

תשובה windows server 2003 to 2008 R2 Cross forest Migration

  • Monday, January 21, 2013 3:07 PM
     
     

    hi all,

    im doing a cross forest migration im trying to create the trust i have a problem the source forest domain name is just domain with out any .local or anything else when i try to ping the domain name from the dc it self it can't ping the domain name but it can ping the dc also when i try to create the trust it can't reach the domain.


    Tarek Khairy

All Replies

  • Tuesday, January 22, 2013 6:38 AM
     
     Answered

    It seems DNS issue. Before creating the trust you need to setup the DNS.How do you setup your DNS?

    You can use NSLOOKUP for DNS troubleshooting. See the below example.
    cmd---nslookup
    set q=srv
    _ldap._tcp.dc._msdcs.trusteddomain.com
    _ldap._tcp.gc._msdcs.trusteddomain.com
    _ldap._tcp.pdc._msdcs.trusteddomain.com
    _ldap._tcp.dc._msdcs.trustingdomain.com
    _ldap._tcp.gc._msdcs.trustingdomain.com
    _ldap._tcp.pdc._msdcs.trustingdomain.com

    If above test is passed we can say DNS seems OK.


    HTH
    Biswajit Biswas
    My Blogs |MCC |TNWiki Ninja

    Best regards Biswajit Biswas Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, MCTS, Enterprise Admin


  • Tuesday, January 22, 2013 6:43 AM
     
     
    thanks for the reply, i  guess the problem because of DNS yes as the domain name is ( abc. ) not .local or .com or anything like that it look like a root domain any idea how to fix that.

    Tarek Khairy

  • Tuesday, January 22, 2013 6:51 AM
     
     Answered

    How to fix it?


    1. The preferred "fix" (in a one line summary), is to install a fresh new domain properly named and use ADMT to migrate user, group and computer accounts into the new domain from the current domain.

    2. An alternative is to perform a domain rename, (difficulty depends on the operating system and which version of Exchange is installed).

    3. As a temporary resort, you can use the patch/bandaid registry entry to force resolution and registration that is mentioned in the following link. This must be applied to every machine. Unfortunately it must be done on every machine in the domain, including the DCs, member servers, workstations and laptops.

    Information About Configuring Windows 2000 for Domains with Single-Label DNS Names:
    http://support.microsoft.com/?id=300684

    Active Directory DNS Domain Name Single label names


    HTH
    Biswajit Biswas
    My Blogs |MCC |TNWiki Ninja

    Best regards Biswajit Biswas Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, MCTS, Enterprise Admin