Skip to content
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

Support for Supermicro IPMI #52

Open
Mr-Technician opened this issue Nov 20, 2022 · 4 comments
Open

Support for Supermicro IPMI #52

Mr-Technician opened this issue Nov 20, 2022 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Mr-Technician
Copy link

I'm loving this and it works great for my Dell R210 II, but I also have a server with a Supermicro X9 SRL-F board. Looking at the startup.sh I suspect this code could be modified to support old Supermicro boards.

Do you think this is possible?

@n3gwg
Copy link

n3gwg commented Nov 20, 2022

For me, a first step would be to learn how I can somehow go about logging the exact strings that are being sent by the browser when I click the submit button. I imagine I can do it with Wireshark, but I'd also imagine there might be more clever ways to do that as well.

@DomiStyle
Copy link
Owner

See here for instructions on how to check if it can be supported.

@DomiStyle DomiStyle added enhancement New feature or request help wanted Extra attention is needed labels Nov 21, 2022
@Mr-Technician
Copy link
Author

Given that Supermicro's IPMIView software works well, I don't think support for Supermicro IPMI is critical in this docker container: https://www.supermicro.com/en/support/resources/downloadcenter/smsdownload?category=IPMI

This said, I could understand if VNC or HTML is more desirable than needing to install additional software.

@MisterCalvin
Copy link

MisterCalvin commented Dec 13, 2023

If anyone is interested in this functionality I released a project which works with X9 motherboards, you can find it here.

@DomiStyle, I'm not sure if you tried this, but I was able to persist (some) user preferences by setting JAVA_OPTS -Djava.util.prefs.systemRoot=/config/xdg/config -Djava.util.prefs.userRoot=/config/xdg/config and saving the $XDG_x_HOME directories in either a named volume or a host mount. I no longer have any 11th Generation Dell servers so I am unable to check if this would work with your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants