ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Restoring a domain controller

    Scheduled Pinned Locked Moved IT Discussion
    53 Posts 5 Posters 15.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Reid CooperR
      Reid Cooper
      last edited by

      Correct, restoring a secondary DC is not recommended. Once a main DC is up and working, subsequent DCs should be built fresh rather than restored to avoid database issues.

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        are you sure of the locations of all of the roles including the Global Catalog?

        1 Reply Last reply Reply Quote 0
        • C
          Carnival Boy
          last edited by

          I'm not sure of anything! Will check and report back.....

          1 Reply Last reply Reply Quote 0
          • C
            Carnival Boy
            last edited by

            netdom /query FSMO shows that all roles are on the PDC.

            AD Sites & Services shows that both DCs are Global Catalogs.

            Anything else I should check?

            1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender
              last edited by

              When the restored DC is failing, what does Active Directory Best Practices Analyzer tell you is going on?

              1 Reply Last reply Reply Quote 0
              • C
                Carnival Boy
                last edited by

                On both the live and restored DC, BPA is only giving one error - "The PDC emulator operations master in this forest is not configured to correctly synchronize time from a valid time source"

                Could time be an issue?

                Other than that, there are two other warnings on both the live and restored DC - "All OUs in this domain should be protected from accidental deletion" and "The DC should comply with the recommended best practices guidelines because it is running on a VM"

                I also get a few warnings on the restored DC relating to the fact that AD hasn't been backed within the last 8 days, which I assume is because I'm restoring an old backup, and can be safely ignored.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • C
                  Carnival Boy
                  last edited by Carnival Boy

                  Whoops. I ran BPA too soon and didn't give AD time to properly fail. Ran it again and get a load of errors beginning with "BPA is not able to collect data about...". The first one being "BPA is not able to collect data about.the name of the forest from the domain controller DC-01." and so on and so on.

                  I guess it can't analyze AD if AD isn't working.

                  1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender
                    last edited by

                    This is just odd.

                    I'm currently out of ideas. I'd say open a case with Veeam and/or Microsoft (yeah it will cost ya).

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Carnival Boy
                      last edited by

                      @Carnival-Boy said:

                      I can shut the server down, back it up, and then restore it, and it works just fine. It's just backing it up whilst online that causes the problem.

                      That's just how databases work. They can't be backed up live reliably. They need to be taken offline to get a reliable backup typically.

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Dashrender
                        last edited by

                        @Dashrender said:

                        Have you opened a case with Veeam? Since a cold image works it definitely sounds like an issue with the way Veeam is backing things up.

                        Veeam doesn't handle the snapshot, that is the hypervisor. Veeam backs up what it is given.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          Not sure that I saw what the hypervisor is here. Is it Vmware or HyperV?

                          If VMware, are the VMTools definitely installed?

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @Carnival Boy
                            last edited by

                            @Carnival-Boy said:

                            On both the live and restored DC, BPA is only giving one error - "The PDC emulator operations master in this forest is not configured to correctly synchronize time from a valid time source"

                            Could time be an issue?

                            Yes, if the time is off, DCs cannot sync.

                            1 Reply Last reply Reply Quote 1
                            • scottalanmillerS
                              scottalanmiller @Carnival Boy
                              last edited by

                              @Carnival-Boy said:

                              When I run nslookup from a command prompt, it works ok (displays the default server and address).

                              However, when I run nslookup from within DNS manager (right click on the server and select "Launch nslookup" it says:
                              Default Server: UnKnown
                              Address: fe80::704f::3fe7:6795:d3c7

                              That address is an IPV6 address, right?

                              Yes that is IPv6

                              Sounds like DNS is misconfigured and can't do a lookup on its own.

                              1 Reply Last reply Reply Quote 0
                              • DashrenderD
                                Dashrender @Carnival Boy
                                last edited by

                                @Carnival-Boy said:

                                When I run nslookup from a command prompt, it works ok (displays the default server and address).

                                However, when I run nslookup from within DNS manager (right click on the server and select "Launch nslookup" it says:
                                Default Server: UnKnown
                                Address: fe80::704f::3fe7:6795:d3c7

                                That address is an IPV6 address, right?

                                Also, in DNS manager, there are NS entries for our old DC, which is no longer part of the domain, and also an NS entry for our file server which used run DNS but doesn't any more. Should I delete this entries. Do they make a difference?

                                I completely missed this post. As Scott pointed out, it does look like DNS is what's not working - this probably explains why when you restore the other DC things work as you desire because DC-1 is relying on DC-2 to make DNS work correctly (though that wouldn't explain why an offline backup that's restored works - so that's still odd).

                                What happens if you skip the non authoritative restore after restoring the backup?

                                1 Reply Last reply Reply Quote 0
                                • C
                                  Carnival Boy
                                  last edited by

                                  On either server, if I type** nslookup DC-01 DC-01** I get
                                  DNS request time out
                                  Server: UnKnown
                                  Address: fe80::704f:3fe7:6795:d3c7
                                  Name: DC-01
                                  Address: 10.1.2.13

                                  whereas if I type nslookup DC-01 10.1.2.13 I get
                                  Server: DC-01
                                  Address: 10.1.2.3
                                  Name: DC-01
                                  Address: 10.1.2.13

                                  So it seems it can resolve when specifying the IPv4 address of the DNS server, but otherwise it thinks the DNS Server is at an IPv6 that it can't find?

                                  That address is the IPv6 address of DC-01 and it resolves if I type** ping DC-01**.

                                  In otherwords, is this an IPv6 issue?

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    I don't think that it is possible for it to be an IPv6 issue.

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller
                                      last edited by

                                      What are the DNS settings on each host?

                                      1 Reply Last reply Reply Quote 0
                                      • DashrenderD
                                        Dashrender
                                        last edited by

                                        I wonder if the DNS server itself on that DC is broken?

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @Dashrender
                                          last edited by

                                          @Dashrender said:

                                          I wonder if the DNS server itself on that DC is broken?

                                          That's kinda what I am thinking.

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            Carnival Boy
                                            last edited by

                                            Update. Had a guy in to take a look. He thinks he's fixed it. I'd love to tell you exactly how, but I didn't really understand what he was telling me. But basically he thinks DC-01 (the PDC) was fine, but DC-02 was screwed. As you've said already, and as he said today, when AD isn't working it's usually a DNS problem somewhere. He didn't think DC-02 was registering correctly or there were some dodgy DNS records. He's wasn't entirely sure why this mean't DC-01 wouldn't restore correctly on it's own, other than if DNS is screwed it is screwed and needs fixing.

                                            He demoted DC-02, removed it from the domain, re-added it to the domain and promoted it. He also tidied up a few other things, as everything was a bit of a mess. I knew this, as previous consultants had been in and done work and not tidied up as well as they should of. He ensured everything registered and replicated correctly and then backed up DC-01 and restored it. So far, the restore looks good. Yay!

                                            So touch wood, everything is ok.

                                            A little disappointed that ML (and myself) couldn't get the win, but a win's a win. He did say it wasn't anything obvious and it took him most of the day to fix, so at least I haven't embarrassed myself in front of him and you. On the surface everything looked fine and it was only when you dug deeper that one or two things didn't look quite right.

                                            Thanks for all the help.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post