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

    MS Server 2012 R2 BMR backup failed to complete

    Scheduled Pinned Locked Moved IT Discussion
    22 Posts 6 Posters 1.7k 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.
    • DashrenderD
      Dashrender @i3
      last edited by

      @i3 said in MS Server 2012 R2 BMR backup failed to complete:

      ... action at this point to install Hyper-V server on the new Raid 10, and disk to vhd the old server and run it virtually?

      You have a second server? One that you are prepping to put Hyper-V 2016 on?

      If yes, then do that, install whatever licensed version of Windows server you have, join it to the domain (assuming you have one), made it an AD server (assuming you have one) then create a migration plan for the data on the current server.

      1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by JaredBusch

        On a more serious note, I had a similar failure in 2015 at a client.

        The RAID array failed 2 hours before I arrived on site from a scheduled week long visit to migrate things to Hyper-V 2012 R2.

        Turns out the RAID array was RAID 0 when it was supposed to have been a RAID 5. I got lucky and was able to force the array online, but backups and images failed due to bad blocks.

        The only VM we were unable to get a full image of was the DC, so it is obvious where the bad sectors were.

        I had week old backups but as I had the system online (more or less), we decided to backup the data itself and just blowup the system.

        I spun up a temp Hyper-V server on a desktop and installed Server 2012 R2, made it the DC and transferred the roles and remade the shares and copied the data over. Found 5 folders in the shares that were unable to be copied and none of them were deemed important so the were just dropped.

        Dropped the old Server 2008 R2 DC from the domain and then powered down the hardware.

        Installed the replacement drive, and remade it as a RAID 10, installed Hyper-V Server 2012 R2 and transferred the new DC over to it.

        Migrated the SQL server (Server 2008 R2) from their second server to the new host, and then nuked that box to become a Veeam replication target for fail over.

        Took two weeks, to get it all done, but the client lost nothing (they chose not to have me dig those 5 folders out of backup) and everything is still running now on this hardware.

        1 Reply Last reply Reply Quote 1
        • I
          i3
          last edited by

          It's not a seconds server. I plan on using the same hardware but 4 completely new drives.

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

            @i3 said in MS Server 2012 R2 BMR backup failed to complete:

            It's not a seconds server. I plan on using the same hardware but 4 completely new drives.

            Nuke a user's desktop and install your Hypervisor on it as a temporary host.

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

              @jaredbusch said in MS Server 2012 R2 BMR backup failed to complete:

              @i3 said in MS Server 2012 R2 BMR backup failed to complete:

              It's not a seconds server. I plan on using the same hardware but 4 completely new drives.

              Nuke a user's desktop and install your Hypervisor on it as a temporary host.

              And again - yep. Now is the time to change your network to be able to move to new VMs as needed with little to no impact to users. use DFS, use a DNS name that's not attached to a server name for network shares, etc.

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

                I don't understand what's failing... writing to the backup drive, or unable to read a sector on the OS?

                Since its a RAID1, you could pull a drive and clone it to a good one, then try just running only from that one. Maybe then it'll back up.

                I 1 Reply Last reply Reply Quote 0
                • syko24S
                  syko24 @i3
                  last edited by

                  @i3 - Is this an HP server ? If so what raid controller does it have?

                  I 1 Reply Last reply Reply Quote 0
                  • I
                    i3 @syko24
                    last edited by

                    @syko24 It is a SuperMicro server with Intel Raid.

                    syko24S 2 Replies Last reply Reply Quote 0
                    • I
                      i3 @Obsolesce
                      last edited by

                      @tim_g Unable to read a sector on the OS. I tried writing to multiple usb disks and they both have the same warning. I may have discovered more info, I loaded a gparted Live CD to take a look at the partition layout of the server and received a message:
                      “Can’t have a partition outside the disk!”

                      Failed to read last sector (1952800766): Invalid argument HINTS: Either the volume is a RAID/LDMbut it wasn’t’…… Unable to read the contents of the filesystem.

                      When I run fdisk –l I get

                      /dev/sdb
                      /dev/sda
                      /dev/md126
                      /dev/loop0

                      Fdisk lists the Last sector of all three devices being smaller than the End Sector.

                      This is a SuperMicro server using Intel RAID. Two 1tb disks in a RAID 1.
                      I was hoping to use NTFSfix in Ubuntu to repair the NTFS partition but do not know which device I should run the command on.

                      Should I issue the NTFSfix on the /dev/md126 device? Is that the RAID volume? Or should I perform the command on each of the /dev/sdb and /dev/sda devices?

                      1 Reply Last reply Reply Quote 0
                      • syko24S
                        syko24 @i3
                        last edited by

                        @i3 said in MS Server 2012 R2 BMR backup failed to complete:

                        @syko24 It is a SuperMicro server with Intel Raid.

                        The reason I asked was there was an issue on certain HP servers where the raid controller did not properly size the disk. The fix was to go into disk management and shrink the volume a couple GB and then resize it back. Might be worth a try.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • syko24S
                          syko24 @i3
                          last edited by

                          @i3 - just to be clear you would resize using windows disk manager not the raid controller.

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

                            @syko24 said in MS Server 2012 R2 BMR backup failed to complete:

                            @i3 said in MS Server 2012 R2 BMR backup failed to complete:

                            @syko24 It is a SuperMicro server with Intel Raid.

                            The reason I asked was there was an issue on certain HP servers where the raid controller did not properly size the disk. The fix was to go into disk management and shrink the volume a couple GB and then resize it back. Might be worth a try.

                            SmartArray did that? Any additional details?

                            syko24S 1 Reply Last reply Reply Quote 0
                            • syko24S
                              syko24 @scottalanmiller
                              last edited by

                              @scottalanmiller - This is not official from HP although one of the posters mentions he got the info from HP support.

                              https://social.technet.microsoft.com/Forums/en-US/7aa15059-646e-4c42-9bc8-bface95e94c9/server-2012-server-backups-the-drive-cannot-find-the-sector-requested?forum=windowsbackup

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • syko24S
                                syko24
                                last edited by

                                This was a similar situation that I ran into with a client a year or two ago. The fix was to shrink the volume a little bit and then extend it.

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

                                  @syko24 said in MS Server 2012 R2 BMR backup failed to complete:

                                  @scottalanmiller - This is not official from HP although one of the posters mentions he got the info from HP support.

                                  https://social.technet.microsoft.com/Forums/en-US/7aa15059-646e-4c42-9bc8-bface95e94c9/server-2012-server-backups-the-drive-cannot-find-the-sector-requested?forum=windowsbackup

                                  Odd, taht thread is tough as it almost never mentions what storage platform is being used, just stuff that doesn't mean anything like the chassis model 😞

                                  syko24S 1 Reply Last reply Reply Quote 0
                                  • syko24S
                                    syko24 @scottalanmiller
                                    last edited by

                                    @scottalanmiller - The link I posted was just something I pulled up on my phone. Again, this is something I experienced in the past and was hoping it may help resolve @i3's issue. There are a lot of similar threads out there with similar suggestions.

                                    Here's another one. Again does not mention specific hardware but mentions HP servers:

                                    https://support.intronis.com/Knowledge_Base/Imaging/The_Drive_Cannot_Find_the_Sector_Requested__(Failed_to_Backup)

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      i3
                                      last edited by

                                      Thank you to everyone who replied. So the issue was that the partition exceeded the disk layout. I ended up adding a 2TB blank disk to the system and booted into Acronis TrueImage 2014. It discovered both the RAID and the newly added disk. I performed a clone and choose the proportional option which allowed Acronis to change the partition layout on the new disk. This completed successfully. I then took out the original two WD Red drives and set them aside as an "undo" plan. I was then able to boot from the newly cloned disk and used Veeam to successfully take an image. I then inserted the 4 new disks, created the new Raid 10 virtual disk and restored the Veeam image to the Raid 10 without issue.

                                      I realize that @Dashrender suggestion of installing the Hypervisor on the new drives would have been a better route to go, however, I am still having issues reliably managing Hyper-V Server installations in a non-domain environment. It seems like I can get it working initially, but then when I want to connect to it again from the same machine, some other part fails to connect. I feel until I can get whatever issue I am having resolved, I don't feel comfortable moving to that scenario.

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

                                        @i3 said in MS Server 2012 R2 BMR backup failed to complete:

                                        I realize that @Dashrender suggestion of installing the Hypervisor on the new drives would have been a better route to go, however, I am still having issues reliably managing Hyper-V Server installations in a non-domain environment. It seems like I can get it working initially, but then when I want to connect to it again from the same machine, some other part fails to connect. I feel until I can get whatever issue I am having resolved, I don't feel comfortable moving to that scenario.

                                        It's a huge pain. If you don't want to spend time on it, then the obvious answer is to switch to KVM which is super easy. Hyper-V is a great product, but is loaded with "pain in the butt" problems to overcome that KVM does not. KVM is the super simple option that doesn't require you to fight through complexity to use it.

                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          i3 @scottalanmiller
                                          last edited by

                                          @scottalanmiller Thank you for the suggestion. I will have to look into KVM.

                                          Thanks again!

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