-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cannot enable IPMI access for user without changing password #394
Comments
More context:
|
Hi srikarpyda, I've tried with the command as bellow, which was set successfully as required and it showed the right value on WebUI. The parameter ' --newpassword' is a must, but don't need to change it. Please have a try. python3 update_bmc_user_account_type.py -i 10.245.39.83 -u USERID -p PASSW0RD=1 --username USERID --accounttype {WebUI,Redfish,ManagerConsole,IPMI,SNMP} --newpassword PASSW0RD=1 $ python3 update_bmc_user_account_type.py -h This tool can be used to perform system management via Redfish. BMC connect information (ip/username/password) is needed. optional arguments: Example: Change the account type for the default BMC account: "python update_bmc_user_account_type.py -i 10.10.10.10 -u |
Hello,
I am working with a ThinkSystem SR655 V3.
BMC Version: 4.20
UEFI Version: 5.20
I have updated the BMC password for the root user from its factory default (and password expiration is turned off).
I am able to manually enable IPMI for the root user through the BMC Web UI without having to change the password.
However, when I try to update the root user's account type to allow for IPMI access through redfish, I receive the following error. Can you help me resolve this? Given that I have already changed the default password, I do not want to further change the BMC password.
Thank you so much for the assistance.
The text was updated successfully, but these errors were encountered: