-
Notifications
You must be signed in to change notification settings - Fork 67
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
Platform check failing on a Dell PowerEdge R730xd #76
Comments
Hello,
then run |
I'm having trouble installing a previous version. Says it can't find the image. |
I have a hunch... SERVER_MANUFACTURER=$(echo "$IPMI_FRU_content" | grep "Product Manufacturer" | awk -F ': ' '{print $2}') |
OK, so I had to reinstall a plugin, but now ipmitool is working on the host directly, without authentication. However I'm still having the same issue. Here's the output from ipmitool fru: FRU Device Description : PS1 (ID 1) FRU Device Description : PS2 (ID 2) FRU Device Description : BP0 (ID 12) FRU Device Description : BP1 (ID 13) FRU Device Description : BP2 (ID 14) FRU Device Description : BP3 (ID 15) FRU Device Description : NDC (ID 4) FRU Device Description : PERC1 (ID 10) FRU Device Description : OEM fru (ID 17) FRU Device Description : PS1 (ID 1) FRU Device Description : PS2 (ID 2) FRU Device Description : BP0 (ID 12) FRU Device Description : BP1 (ID 13) FRU Device Description : BP2 (ID 14) FRU Device Description : BP3 (ID 15) FRU Device Description : NDC (ID 4) FRU Device Description : PERC1 (ID 10) FRU Device Description : OEM fru (ID 17) |
Same error: /!\ Your server isn't a Dell product. Exiting. root@pve:~# ipmitool fru FRU Device Description : PS1 (ID 1) FRU Device Description : PS2 (ID 2) FRU Device Description : BP0 (ID 12) FRU Device Description : BP1 (ID 13) FRU Device Description : BP2 (ID 14) FRU Device Description : BP3 (ID 15) FRU Device Description : NDC (ID 4) FRU Device Description : PERC1 (ID 10) FRU Device Description : NTB (ID 16) FRU Device Description : OEM fru (ID 17) |
Same for me, this time on a R720XD chassis
|
Same issue here. "Your server isn't a Dell product" FRU Device Description : Builtin FRU Device (ID 0) FRU Device Description : PS1 (ID 1) FRU Device Description : PS2 (ID 2) FRU Device Description : BP0 (ID 12) FRU Device Description : BP1 (ID 13) FRU Device Description : BP2 (ID 14) FRU Device Description : BP3 (ID 15) FRU Device Description : NDC (ID 4) FRU Device Description : PERC1 (ID 10) FRU Device Description : OEM fru (ID 17) |
@malexander6, @jsimcina, @drseveruswallace, @TheAbsoluteTruth, @hausner are you all using the container in LAN mode ? If yes, I guess @jsimcina found the root cause and I'll fix it ASAP. |
I'm on LAN mode |
yes |
Should be fixed by commit cf69481. Please let me know :) |
working for me. thank you so much |
@drseveruswallace thanks for your feedback @malexander6, hope that the fix will work for you too. You can now uninstall ipmitool (and other things you installed to make it work ?) from your host as it's not needed to run this Docker container. I'm now closing this issue. It was my bad, I should probably set up github test actions and versioning in the generated Docker images to ease debugging but, as I'm developing this project alone, it's not easy to have the time and knowledge to add all these features... Help is welcome, next time I'll probably ask a bunch of you for a test before pushing on master (as this project becomes very popular 😄) |
I just updated and now it is not booting up. "/!\ Your server isn't a Dell product. Exiting." is logged twice.
I'm running this container on Unraid on a Poweredge R730xd.
This project has solved a problem for me and many of us, I'm sure. Thanks!
The text was updated successfully, but these errors were encountered: