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

    Dell R720 Display problem with Fedora 26 server

    IT Discussion
    7
    53
    4.4k
    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.
    • K
      kuyaz @Francesco Provino
      last edited by

      @francesco-provino i assumae your idrac is enterprise license? mine is express only 😞 sad... haha...
      official price of the idrac enterprise license is 400$ ++ .... -.-

      F Reid CooperR 2 Replies Last reply Reply Quote 0
      • F
        Francesco Provino @kuyaz
        last edited by

        @kuyaz said in Dell R720 Display problem with Fedora 26 server:

        @francesco-provino i assumae your idrac is enterprise license? mine is express only 😞 sad... haha...
        official price of the idrac enterprise license is 400$ ++ .... -.-

        That servers have iDrac enterprise, but that’s not the point: you can still use serial redirection, even with the most basic IPMI-compliant machine. I have a super-basic T110 with BMC only and it does IPMI serial redirection pretty well. It’s actually one of my fedora-kvm machine.

        K 1 Reply Last reply Reply Quote 0
        • K
          kuyaz @Francesco Provino
          last edited by

          @francesco-provino do you know how to bypass the HW RAID in DELL R720?
          I want to use SW raid instead with MD.

          Thanks.

          scottalanmillerS F Reid CooperR 3 Replies Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @kuyaz
            last edited by

            @kuyaz said in Dell R720 Display problem with Fedora 26 server:

            @francesco-provino do you know how to bypass the HW RAID in DELL R720?
            I want to use SW raid instead with MD.

            Thanks.

            Several points here....

            1. R720 doesn’t have hardware RAID. There is an add on PERC controller in it. That’s where the RAID lives. The server itself doesn’t have any. So all RAID questions would be about the card.
            2. PERC controllers don’t have a bypass option. You remove the card to bypass. The work around is to make each drive attached to the card it’s own RAID array.
            3. You without question don’t want to do this. There is no scenario where this is a good idea for you. Do not go down this path. MD is not a good idea here.
            1 Reply Last reply Reply Quote 3
            • K
              kuyaz
              last edited by

              thanks.Will continue my experiment. I guess I stuck with PERC RAID then.

              scottalanmillerS Reid CooperR 2 Replies Last reply Reply Quote 0
              • K
                kuyaz
                last edited by

                1. Setup RAID-1 via PERC for 2 x 4TB HDD
                2. Install Fedora 26 Server from USB Boot
                3. LVM only 20GB out of 4TB for Fedora VM Host (Xen/KVM)
                4. Partition :
                  1. root (LVM with xfs) 17GB
                  2. boot (LVM with xfs) 1GB,
                  3. swap (LVM with swap) 2GB

                Please correct if my setup is fine. still learning 🙂

                Should I partition 20GB and leave the free space for VM guest LVM? or I do 4TB during the install, and put VM host as image file?
                CMIIW.

                Thanks.

                F scottalanmillerS 3 Replies Last reply Reply Quote 0
                • F
                  Francesco Provino @kuyaz
                  last edited by

                  @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                  @francesco-provino do you know how to bypass the HW RAID in DELL R720?
                  I want to use SW raid instead with MD.

                  Thanks.

                  I agree with Scott here. If the PERC is already in place, you can’t beat it with an HDD-only setup. Stay with the PERC.

                  1 Reply Last reply Reply Quote 0
                  • F
                    Francesco Provino @kuyaz
                    last edited by

                    @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                    1. Setup RAID-1 via PERC for 2 x 4TB HDD
                    2. Install Fedora 26 Server from USB Boot
                    3. LVM only 20GB out of 4TB for Fedora VM Host (Xen/KVM)
                    4. Partition :
                      1. root (LVM with xfs) 17GB
                      2. boot (LVM with xfs) 1GB,
                      3. swap (LVM with swap) 2GB

                    Please correct if my setup is fine. still learning 🙂

                    Should I partition 20GB and leave the free space for VM guest LVM? or I do 4TB during the install, and put VM host as image file?
                    CMIIW.

                    Thanks.

                    You have to choose between storing the VM in LVM partition directly or in files. LVM is very solid and a little faster. The file backend is also solid today, and a lot more flexible; I suggest to use XFS as a base filesystem.
                    PV the whole disk array anyway.

                    Remeber, both thin LVM and non-preallocated QCOW files will slow the write operations A LOT.

                    K 1 Reply Last reply Reply Quote 1
                    • F
                      Francesco Provino @kuyaz
                      last edited by

                      @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                      1. Setup RAID-1 via PERC for 2 x 4TB HDD
                      2. Install Fedora 26 Server from USB Boot
                      3. LVM only 20GB out of 4TB for Fedora VM Host (Xen/KVM)
                      4. Partition :
                        1. root (LVM with xfs) 17GB
                        2. boot (LVM with xfs) 1GB,
                        3. swap (LVM with swap) 2GB

                      Please correct if my setup is fine. still learning 🙂

                      Should I partition 20GB and leave the free space for VM guest LVM? or I do 4TB during the install, and put VM host as image file?
                      CMIIW.

                      Thanks.

                      One last thing: raid 1 on standard SATA hdd is gonna be slow. Quite slow.

                      K 2 Replies Last reply Reply Quote 0
                      • K
                        kuyaz @Francesco Provino
                        last edited by

                        @francesco-provino

                        Am i right to say better to just use the whole array on the host and locate it to root partition? and use file image instead for flexibility?

                        scottalanmillerS 1 Reply Last reply Reply Quote 1
                        • K
                          kuyaz @Francesco Provino
                          last edited by

                          @francesco-provino I guess i have no choice for data sake protection. Do have any other choice? What is the best option for me?

                          thin lvm / cow is for sharing storage right purpose on limited disk right? by saying slow down A LOT, may i know roughly how many % slower based from you experience?

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

                            @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                            thanks.Will continue my experiment. I guess I stuck with PERC RAID then.

                            What do you mean stuck? It's a good thing. Why are you trying to work around it? There is some logic missing here. You can always remove it, but why would you?

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

                              @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                              3. swap (LVM with swap) 2GB
                              

                              I don't use swap volumes any longer. Just make a swap file on /

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

                                @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                                @francesco-provino

                                Am i right to say better to just use the whole array on the host and locate it to root partition? and use file image instead for flexibility?

                                Of course, you never use anything but file image.

                                1 Reply Last reply Reply Quote 0
                                • K
                                  kuyaz @scottalanmiller
                                  last edited by

                                  @scottalanmiller i mean i want to experiment between perc and sw raid to learn the diff... so i guess i dont have that option to play around...

                                  scottalanmillerS travisdh1T 2 Replies Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @kuyaz
                                    last edited by

                                    @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                                    @scottalanmiller i mean i want to experiment between perc and sw raid to learn the diff... so i guess i dont have that option to play around...

                                    Ah, just for learning, that is fine. But RAID is RAID, it's not like you really learn much. You should learn MD in a lab, not on this hardware. You can't easily make an MD RAID array on top of the PERC using the image files to learn anything you want with MD.

                                    1 Reply Last reply Reply Quote 0
                                    • travisdh1T
                                      travisdh1 @kuyaz
                                      last edited by

                                      @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                                      @scottalanmiller i mean i want to experiment between perc and sw raid to learn the diff... so i guess i dont have that option to play around...

                                      If you want to learn how to manage md, just make a virtual machine with a lot of small virtual drives. Much easier and safer if you're just wanting to learn (if you completely wipe something, it's only a vm.)

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

                                        @travisdh1 said in Dell R720 Display problem with Fedora 26 server:

                                        @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                                        @scottalanmiller i mean i want to experiment between perc and sw raid to learn the diff... so i guess i dont have that option to play around...

                                        If you want to learn how to manage md, just make a virtual machine with a lot of small virtual drives. Much easier and safer if you're just wanting to learn (if you completely wipe something, it's only a vm.)

                                        Exactly

                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          kuyaz @Francesco Provino
                                          last edited by

                                          @francesco-provino said in Dell R720 Display problem with Fedora 26 server:

                                          One last thing: raid 1 on standard SATA hdd is gonna be slow. Quite slow.

                                          AFAIK, RAID 1 will improve read 2x ? maybe slower write but not so much?

                                          CMIIW.

                                          Thanks.

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

                                            @kuyaz said in Dell R720 Display problem with Fedora 26 server:

                                            @francesco-provino said in Dell R720 Display problem with Fedora 26 server:

                                            One last thing: raid 1 on standard SATA hdd is gonna be slow. Quite slow.

                                            AFAIK, RAID 1 will improve read 2x ? maybe slower write but not so much?

                                            CMIIW.

                                            Thanks.

                                            Read is 2x, Write is 1x. There is no write penalty whatsoever.

                                            K 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post