New Content #12597
closedHow to reset IPMI settings and password for Netgate appliances
100%
Description
For cases in which the password is lost (e.g. label is worn out) or settings need to be reset to something specific, we should document how to do this for our appliances.
Updated by Marcos M over 3 years ago
Load kernel module
- kldload ipmi
- ipmitool user list
- ipmitool user set password 2 ADMIN
- ipmitool lan set 1 ipaddr x.x.x.x
- ipmitool lan set 1 defgw ipaddr x.x.x.x
- ipmitool lan set 1 netmask 255.255.255.0
- ipmitool lan set 1 access on
Updated by Chris W about 3 years ago
- % Done changed from 0 to 90
Commit adding IPMI password reset steps to the current reference page which appears in the 1537 and 1541 documentation:
https://gitlab.netgate.com/docs/pfsense-platforms/-/commit/098329768e606d445e1e54d321fdcc843c6ab70b
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Resolved
- Assignee set to Chris W
- % Done changed from 90 to 100
It's in the docs now, has been since that commit was merged in.
https://docs.netgate.com/pfsense/en/latest/solutions/xg-1541/ipmi-access.html#ipmitool
https://docs.netgate.com/pfsense/en/latest/solutions/xg-1537/ipmi-access.html#ipmitool
Updated by Danilo Zrenjanin over 2 years ago
- Status changed from Resolved to New
The part with the commands to define the IP address, subnet mask, and default gateway is still missing.
Enable and configure network settings:
ipmitool lan set 1 ipaddr x.x.x.x ipmitool lan set 1 defgw ipaddr x.x.x.x ipmitool lan set 1 netmask 255.255.255.0 ipmitool lan set 1 access on
Updated by Jim Pingle over 2 years ago
- Status changed from New to Feedback
- Assignee changed from Chris W to Jim Pingle
Added that info to the docs and also cleaned up the rest of the info so it's all consistent.
https://gitlab.netgate.com/docs/pfsense-platforms/-/commit/497c4f0ac567a045f502f4d6903be704ced185a6
Changes are deployed to the public docs and will be available as soon as the build finishes.