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

    Solved PCI bus error

    IT Discussion
    dell poweredge poweredge 2850 lspci bmc ipmi
    10
    55
    3.7k
    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.
    • JaredBuschJ
      JaredBusch
      last edited by

      Tried to make a new one today. Just because.
      That did not work out so well
      4B6B3F82-0A7D-4ECB-AE1D-F3FD8FC75F73.jpeg

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

        @JaredBusch said in PCI bus error:

        @Pete-S said in PCI bus error:

        Yeah, I assume this is a low budget spec.
        Pick the cheapest epyc rome unless you expect the server to handle lots more in the future. 7232P is the cheapest.

        Budget is not an issue. But it does not need anything bigger.
        The two specified, were the smallest two on Dell's website.

        Then you have another dell.com than I have.

        Not a big difference however.

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

          @Pete-S said in PCI bus error:

          @JaredBusch said in PCI bus error:

          @Pete-S said in PCI bus error:

          Yeah, I assume this is a low budget spec.
          Pick the cheapest epyc rome unless you expect the server to handle lots more in the future. 7232P is the cheapest.

          Budget is not an issue. But it does not need anything bigger.
          The two specified, were the smallest two on Dell's website.

          Then you have another dell.com than I have.

          Not a big difference however.

          Might be because of the form factor. I didn’t look hard at options.

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

            so this... any ideas how to go forward? Google and I are not getting along good enough to find an answer apparently.
            889c397e-14d7-4c4f-9a42-d526d1c99f28-image.png

            1 ObsolesceO DustinB3403D 3 Replies Last reply Reply Quote 0
            • 1
              1337 @JaredBusch
              last edited by 1337

              @JaredBusch said in PCI bus error:

              so this... any ideas how to go forward? Google and I are not getting along good enough to find an answer apparently.
              889c397e-14d7-4c4f-9a42-d526d1c99f28-image.png

              I often see kernel panic when trying to put an an old image on a new virtualization platform or moving images from one virtual to another virtual platform. I don't know if it's because they remove driver support for old hardware when they compile the kernel or what.

              I get around it by using virtualbox instead which seems to have infinitely better support for legacy systems. But my use case has often been to spin up an old image backup and see how it works or look for something. Not run it like it is in a production environment.

              1 1 Reply Last reply Reply Quote 0
              • 1
                1337 @1337
                last edited by 1337

                @Pete-S said in PCI bus error:

                @JaredBusch said in PCI bus error:

                so this... any ideas how to go forward? Google and I are not getting along good enough to find an answer apparently.
                889c397e-14d7-4c4f-9a42-d526d1c99f28-image.png

                I often see kernel panic when trying to put an an old image on a new virtualization platform or moving images from one virtual to another virtual platform. I don't know if it's because they remove driver support for old hardware when they compile the kernel or what.

                I get around it by using virtualbox instead which seems to have infinitely better support for legacy systems. But my use case has often been to spin up an old image backup and see how it works or look for something. Not run it like it is in a production environment.

                Another option is to find old server hardware from the same era and just run it there. And then throw it all away when you're done with whatever it is you are doing. It just have to be really worth the trouble of dealing with old stuff and usually it's not, but there are always exceptions.

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

                  @JaredBusch said in PCI bus error:

                  any ideas how to go forward?

                  OIP.jfif

                  1 Reply Last reply Reply Quote 0
                  • V
                    VoIP_n00b
                    last edited by

                    Cloud computing is the future

                    1 Reply Last reply Reply Quote -2
                    • DustinB3403D
                      DustinB3403 @JaredBusch
                      last edited by

                      @JaredBusch I'm assuming you already found this, but if not.

                      https://communities.vmware.com/t5/Converter-Standalone-Discussions/RHEL-4-machine-converted-fine-but-get-kernel-panic-when-I-start/m-p/2148049

                      From Marcus

                      Boot into the RHEL4 rescue environment
                      chroot /mnt/sysimage
                      Edit /etc/modprobe.conf and change the scsi_hostadapter entries to look like this:

                      alias scsi_hostadapter mptbase
                      alias scsi_hostadapter1 mptscsi
                      alias scsi_hostadapter2 mptfc
                      alias scsi_hostadapter3 mptspi
                      alias scsi_hostadapter4 mptsas
                      alias scsi_hostadapter5 mptscsih

                      cd /boot
                      move the current initrd images to another folder or rename them to .old
                      run mkinitrd (example: mkinitrd -v -f initrd-2.6.9.-11.EL.img 2.6.9.-11.EL)
                      Repeat the above step for each kernel (in case you ever decide to boot into them later)
                      Exit the chroot environment
                      Try booting the VM

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

                        @DustinB3403 if I did, I did not read far enough down.

                        Now I just need a way to get to rhel4 recovery mode.

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

                          @Pete-S said in PCI bus error:

                          @Pete-S said in PCI bus error:

                          @JaredBusch said in PCI bus error:

                          so this... any ideas how to go forward? Google and I are not getting along good enough to find an answer apparently.
                          889c397e-14d7-4c4f-9a42-d526d1c99f28-image.png

                          I often see kernel panic when trying to put an an old image on a new virtualization platform or moving images from one virtual to another virtual platform. I don't know if it's because they remove driver support for old hardware when they compile the kernel or what.

                          I get around it by using virtualbox instead which seems to have infinitely better support for legacy systems. But my use case has often been to spin up an old image backup and see how it works or look for something. Not run it like it is in a production environment.

                          Another option is to find old server hardware from the same era and just run it there. And then throw it all away when you're done with whatever it is you are doing. It just have to be really worth the trouble of dealing with old stuff and usually it's not, but there are always exceptions.

                          It was not a Xeon, but I did try a physical restore also. With the same result.

                          1 Reply Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403 @JaredBusch
                            last edited by

                            @JaredBusch said in PCI bus error:

                            @DustinB3403 if I did, I did not read far enough down.

                            Now I just need a way to get to rhel4 recovery mode.

                            This may help http://ftp.redhat.com/pub/redhat/linux/enterprise/4/en/RHAPS2/i386/isos/

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

                              @JaredBusch said in PCI bus error:

                              So the customer asked me to spec out a replacement server.

                              This is what I am thinking to recommend.

                              Dell PowerEdge R6515 – Chassis with 8x 2.5” drives
                              AMD EPYC 7262 or 7302P 
                              1x 16gb RDIMM 3200MT
                              PERC H730P
                              3x 480GB SSD SATA Mix Use Hot plug
                              Dual hot plug power supply
                              Riser Config 1 1x16LP PCIe slot
                              iDRAC 9 Express
                              BOSS controller card with 2 M.2 240GB RAID 1
                              

                              CCB came back with this.
                              0f4f8a2a-5286-4914-9b1b-67f6444eee42-image.png

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

                                New servers arrived today.

                                My office is warmer now.

                                BDFDFF4B-C9A5-4191-BE0C-33701932CA4E.jpeg

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

                                  Awesome mounting solution
                                  2458A5D8-9B3D-4984-A84F-32142B4C363B.jpeg

                                  dafyreD 1 Reply Last reply Reply Quote 3
                                  • hobbit666H
                                    hobbit666
                                    last edited by

                                    What OS will you be installing?

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

                                      @hobbit666 said in PCI bus error:

                                      What OS will you be installing?

                                      Proxmox or raw KVM on Fedora if Proxmox gets too annoying.

                                      DustinB3403D 1 Reply Last reply Reply Quote 1
                                      • dafyreD
                                        dafyre @JaredBusch
                                        last edited by

                                        @JaredBusch said in PCI bus error:

                                        Awesome mounting solution
                                        2458A5D8-9B3D-4984-A84F-32142B4C363B.jpeg

                                        Servers off the floor? ☑
                                        Servers Not lying in liquid ☑
                                        Servers Have Power ☑
                                        Mounting apparatus made of
                                        something other than cardboard ☑

                                        Looks good to me!

                                        DustinB3403D 1 Reply Last reply Reply Quote 2
                                        • DustinB3403D
                                          DustinB3403 @JaredBusch
                                          last edited by

                                          @JaredBusch said in PCI bus error:

                                          @hobbit666 said in PCI bus error:

                                          What OS will you be installing?

                                          Proxmox or raw KVM on Fedora if Proxmox gets too annoying.

                                          Annoying in what way?

                                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403 @dafyre
                                            last edited by DustinB3403

                                            @dafyre said in PCI bus error:

                                            Servers off the floor?
                                            Servers Not lying in liquid
                                            Servers Have Power
                                            Mounting apparatus made of
                                            something other than cardboard

                                            Server rack made of metal and capable of being grounded ☑

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