-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HP ML350 GEN10 doesn't see disks #271
Comments
I could be completely wrong here... but it could be that a special driver is required for the P408I, HP only provide binary drivers for Red Hat and Opensuse as far as I can see from their website and maybe the opensource megaraid driver doesn't work with this controller assuming you don't need to do anything to get the drives into HBA mode. So if it was me I'd probably load up Fedora 39, 40 or rawhide onto a disc and install nwipe from their respository which is using the latest nwipe 0.37 and wipe the discs like that. I'm guessing nwipe is available in Redhat but don't know which version they are at. However, somebody that has this hardware may know a better workaround. |
Hello @jansiee and @PartialVolume , So, no nerdy moaning, without a solution. I think, that the integration of the hpsa module should therefore be integrated, as it is Open Source, from my understanding So there starts my inability to build livecds, inlude modules in iat and so on and so forth and where I kindly need to ask to integrate this module in the Image. Here are some more information, of what i found on a quick search It would be REEEEEAAAAL Great, if this module finds the way in the image. berst regards pinky |
@ps-pinky All of ShredOS's drivers are built into the kernel rather than being .ko files you will find in the directory structure. To view all builtin drivers you run the command As you will see, the hpsa driver is already included in the latest ShredOS. Boot the server that doesn't show the discs with the latest version of ShredOS. ALT-F2 to switch to the 2nd virtual terminal and type |
@ps-pinky Can you also boot up gparted on your server and run the |
@PartialVolume well i think copying out of the ilo session aint possible, as this doesn't behave like a ssh session and I'm not quite sure, if im allowed to post internal stuff on a public platform, it's just some wird compliance stuff. I'm going to try to ship around that problem and check, if i'm going to get some old hardware, for that purpose to provide yo with informations as best, as i can. |
@ps-pinky You don't need to copy anything out, just take a photo with your phone. There's nothing identifiable in the output of lspci -k, e.g. no UUIDs, serial numbers or anything, just the general names of the hardware. Tends to be all very common well known stuff. |
@PartialVolume hey there, i had some investigations on a hardware i could use for a couple of minutes, just to recognise, that shredos does not do uefi boots (yet) and i wasn't allowed to reconfigure it for the test. from what i read and hopefully understand here: https://man7.org/linux/man-pages/man4/smartpqi.4.html |
@ps-pinky ShredOS does UEFI boot however it's not signed so you would have to switch off secure boot, however it still boots via UEFI. The smartpqi driver is already installed in the latest ShredOS.
|
@PartialVolume Hello there, sorry for the delay, but htere was weekend in between. From what I see here now is the following: whereas shredos says pretty much the same, BUT: No lines underneath for 'Kernel Driver un use' or 'Kernel Modules' thats a pretty weird behaviour, when yo say, that the smartpqi modules are already installed. |
@ps-pinky Can you post dmesg.txt which you should find in the root of the USB flash drive. Thanks. |
@PartialVolume hmmm, I'm sorry, I didn't mention, I'm booting from an iso file, which explains, that uefi boot might not work yet. ;-) does the iso file create a dmsg.txt too or is that a usb drive only thing? |
As long as you have a USB stick plugged in, even when booting from an .iso dmesg txt, logs and PDF reports will automatically get copied to the USB stick when you press spacebar when all the wipes are done or if you Control C to abort at any time. |
@PartialVolume I'll do that, once I'm back on site in the coming days, will take a while. I'm going to come back here then! :-) |
I'm working on this myself so we can wipe some client drives and the lab HP we have would make this a lot quicker. That said have found the Driver for smartpqi in shredos is 2.1.24.046 and none of the drives come through. and in the ubuntu 2404 live cd it is version 2.1.26-030 which is able to mount all those drives. In dmesg on shredos I only get an error about MSI-X init failing with error -28. I'm currently teaching myself how to pull shredos down so I can try the updated driver in it to see if that is all it takes. Gonna be slow tomorrow so I'll let you know if I'm able to sort out buildroot and get this built proper. |
@EmmV33 that would be great, if you have the opportunity to grab some hardware from the lab then me, cause I gotta take the long run until I see a lab or a data center again to grab myself some stuff to test. Would be really interesting to see, if it works with the newer driver or what that -28 error is. Keep fingers crossed it works with an updated driver and will follow this. I think @PartialVolume surely appreciates that input. I'll go and put in my help and output as well, as soon, as I can lay my hands on some metal again :-) |
Yeah my Holiday ended up being a busy work day because too many people decided to work on the holiday. go figure. I'm back at it now, though again have to give me patience, have not used buildroot before, and feels like doing it in WSL has some fun pitfalls I have to navigate first. |
Alright. I have been playing with this for a while and I'll admit this is a purely lack of knowledge issue, but @PartialVolume @ps-pinky or anyone else, where am I adding this new driver to the make directory? I have been able to add other programs and build those without issues but I have no idea where these drivers are loaded from, as the only config I can find is in the defconfig saying yes install smartpqi. Do I add these drivers via the patching mechanism that I haven't figured out yet? or do I turn smartpqi off in the linux-menuconfig and then add it as a package with the updated stuff? Trying to give an answer here but getting stuck so figured it be quicker to just ask here for any ideas. |
@EmmV33 Well, I'm so sorry to say, but unfortunately I guess my knowledge of this it's even more limited than yours and I'm not a good in giving advice in adding a driver and building a livecd with that, but I guess and hope @PartialVolume has a better view on that. |
Unfortunately I can't help you with that, I've added new packages/applications but not a driver other than via selection through make linux-menuconfig. I'm bumping the buildroot version shortly so other than a learning experience you could be wasting your time as it's all about to change. |
On the HP ML350 Gen10 with controlelr P408I the disk don't show up.
They don't show up without creating any array/raid and not when i create a raid 0 for every disk.
Disk shoud be automatically be HBA mode on this controller.
What can i do?
The text was updated successfully, but these errors were encountered: