• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Intel RAID

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    11
    30
    16.6k
    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.
    • A
      Adam Taylor
      last edited by

      Hey guys,

      Does anyone know if Intel RAID (fake raid) is supported?

      I have a load of Optiplex 9020 that i need to image, but either when i pull or push, it will only grab or put to a single disk which breaks the raid 1 mirror.

      Using upload/download-debug shows the two drives (sda sdb) but it doesn’t seemt to see the mapper device for the raid.

      If it is not supported, can i ask that it be looked into? More and more systems we are getting are comming with RAID 1 (two drives) by default. And i can’t believe i am going to be the only one fighting this as time goes on.

      Any ideas.

      1 Reply Last reply Reply Quote 0
      • W
        Wolfbane8653 Developer
        last edited by

        Have you tried changing your “Image Type” to “Multiple Partition Image - ALL Disks (Non-resizable)” ?

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          I don’t have a mapper (dm-raid or mdadm) applied to the init, nor the kernel.

          Something, possibly, for the future?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • A
            Adam Taylor
            last edited by

            Yea…that is what is required(mdadm). I looked for it and could not find it in init so that’s why i asked. I just know that RAID 1 is starting to become standard (we even have some laptops now with 2 drives in raid 1…lol) in ALOT of cases around here where i work. Just figured i would see if it was on anybody’s radar.

            Thanks,

            1 Reply Last reply Reply Quote 0
            • A
              Adam Taylor
              last edited by

              Sorry Wolf…didn’t see yours. Yes, i was using MPI - non-resizeable for the image type as to try and not break the array while imaging.

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                Rebuilding inits with dmraid and mdadm tools, as well as currently compiling 3.18.0 kernels with support for RAID devices.

                When it’s pushed, do you mind trying it out, and see if anything better happens?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  2759 has the mdadm/dmraid tools in the init and raid tools built into the kernel.

                  Hopefully this will suite your needs.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • E
                    eddy
                    last edited by

                    Hi,

                    this is an old thread but I have the same problem.

                    I’m using Dell Precision Rack 7910 with RAID1.

                    Is the INTEL RAID working now with FOG?

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @eddy
                      last edited by

                      @eddy According to Tom’s last posts, the support should be there… no way to really know but to try. Either way, you’ll need to move to the latest FOG Trunk version to find out. Here’s how you do that:

                      https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      1 Reply Last reply Reply Quote 0
                      • N
                        nengelhardt
                        last edited by

                        It wouldn’t be optimal, but have you tried the dd method?

                        1 Reply Last reply Reply Quote 0
                        • M
                          mutant
                          last edited by

                          The issue is still there
                          Test on trunk version: 4702 with Optiplex 9020 Raid 0.

                          Tom ElliottT 1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott @mutant
                            last edited by

                            @mutant What is the issue that is still there?

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            1 Reply Last reply Reply Quote 0
                            • Tom ElliottT
                              Tom Elliott
                              last edited by

                              I don’t know if this will help anybody.

                              https://github.com/FOGProject/fogproject/pull/53

                              But I’m not going to try auto mounting raid myself.

                              Follow the instructions (essentially set the host’s kernelArgs to contain mdraid=true)

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                              1 Reply Last reply Reply Quote 0
                              • M
                                mutant
                                last edited by

                                2015-09-23_152422.gif
                                putting Host Kernel Arguments “mdraid=true” still result in the same issue that when deploy image it will break the raid and only image one disk.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  Did you download the new init and kernel files before testing?

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 1
                                  • M
                                    mutant
                                    last edited by

                                    Kernel was updated last week when upgrade using git to trunk version 4702.
                                    The git source “S99fog” file does have the $mdraid change.

                                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                    • Tom ElliottT
                                      Tom Elliott
                                      last edited by

                                      Again,

                                      I need more information.

                                      What is happening, what isn’t working? Does the system recognize the volumes at all?

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                      1 Reply Last reply Reply Quote 0
                                      • Wayne WorkmanW
                                        Wayne Workman @mutant
                                        last edited by

                                        @mutant said:

                                        9020

                                        I have Dell Optiplex 9020s at work. The factory firmware settings come with the hdd operating in “RAID ON” mode instead of AHCI. I’ve been able to successfully image this system with FOG Trunk. Have you played with these HDD operation mode settings? Does the 9020 have two physical hard drives, or just one? What is not working? Can the system network boot? Can you upload an image? Can you download an image? Can you provide a photograph of the issue you’re seeing?

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                        Daily Clean Installation Results:
                                        https://fogtesting.fogproject.us/
                                        FOG Reporting:
                                        https://fog-external-reporting-results.fogproject.us/

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          mutant
                                          last edited by mutant

                                          Upgrade the official published kernel from 4.2.0(Sept 17 2015) to 4.2.1 TomElliott (Sept 22 2015) and test again

                                          Optiplex 9020 with two 500GB physical hard drive.
                                          The system can network boot.
                                          Both of Raid0 and Raid1 test with deploy successfully to boot OS but only deploy to one disk.

                                          Raid1 (Mirror) 465.8GB
                                          Deploy a sysprep windows7 image result in degraded raid as it only deploy to one disk.
                                          Raid0 (Stripe) 931.5GB
                                          Deploy a sysprep windows7 image result in failed raid as it only deploy to one disk.
                                          Raid0 Image
                                          2015-09-24_101613.gif
                                          2015-09-24_101510.gif
                                          Raid1 Image
                                          2015-09-24_104638.gif
                                          2015-09-24_104609.gif

                                          ch3iC 1 Reply Last reply Reply Quote 0
                                          • ch3iC
                                            ch3i Moderator @mutant
                                            last edited by

                                            @mutant Not sure but I think that FOG only see the disk not the volume.

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

                                            220

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project