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

Dell BMC support? #38

Closed
jacobweinstock opened this issue Apr 29, 2021 · 2 comments
Closed

Dell BMC support? #38

jacobweinstock opened this issue Apr 29, 2021 · 2 comments

Comments

@jacobweinstock
Copy link

Hi, wondering if you support Dell BMCs? when I run ChassisControl against Dell machines (r6525, r640) i get received non-normal completion code: 0xd4(Unknown)

@gebn
Copy link
Owner

gebn commented May 3, 2021

Hi there, looking at page 70 of the spec, code 0xd4 means:

Cannot execute command due to insufficient privilege level or other security-based restriction (e.g. disabled for ‘firmware firewall’).

It's likely you're connecting with "user" (read-only) privileges. Try using an operator or admin account, or setting the max privilege level explicitly.

@gebn
Copy link
Owner

gebn commented May 3, 2021

Following 0b79485, the error message will now be a slightly more helpful received non-normal completion code: 0xd4(Insufficient Privileges).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants