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

    Looking for some insight/input for setting up a "hot site"/fail-over environment

    IT Discussion
    8
    41
    2.4k
    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.
    • dave247D
      dave247 @scottalanmiller
      last edited by

      @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      What type of Windows licensing do you have? Replication can be affected by that.

      We have Microsoft Volume Licensing and I haven't looked into weather or not we'd have to purchase "double" or not.. I'm not sure but I thought a backup environment doesn't quite count as production.

      You need the second site licensed if it is hot, meaning turned on. You do not need anything if it is cold, meaning powered off. Powered off, it's just a backup that's extremely "ready to go".

      ok that's good to know. I don't doubt you, but do you know where this info is explicitly stated by MS? I'd like to have it on hand. I may just have to dig through the licensing ToS or something.

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

        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

        @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

        @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

        What type of Windows licensing do you have? Replication can be affected by that.

        We have Microsoft Volume Licensing and I haven't looked into weather or not we'd have to purchase "double" or not.. I'm not sure but I thought a backup environment doesn't quite count as production.

        I would say "Hot"=Active.

        hot/warm/standby environment is more what I'm talking about. I do plan to look into the licensing requirements involved. We have Datacenter for the vmware environment.

        I think only cold gets away with no licensing.

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

          How are you planning on handling the IP change - I'm assuming each building is in a different IP range, so routing will become an issue - just another piece of the puzzle.

          IRJI 1 Reply Last reply Reply Quote 0
          • IRJI
            IRJ @Dashrender
            last edited by

            @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

            How are you planning on handling the IP change - I'm assuming each building is in a different IP range, so routing will become an issue - just another piece of the puzzle.

            Stop building environments with static IPs period. That is an old way of thinking

            DashrenderD dave247D 2 Replies Last reply Reply Quote 0
            • IRJI
              IRJ @dave247
              last edited by

              @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

              @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

              @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

              We have a few locations that are all relatively close by

              That is probably the craziest thing about going through all this hassle and being in the same geographic region. I would seriously consider a colo outside of the area. I mean you do all that work and put in all these expenses and you have an area wide disaster and its potentially gone.
              Colocation costs are not much more than hosting at your own facility.

              yeah that would be preferred but we likely won't be able to get our company owners to spend that much money. Setting up a minimal warm site in our other building would be much cheaper/easier.

              I went through what you're going through about 10 years ago. Almost identical.

              What we found is that everything we put in place and all the procedures we had to follow to meet our BCDR was so much work that we decided it was extremely stupid to spend hundreds of thousands of dollars in licensing, manpower, and procedure to get our stuff operational to meet our BCDR and then fail because of a location.

              My boss asked for a remote site instead of using another local facility and it was a no brainer to everyone involved include C level non IT people. They understood costs and effort level to get there.

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

                @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                How are you planning on handling the IP change - I'm assuming each building is in a different IP range, so routing will become an issue - just another piece of the puzzle.

                Stop building environments with static IPs period. That is an old way of thinking

                yeah, OK - with IPv6, that's not really a thing anyway, right?

                (not that IPv6 has anything to do with anything regarding this project - it's just the future way of IPing and brings along lack of static IPs)

                IRJI 1 Reply Last reply Reply Quote 0
                • IRJI
                  IRJ @Dashrender
                  last edited by

                  @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                  @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                  @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                  How are you planning on handling the IP change - I'm assuming each building is in a different IP range, so routing will become an issue - just another piece of the puzzle.

                  Stop building environments with static IPs period. That is an old way of thinking

                  yeah, OK - with IPv6, that's not really a thing anyway, right?

                  (not that IPv6 has anything to do with anything regarding this project - it's just the future way of IPing and brings along lack of static IPs)

                  I'm not even thinking about IPv6 but yeah having a DNS service that can do health checks is ideal and route to another host when when you spin it up.

                  This can all be automated using terraform in the cloud and even to alot of extent on prem. For example you could spin up hosts on prem and pull all the ip addresses from your terraform state file for easy import into your DNS server.

                  On AWS, as soon as terraform creates the instance you build your DNS entry. The old one fails health check and it points to new server. Boom you are done

                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                  • dave247D
                    dave247 @IRJ
                    last edited by

                    @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                    @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                    How are you planning on handling the IP change - I'm assuming each building is in a different IP range, so routing will become an issue - just another piece of the puzzle.

                    Stop building environments with static IPs period. That is an old way of thinking

                    Nobody said anything about static IPs at all. I assume he just meant in terms of having a secondary environment (especially a hot one) there would be an additional network involved to support the DR site - but the servers and appliances being replicated/sitting on stand-by would be on the same subnet/have the same IP addresses as the primary environment - which could lead to conflicts/be an obstacle.

                    1 Reply Last reply Reply Quote 0
                    • dave247D
                      dave247 @scottalanmiller
                      last edited by

                      @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                      @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                      What type of Windows licensing do you have? Replication can be affected by that.

                      We have Microsoft Volume Licensing and I haven't looked into weather or not we'd have to purchase "double" or not.. I'm not sure but I thought a backup environment doesn't quite count as production.

                      You need the second site licensed if it is hot, meaning turned on. You do not need anything if it is cold, meaning powered off. Powered off, it's just a backup that's extremely "ready to go".

                      I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).
                      c2bc9b68-9c4a-4f56-ba65-e15edf7beafa-image.png

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

                        @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                        @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                        @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                        What type of Windows licensing do you have? Replication can be affected by that.

                        We have Microsoft Volume Licensing and I haven't looked into weather or not we'd have to purchase "double" or not.. I'm not sure but I thought a backup environment doesn't quite count as production.

                        I would say "Hot"=Active.

                        hot/warm/standby environment is more what I'm talking about. I do plan to look into the licensing requirements involved. We have Datacenter for the vmware environment.

                        I think only cold gets away with no licensing.

                        That's correct.

                        1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates @IRJ
                          last edited by

                          @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                          @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                          @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                          @Dashrender said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                          How are you planning on handling the IP change - I'm assuming each building is in a different IP range, so routing will become an issue - just another piece of the puzzle.

                          Stop building environments with static IPs period. That is an old way of thinking

                          yeah, OK - with IPv6, that's not really a thing anyway, right?

                          (not that IPv6 has anything to do with anything regarding this project - it's just the future way of IPing and brings along lack of static IPs)

                          I'm not even thinking about IPv6 but yeah having a DNS service that can do health checks is ideal and route to another host when when you spin it up.

                          This can all be automated using terraform in the cloud and even to alot of extent on prem. For example you could spin up hosts on prem and pull all the ip addresses from your terraform state file for easy import into your DNS server.

                          On AWS, as soon as terraform creates the instance you build your DNS entry. The old one fails health check and it points to new server. Boom you are done

                          Right. Using things like Consul for service discovery makes it easy.

                          Also even just doing automated configs for your load balancers works as well.

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

                            @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                            I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                            SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

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

                              Of course, somewhere, someone actually doubles up the humans. Those crazy people need more CALs 🙂

                              1 Reply Last reply Reply Quote 0
                              • dave247D
                                dave247 @scottalanmiller
                                last edited by

                                @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                                SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

                                So, in the case with replicating virtual machines through Veeam Backup & Replication and storing those powered off servers on a spare VMware ESXi server would require me to purchase additional MS licensing?

                                IRJI 1 Reply Last reply Reply Quote 0
                                • IRJI
                                  IRJ @dave247
                                  last edited by

                                  @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                  @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                  @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                  I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                                  SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

                                  So, in the case with replicating virtual machines through Veeam Backup & Replication and storing those powered off servers on a spare VMware ESXi server would require me to purchase additional MS licensing?

                                  Yes and you will have both running simultaneously to do fail over testing

                                  dave247D 1 Reply Last reply Reply Quote 0
                                  • dave247D
                                    dave247 @IRJ
                                    last edited by dave247

                                    @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                    @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                    @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                    @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                    I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                                    SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

                                    So, in the case with replicating virtual machines through Veeam Backup & Replication and storing those powered off servers on a spare VMware ESXi server would require me to purchase additional MS licensing?

                                    Yes and you will have both running simultaneously to do fail over testing

                                    Anyone know off-hand if I can purchase Software Assurance after already having purchased my licenses? If not, guess we'll bite the bullet and purchase licensing for the warm site + get SA on all future purchases.

                                    coliverC scottalanmillerS 2 Replies Last reply Reply Quote 0
                                    • IRJI
                                      IRJ
                                      last edited by

                                      How many VMs are you restoring?

                                      It may be worth looking into restoring into Azure VM replication?

                                      1 Reply Last reply Reply Quote 0
                                      • coliverC
                                        coliver @dave247
                                        last edited by

                                        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                        @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                        @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                        @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                        I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                                        SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

                                        So, in the case with replicating virtual machines through Veeam Backup & Replication and storing those powered off servers on a spare VMware ESXi server would require me to purchase additional MS licensing?

                                        Yes and you will have both running simultaneously to do fail over testing

                                        Anyone know off-hand if I can purchase Software Assurance after already having purchased my licenses? If not, guess we'll bite the bullet and purchase licensing for the warm site + get SA on all future purchases.

                                        I don't believe so.

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

                                          @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                          @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                          @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                          @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                          @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                          I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                                          SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

                                          So, in the case with replicating virtual machines through Veeam Backup & Replication and storing those powered off servers on a spare VMware ESXi server would require me to purchase additional MS licensing?

                                          Yes and you will have both running simultaneously to do fail over testing

                                          Anyone know off-hand if I can purchase Software Assurance after already having purchased my licenses? If not, guess we'll bite the bullet and purchase licensing for the warm site + get SA on all future purchases.

                                          Yes, you often can, but it is more costly.

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

                                            @coliver said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                            @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                            @IRJ said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                            @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                            @scottalanmiller said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                            @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

                                            I found the info I needed in the Windows Server 2016 Licensing Guide and if I understand it correctly, we would need Software Assurance coverage with our licensing, which we do not have. We purchased licenses only (with necessary CALs).

                                            SA is the standard way to do it. You can do it without SA by double purchasing all the licenses (but not the CALs, no need to double up there. The humans aren't being duplicated.) Obviously, SA is cheaper than that, and that's why everyone goes with SA.

                                            So, in the case with replicating virtual machines through Veeam Backup & Replication and storing those powered off servers on a spare VMware ESXi server would require me to purchase additional MS licensing?

                                            Yes and you will have both running simultaneously to do fail over testing

                                            Anyone know off-hand if I can purchase Software Assurance after already having purchased my licenses? If not, guess we'll bite the bullet and purchase licensing for the warm site + get SA on all future purchases.

                                            I don't believe so.

                                            You actually can - but only for 90 days after purchase.

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