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

    My Server Crash Writeup 11-10-2015

    IT Discussion
    bmr datto backup recovery raid raid 5 disaster recovery datto alto 2
    7
    29
    6.0k
    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.
    • BRRABillB
      BRRABill @scottalanmiller
      last edited by

      @scottalanmiller said:

      Those discussions have been 100% about why imaging as a process is not generally appropriate for workstations. In every case it has been pointed out that for servers it is standard and generally very good to be able to do. No amount of it being a poor technology choice for desktops would imply that it is bad for servers.

      I meant that in that sometimes it is a chore to get the BMR working, and sometimes it doesn't at all.

      The "store the data separately" concept.

      Obviously that wouldn't work for database servers, etc..

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

        @scottalanmiller said:

        Every server should be virtualized 100% of the time. That includes the disaster recovery. Any use of a physical server is negative.

        For DR ... how do you back up the VM? The actual machine itself? Or the VHDX file?

        DashrenderD J scottalanmillerS 3 Replies Last reply Reply Quote 0
        • DashrenderD
          Dashrender @BRRABill
          last edited by

          @BRRABill said:

          @scottalanmiller said:

          Every server should be virtualized 100% of the time. That includes the disaster recovery. Any use of a physical server is negative.

          For DR ... how do you back up the VM? The actual machine itself? Or the VHDX file?

          You use something like Veeam to backup your VMs to whatever Backup storage you have.
          Veeam takes care of the whole thing, you don't worry about the VHDX.

          BRRABillB 1 Reply Last reply Reply Quote 1
          • BRRABillB
            BRRABill @Dashrender
            last edited by

            @Dashrender said:

            You use something like Veeam to backup your VMs to whatever Backup storage you have.
            Veeam takes care of the whole thing, you don't worry about the VHDX.

            My question, I guess, is....

            If I had the VHDX, then hardware would be totally out of the equation. I would think if I back up the VM itself as a server, it needs to be restored as such.

            But I will admit to being unfamiliar with the backup of VMs, having on physical servers as the current juncture. (Soon to change though, hence the questions. 🙂 )

            J 1 Reply Last reply Reply Quote 0
            • J
              Jason Banned @BRRABill
              last edited by

              @BRRABill said:

              For DR ... how do you back up the VM? The actual machine itself? Or the VHDX file?

              Generally no. You can use Snapshots but, most of them also support using a client which is far more powerful. You basically get a SysPrep'ed image that boots to WinPE like this. Meaning teoortecially you could switch from Hyper-V to Vmware if you needed to (or vice-versa) on a backup (or even to a physical box if the whole virtual system went crazy). With snapshots you're locked in.

              1 Reply Last reply Reply Quote 0
              • J
                Jason Banned @BRRABill
                last edited by

                @BRRABill said:

                If I had the VHDX, then hardware would be totally out of the equation. I would think if I back up the VM itself as a server, it needs to be restored as such.

                Yes, but then the software that hosts it is required for a restore.

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

                  @BRRABill said:

                  @scottalanmiller said:

                  Those discussions have been 100% about why imaging as a process is not generally appropriate for workstations. In every case it has been pointed out that for servers it is standard and generally very good to be able to do. No amount of it being a poor technology choice for desktops would imply that it is bad for servers.

                  I meant that in that sometimes it is a chore to get the BMR working, and sometimes it doesn't at all.

                  The "store the data separately" concept.

                  Obviously that wouldn't work for database servers, etc..

                  Actually for database servers it would be even that much more important to backup the data separately.

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

                    @BRRABill said:

                    @scottalanmiller said:

                    Every server should be virtualized 100% of the time. That includes the disaster recovery. Any use of a physical server is negative.

                    For DR ... how do you back up the VM? The actual machine itself? Or the VHDX file?

                    Those are one and the same.

                    BRRABillB 1 Reply Last reply Reply Quote 0
                    • BRRABillB
                      BRRABill @scottalanmiller
                      last edited by

                      @scottalanmiller said:

                      Those are one and the same.

                      I guess VM backups have me confused, then.

                      I thought you could either backup the VHD files through the Hyper-V server itself, or the VM through the Vm (as a client on the VM).

                      JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @BRRABill
                        last edited by

                        @BRRABill said:

                        @scottalanmiller said:

                        Those are one and the same.

                        I guess VM backups have me confused, then.

                        I thought you could either backup the VHD files through the Hyper-V server itself, or the VM through the Vm (as a client on the VM).

                        That is not a backup. That is copying the HDD.

                        There is other metadata involved in a VM. A proper backup gets this data also.

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

                          @BRRABill said:

                          @scottalanmiller said:

                          Those are one and the same.

                          I guess VM backups have me confused, then.

                          I thought you could either backup the VHD files through the Hyper-V server itself, or the VM through the Vm (as a client on the VM).

                          I feel like you are trying to delve under the hood and are attempting to talk mechanisms, not that that is wrong, but it is leading you astray. There are hypervisor level backups taking in conjunction with the platform handling the backup and traditional host backups taken from an agent inside of the OS (there are actually agents in both cases, often they are OS components making it less clear and hypervisor ones are called agentless and OS ones refer to agents.)

                          Yes you could shut down the hypervisor, take a copy of a VHD and then recover (with some manual intervention to Jared's point) but it is not how any tool works and not what anyone means when they are talking about these systems. Stick with the concepts of a platform level backup (images taken agentlessly) and host level backup (agents inside the OS, works on physical systems, too.)

                          BRRABillB 1 Reply Last reply Reply Quote 0
                          • BRRABillB
                            BRRABill @scottalanmiller
                            last edited by

                            @scottalanmiller said:

                            Stick with the concepts of a platform level backup (images taken agentlessly) and host level backup (agents inside the OS, works on physical systems, too.)

                            I think I get it, then.

                            Which method do most SOHO/SMB use, or it entirely driven by circumstance?

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

                              @BRRABill said:

                              Which method do most SOHO/SMB use, or it entirely driven by circumstance?

                              Size of the organization is not a factor other than the smallest firms get backup for free from Unitrends and Veeam for platform backups, so most only look at that. Once paying for it, they tend to evaluate more or less equally.

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

                                The one big difference is that snowflake firms (or any size) tend to lean towards platform-based, agentless backups while DevOps firms almost never take platform-based backups because they have no need to ever restore a full VM, only the data.

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