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

    Bare Metal Backup (and restore)

    Scheduled Pinned Locked Moved IT Discussion
    15 Posts 7 Posters 1.4k 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
      last edited by

      If everything blew up... wouldn't you install Hyper-V or VMware or whatever and THEN recover? Just because they screwed up and installed bare metal in the past doesn't mean you would recover with the same mistakes in place. You'd fix that during the restore, right?

      EddieJenningsE 1 Reply Last reply Reply Quote 2
      • JaredBuschJ
        JaredBusch @EddieJennings
        last edited by JaredBusch

        @EddieJennings Basically, this backup method it a solid 100% guaranteed method because you are capturing backups of all data in a stopped state. No worries about SQL server database states, etc. You are only backing up the backup files made by the SQL application itself.

        This is a perfectly valid scenario.

        Using a full image backup is dangerous if it does not talk to the database process and tell it that it is going to run a backup. Because then the Database files are not in a state to be read. This is probably what happened to your mentor/boss/whatever.

        Emad RE 2 Replies Last reply Reply Quote 2
        • scottalanmillerS
          scottalanmiller @EddieJennings
          last edited by

          @EddieJennings said in Bare Metal Backup (and restore):

          .... he grumbled about "problems" he's had in the past with bare metal restores, and that for our environment it's just easier to backup the data and reinstall / reconfigure servers.

          If your builds are scripted or handled via state files, then this makes sense. If not, it doesn't.

          1 Reply Last reply Reply Quote 0
          • EddieJenningsE
            EddieJennings @scottalanmiller
            last edited by

            @scottalanmiller said in Bare Metal Backup (and restore):

            If everything blew up... wouldn't you install Hyper-V or VMware or whatever and THEN recover? Just because they screwed up and installed bare metal in the past doesn't mean you would recover with the same mistakes in place. You'd fix that during the restore, right?

            Ideally, yes. These are three separate machines. Another project on my list is to see what would be involved in turning them into one machine with VMs.

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

              @EddieJennings said in Bare Metal Backup (and restore):

              @scottalanmiller said in Bare Metal Backup (and restore):

              If everything blew up... wouldn't you install Hyper-V or VMware or whatever and THEN recover? Just because they screwed up and installed bare metal in the past doesn't mean you would recover with the same mistakes in place. You'd fix that during the restore, right?

              Ideally, yes. These are three separate machines. Another project on my list is to see what would be involved in turning them into one machine with VMs.

              Consolidation is a totally different matter. I'm just saying proper virtualization as a recovery plan. You'd never actually consider restoring to bare metal, right?

              EddieJenningsE 1 Reply Last reply Reply Quote 1
              • EddieJenningsE
                EddieJennings @scottalanmiller
                last edited by

                @scottalanmiller said in Bare Metal Backup (and restore):

                @EddieJennings said in Bare Metal Backup (and restore):

                @scottalanmiller said in Bare Metal Backup (and restore):

                If everything blew up... wouldn't you install Hyper-V or VMware or whatever and THEN recover? Just because they screwed up and installed bare metal in the past doesn't mean you would recover with the same mistakes in place. You'd fix that during the restore, right?

                Ideally, yes. These are three separate machines. Another project on my list is to see what would be involved in turning them into one machine with VMs.

                Consolidation is a totally different matter. I'm just saying proper virtualization as a recovery plan. You'd never actually consider restoring to bare metal, right?

                Initially, I'd think yes. However, it seems like this would be the better method (for recovery).

                1. Install Hyper-V on each server.
                2. Create a VM on each Hyper-V host that would be whatever server it was.
                3. Configure services, restore data.
                4. Get a solution that backups the VMs themselves going forward.
                scottalanmillerS 2 Replies Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @EddieJennings
                  last edited by

                  @EddieJennings said in Bare Metal Backup (and restore):

                  @scottalanmiller said in Bare Metal Backup (and restore):

                  @EddieJennings said in Bare Metal Backup (and restore):

                  @scottalanmiller said in Bare Metal Backup (and restore):

                  If everything blew up... wouldn't you install Hyper-V or VMware or whatever and THEN recover? Just because they screwed up and installed bare metal in the past doesn't mean you would recover with the same mistakes in place. You'd fix that during the restore, right?

                  Ideally, yes. These are three separate machines. Another project on my list is to see what would be involved in turning them into one machine with VMs.

                  Consolidation is a totally different matter. I'm just saying proper virtualization as a recovery plan. You'd never actually consider restoring to bare metal, right?

                  Initially, I'd think yes. However, it seems like this would be the better method (for recovery).

                  1. Install Hyper-V on each server.
                  2. Create a VM on each Hyper-V host that would be whatever server it was.
                  3. Configure services, restore data.
                  4. Get a solution that backups the VMs themselves going forward.

                  Correct. Just as you never install anything bare metal, you never restore anything bare metal.

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

                    @EddieJennings said in Bare Metal Backup (and restore):

                    1. Get a solution that backups the VMs themselves going forward.

                    Agent based is fine too. But there are nice benefits to agentless as well.

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

                      @scottalanmiller said in Bare Metal Backup (and restore):

                      @EddieJennings said in Bare Metal Backup (and restore):

                      1. Get a solution that backups the VMs themselves going forward.

                      Agent based is fine too. But there are nice benefits to agentless as well.

                      Agent or agentless really does not matter as long as the agentless can reach into the VM and tell SQL to shut up for a minute I need to make a snap, and then move along.

                      1 Reply Last reply Reply Quote 0
                      • Emad RE
                        Emad R @JaredBusch
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • Emad RE
                          Emad R @JaredBusch
                          last edited by

                          @JaredBusch said in Bare Metal Backup (and restore):

                          @EddieJennings Basically, this backup method it a solid 100% guaranteed method because you are capturing backups of all data in a stopped state. No worries about SQL server database states, etc. You are only backing up the backup files made by the SQL application itself.

                          This is a perfectly valid scenario.

                          Using a full image backup is dangerous if it does not talk to the database process and tell it that it is going to run a backup. Because then the Database files are not in a state to be read. This is probably what happened to your mentor/boss/whatever.

                          True I second this, cause he is focusing on backing up files, but the downside is restoring from DR will take some time for the stuff to be ready.

                          Having VM export feature + his current file backup will speed the DR restore process greatly.

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