Changing IPMI user password, adjusting user callin settings and connecting to ipmi remotely.
Get user list for channel 1
sudo ipmitool user list 1
For user 2 - "admin", enable callin etc:
sudo ipmitool channel setaccess 1 2 callin=on ipmi=on link=on
Lets also reset user password (note, password must be different from current)
sudo ipmitool user set password 2 admin123!
Then try access remotely again
sudo ipmitool -I lanplus -H <IP> -U <User ID> -P <pass> chassis status
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article