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

    Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier)

    Scheduled Pinned Locked Moved IT Discussion
    45 Posts 9 Posters 4.2k 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.
    • scottalanmillerS
      scottalanmiller @dbeato
      last edited by

      @dbeato said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

      @dave247 said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

      @tim_g said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

      One thing to note, is that once you demote the old DC, you can easily change the IP of the new Server 2016 DC. It changes everything automatically these days.

      Starting at Step 2 below, do following steps quickly.

      1. Bring up new DC in parallel to the old one.

      2. Transfer FSMO roles to new DC.

      3. Demote old DC with DCPROMO.

      4. Turn off old DC.

      5. Set IP on new DC to what the old DC IP was. Possilble reboot new DC.

      6. Verify DNS stuff reflects new DC having correct IP.

      7. On a test client/user PC, do an ipconfig /flushdns, maybe even a reboot.

      8. On a client/user PC, do an NSLOOKUP to domain.com.

      9. On a client/user PC, enter set log, verify it returns the correct DC.

      See now this was my original plan like a year ago... almost everyone strongly advised against using the same IP for the new DC..

      Not same IP, what you shouldn’t do is name it the same only. Also even if you have setup DNS statically you can use Group Policy and Powershell to change the DNS server on the servers which is pretty much easy to do.

      New name, same IP works, yeah.

      1 Reply Last reply Reply Quote 0
      • momurdaM
        momurda
        last edited by

        Reddit for IT stuff, the same site that host r/TheDonald ?

        scottalanmillerS dbeatoD 2 Replies Last reply Reply Quote 1
        • scottalanmillerS
          scottalanmiller @momurda
          last edited by

          @momurda said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

          Reddit for IT stuff, the same site that host r/TheDonald ?

          LOL, not a great site for IT stuff. You get a few gems but the overall situation is very.... rough.

          1 Reply Last reply Reply Quote 0
          • dbeatoD
            dbeato @momurda
            last edited by

            @momurda said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

            Reddit for IT stuff, the same site that host r/TheDonald ?

            I am not a fan of Reddit 😞

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

              A lesson I picked up around here is make your network shares using a cname, not the name of the server. This enables you to move a share to another server by just updating DNS, the mappings will all stay the same.

              coliverC 1 Reply Last reply Reply Quote 3
              • coliverC
                coliver @Dashrender
                last edited by

                @dashrender said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                A lesson I picked up around here is make your network shares using a cname, not the name of the server. This enables you to move a share to another server by just updating DNS, the mappings will all stay the same.

                The "better" option if you're using Windows and Active Directory is to just setup a DFS namespace. Simple, easy to manage, and scalable.

                JaredBuschJ 1 Reply Last reply Reply Quote 1
                • JaredBuschJ
                  JaredBusch @coliver
                  last edited by

                  @coliver said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                  @dashrender said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                  A lesson I picked up around here is make your network shares using a cname, not the name of the server. This enables you to move a share to another server by just updating DNS, the mappings will all stay the same.

                  The "better" option if you're using Windows and Active Directory is to just setup a DFS namespace. Simple, easy to manage, and scalable.

                  Actually, I find DFS overcomplicated in the SMB space. Many SMB do not need more than a DNS CNAME to handle it.

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

                    @jaredbusch said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                    @coliver said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                    @dashrender said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                    A lesson I picked up around here is make your network shares using a cname, not the name of the server. This enables you to move a share to another server by just updating DNS, the mappings will all stay the same.

                    The "better" option if you're using Windows and Active Directory is to just setup a DFS namespace. Simple, easy to manage, and scalable.

                    Actually, I find DFS overcomplicated in the SMB space. Many SMB do not need more than a DNS CNAME to handle it.

                    I agree, I almost always avoid it. Lots of complication, easy to break. Pretty rare to find an SMB that will really benefit from it. Even SMB in general, I see in use less and less.

                    1 Reply Last reply Reply Quote 0
                    • ObsolesceO
                      Obsolesce
                      last edited by

                      DFS is very simple, did you mean DFS-R?

                      I mean I get why a SMB wouldn't need it... single file server with a few shares, not a huge benefit to use DFS.

                      But the benefits of it are nice when it fits the environment.

                      dbeatoD 1 Reply Last reply Reply Quote 0
                      • dbeatoD
                        dbeato @Obsolesce
                        last edited by

                        @tim_g said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                        DFS is very simple, did you mean DFS-R?

                        I mean I get why a SMB wouldn't need it... single file server with a few shares, not a huge benefit to use DFS.

                        But the benefits of it are nice when it fits the environment.

                        DFS-R is needed for Replication from Server 2012 R2 and up.

                        1 Reply Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce
                          last edited by

                          Yeah but many people only implement DFS for the replication. You don't need to replicate to use DFS. DFS by itself is great for the benefits if it's worth using in the first place i mean.

                          dbeatoD 1 Reply Last reply Reply Quote 2
                          • dbeatoD
                            dbeato @Obsolesce
                            last edited by

                            @tim_g said in Using name-spaces or address pools for domain controllers? (things to make replacing DC's easier):

                            Yeah but many people only implement DFS for the replication. You don't need to replicate to use DFS. DFS by itself is great for the benefits if it's worth using in the first place i mean.

                            Yeah, that is totally fine.

                            1 Reply Last reply Reply Quote 0
                            • D
                              DimS
                              last edited by

                              @dave247 you might have a look at this thread. I think it could be useful for you.

                              https://social.technet.microsoft.com/Forums/windowsserver/pt-BR/745577a2-d035-4a4e-80ce-ea2a68370e19/replacing-domain-controllers-reuse-ip-and-server-dns-names?forum=winserverDS

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