Unconfigured Ad Widget

Collapse

Dell Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yugo
    Calguns Addict
    • Feb 2011
    • 8357

    Dell Server

    I have 6 drives total first four in raid 10 (operating system) last two second raid 10 storage.

    I pulled the last two out and replaced it with one (so now 5 drives)

    I mounted it and formatted it as exfat no raid and also set this no raid in the BIOS config utility.

    I did not save the previous raid from the two I removed but now I need the DATA off those drives. How can I get it? Without having to buy a sata-usb type stuff.

    How can I mount them back onto the system as it was or am I screwed cause I did not save the previous config?
    sigpic

    Originally posted by WAMO556
    Voting for Donald Trump is the protest vote against: Keynesian economics, Neocon wars, exporting jobs, open borders, Washington criminal cartel, too big to fail banks and too big to jail pols and banksters.

    Cutting off foreign aid to EVERY country and dismantling the police/surveillance state!

    Umm yeah!!!!!
  • #2
    the86d
    Calguns Addict
    • Jul 2011
    • 9587

    Recreate with Linux --assume-clean in the creation, maybe, so it does not write stripes just creates, and hope for the best?

    Something like this:
    mdadm --create /dev/md0 --assume-clean ... [Drives...] ...
    This is of course hoping that the same striping is done via the BIOS as Linux Kernel RAID.

    THAT is the only thing I can think of, other than next time use Linux Kernel RAID, as that will theoretically work on ANY system.

    Comment

    • #3
      Yugo
      Calguns Addict
      • Feb 2011
      • 8357

      Can't risk it, I will just have to go buy the usb-sata plug would I be abe to see it on the desktop or I will have to use an extraction program, do you know of any?
      sigpic

      Originally posted by WAMO556
      Voting for Donald Trump is the protest vote against: Keynesian economics, Neocon wars, exporting jobs, open borders, Washington criminal cartel, too big to fail banks and too big to jail pols and banksters.

      Cutting off foreign aid to EVERY country and dismantling the police/surveillance state!

      Umm yeah!!!!!

      Comment

      • #4
        nick
        CGN/CGSSA Contributor
        CGN Contributor
        • Aug 2008
        • 19146

        Originally posted by Yugo
        I have 6 drives total first four in raid 10 (operating system) last two second raid 10 storage.

        I pulled the last two out and replaced it with one (so now 5 drives)

        I mounted it and formatted it as exfat no raid and also set this no raid in the BIOS config utility.

        I did not save the previous raid from the two I removed but now I need the DATA off those drives. How can I get it? Without having to buy a sata-usb type stuff.

        How can I mount them back onto the system as it was or am I screwed cause I did not save the previous config?
        What am I missing? You said that you have the "last two drives" in RAID 10. Since RAID 10 requires the minimum of 4 drives, am I to understand that it's really just a RAID 1? And if so, you can get the data directly from one of the drives.

        Alternatively, you can put them into a server and use the "Import foreign RAID config" option in the RAID controller configuration utility. That is, if you're using a Dell RAID controller, it's called differently in others, and some don't support that. So, which RAID controller do you have?
        DiaHero Foundation - helping people manage diabetes. Sending diabetes supplies to Ukraine now, any help is appreciated.

        DDR AK furniture and Norinco M14 parts kit: https://www.calguns.net/calgunforum/....php?t=1756292
        sigpic

        Comment

        • #5
          Yugo
          Calguns Addict
          • Feb 2011
          • 8357

          Originally posted by nick
          What am I missing? You said that you have the "last two drives" in RAID 10. Since RAID 10 requires the minimum of 4 drives, am I to understand that it's really just a RAID 1? And if so, you can get the data directly from one of the drives.

          Alternatively, you can put them into a server and use the "Import foreign RAID config" option in the RAID controller configuration utility. That is, if you're using a Dell RAID controller, it's called differently in others, and some don't support that. So, which RAID controller do you have?
          Yes raid 1 im sorry made a mistake.

          I just figured out the import foreign config.

          Thanks guys I can now see my files.
          sigpic

          Originally posted by WAMO556
          Voting for Donald Trump is the protest vote against: Keynesian economics, Neocon wars, exporting jobs, open borders, Washington criminal cartel, too big to fail banks and too big to jail pols and banksters.

          Cutting off foreign aid to EVERY country and dismantling the police/surveillance state!

          Umm yeah!!!!!

          Comment

          • #6
            stonith3901
            Member
            • Jul 2012
            • 175

            Just FYI. There are numerous variations of the Dell PERC (poweredge raid controller). It keeps a configuration of the virtual disk on the controller card and surprisingly they are marking the physical disk with the signature as well (which is why you can import the configurations) again. It reconstructs the disk signatures and found that all members are present to possibly import a foreign configurations that the PERC wasnt aware of. We do this all the timewhen we have faulty chassis. We would pull the drives off of another server we are ready to provision, or even willing to sacrifice a server that has a role that is less important or has more redundancy than the one we need to bring online. Saves us the time of diagnosing what went wrong on a hardware level when we need to get services back from a degraded situation or bring redundancy back to a healthy state. Just make sure its same model hardware.

            Glad to hear you got things working.

            Comment

            • #7
              Yugo
              Calguns Addict
              • Feb 2011
              • 8357

              Originally posted by stonith3901
              Just FYI. There are numerous variations of the Dell PERC (poweredge raid controller). It keeps a configuration of the virtual disk on the controller card and surprisingly they are marking the physical disk with the signature as well (which is why you can import the configurations) again. It reconstructs the disk signatures and found that all members are present to possibly import a foreign configurations that the PERC wasnt aware of. We do this all the timewhen we have faulty chassis. We would pull the drives off of another server we are ready to provision, or even willing to sacrifice a server that has a role that is less important or has more redundancy than the one we need to bring online. Saves us the time of diagnosing what went wrong on a hardware level when we need to get services back from a degraded situation or bring redundancy back to a healthy state. Just make sure its same model hardware.

              Glad to hear you got things working.
              Thanks. Yes I actually have couple of these servers and one took a crap I pulled the drives and stuck them into another server (newer version) and it booted right up.
              sigpic

              Originally posted by WAMO556
              Voting for Donald Trump is the protest vote against: Keynesian economics, Neocon wars, exporting jobs, open borders, Washington criminal cartel, too big to fail banks and too big to jail pols and banksters.

              Cutting off foreign aid to EVERY country and dismantling the police/surveillance state!

              Umm yeah!!!!!

              Comment

              • #8
                stilly
                I need a LIFE!!
                • Jul 2009
                • 10685

                Originally posted by Yugo
                Can't risk it, I will just have to go buy the usb-sata plug would I be abe to see it on the desktop or I will have to use an extraction program, do you know of any?
                If your drive shows up I would think that you could use windows explorer or any file manager to access data on it.
                7 Billion people on the planet. They aint ALL gonna astronauts. Some will get hit by trains...

                Need GOOD SS pins to clean your brass? Try the new and improved model...



                And remember- 99.9% of the lawyers ruin it for the other .1%...

                Comment

                • #9
                  spamsucker
                  Banned
                  • Jun 2012
                  • 701

                  You're not boned on the data array as far as I can tell. You formatted the array for the OS but you broke the mirror for the data partition so in theory you still have a pristine drive with your data on it. Drop drive #6 (which hopefully you left alone and outside of the computer) into the server. Use fdisk -l to find out what device node it took and then you can mount it and get your data off of it. After that I'd recommend stepping clean away from the powerful tools.

                  BTW, a 2 drive RAID 10 is not a RAID 10, there's no such thing. It's called a RAID 1, that's a plain ol' mirror. A RAID 10 is a very specific mix of mirrors and striping.
                  Last edited by spamsucker; 12-25-2013, 7:05 AM.

                  Comment

                  • #10
                    Yugo
                    Calguns Addict
                    • Feb 2011
                    • 8357

                    Originally posted by spamsucker
                    You're not boned on the data array as far as I can tell. You formatted the array for the OS but you broke the mirror for the data partition so in theory you still have a pristine drive with your data on it. Drop drive #6 (which hopefully you left alone and outside of the computer) into the server. Use fdisk -l to find out what device node it took and then you can mount it and get your data off of it. After that I'd recommend stepping clean away from the powerful tools.

                    BTW, a 2 drive RAID 10 is not a RAID 10, there's no such thing. It's called a RAID 1, that's a plain ol' mirror. A RAID 10 is a very specific mix of mirrors and striping.


                    Ok so I got everything working, thanks for all the help.
                    sigpic

                    Originally posted by WAMO556
                    Voting for Donald Trump is the protest vote against: Keynesian economics, Neocon wars, exporting jobs, open borders, Washington criminal cartel, too big to fail banks and too big to jail pols and banksters.

                    Cutting off foreign aid to EVERY country and dismantling the police/surveillance state!

                    Umm yeah!!!!!

                    Comment

                    Working...
                    UA-8071174-1