Resetting a forgotten IPMI password
Resetting the IPMI password varies by server vendor and model. Here are some general methods to try:
To reset the IPMI password using IPMItool, follow these steps:
Prerequisites
- Ensure that you have physical or remote access to the server.
- Ensure that IPMItool is installed on your server or a linked system.
For Debian/Ubuntu:
Copy code: code:-sudo apt-get install ipmitool
For CentOS/RHEL:
Copy code: -sudo yum install ipmitool
Steps to Reset IPMI Password
List Current Users
First, identify the user ID of the account whose password you want to reset:
Copy code: sudo ipmitool user list 1
This will display a list of users along with their IDs. Note the user ID of the account you want to reset.
Output might look like this:-
Set a New Password
Replace USER_ID with the actual user ID from the previous step and NEW_PASSWORD with your desired password:
Copy code: - sudo ipmitool user set password USER_ID NEW_PASSWORD
Example
Assume you want to reset the password for the user with ID 2 to newpassword123:
Copy code: -sudo ipmitool user set password 2 admin12345
Additional Tips
- Check IPMItool Connection: Ensure that IPMItool can communicate with the IPMI interface. You might need to specify the interface or use additional options if your setup is more complex.
- Remote Access: If you are running these commands from a remote system, ensure you have network access to the server's IPMI interface.
If you encounter any issues or need further assistance specific to your server's make and model,
Method 2:- Hardware Jumper (For Some Models)
Power Down the Server:
Shut down and power off the server.
Open the Server Chassis:
Open the chassis to access the motherboard.
Locate the Jumper:
Find the jumper for resetting the BMC/BIOS settings. This
information is usually found in the server's manual.
Reset the Jumper:
Move the jumper to the reset position, power on the server
briefly, and then power it off again.
Return the Jumper:
Return the jumper to its original position and close the
chassis.
Power On the Server:
Power on the server and the IPMI settings, including the
password, should be reset.
Note:
- The exact steps can vary based on the server model and
manufacturer (e.g., Dell, HP, Supermicro).
- It is always recommended to consult
the server's manual or support documentation for specific instructions.
Related Articles
IPMI User Management (Reset, Create, Delete, Privileges) Using ipmitool on Ubuntu
1. Prerequisites Ubuntu system with sudo access and ipmitool installed Local BMC access (/dev/ipmi0) or remote BMC IP Maintenance window recommended Confirm correct User ID before modifying 2. Install and Validate ipmitool 2.1 Install bash sudo apt ...
Execution of NVIDIA Field Diagnostic (FD) Tool and Collection of Diagnostic Logs, and troubleshooting of GPU(s) not detected
1. Objective To provide a standardized procedure for executing the NVIDIA Field Diagnostic (FD) tool, verifying GPU status, collecting the required diagnostic logs, and documenting the findings for further analysis. 2. Scope This procedure applies to ...
Troubleshooting Supermicro HGX BMC to Inband Communication Issues
Issue Description The Supermicro HGX system’s BMC is not communicating with the host OS over the Inband channel. This prevents access to BMC functionalities such as sensor readings, firmware updates, and IPMI commands from the operating system. ...
ASUS BMC- Static IP Network Setup
ASUS BMC—Static IP Network Setup Connect Network Cable Connect a network cable to the MGMT (Management) port. If the network has DHCP enabled, the server will automatically obtain an IP address. If DHCP is not enabled, follow the manual configuration ...
ASUS Server Testing Workflow – MBUZZ Service Center
This document outlines the mandatory steps to be completed before submitting any ASUS server to the QC department. All engineers must strictly follow these procedures to ensure consistency, reliability, and compliance with MBUZZ service standards. ...
Recent Articles
Troubleshooting NVSM Alert NV-CPU-XX – Unrecoverable CPU Internal Error
Purpose This document provides a general troubleshooting procedure for the NVIDIA System Management (NVSM) alert NV-CPU-XX, which indicates that a CPU has reported an internal error. The article outlines how to verify whether the alert represents an ...
PCIe Gen5 Switch Board Replacement
1. Objective The objective of this Method of Procedure (MOP) is to safely replace the defective PCIe Gen5 Switch Board in the Supermicro server while minimizing system downtime and ensuring all PCIe devices, including GPUs, NICs, NVMe drives, and ...
Local Boot Support for DGX H200 with BCM 11
Overview This Knowledge Base (KB) article explains the supported method for deploying and managing a DGX H200 system using Bright Cluster Manager (BCM) 11 while booting the operating system from the node's local NVMe storage. To be managed by BCM, ...
Execution of NVIDIA Field Diagnostic (FD) Tool and Collection of Diagnostic Logs, and troubleshooting of GPU(s) not detected
1. Objective To provide a standardized procedure for executing the NVIDIA Field Diagnostic (FD) tool, verifying GPU status, collecting the required diagnostic logs, and documenting the findings for further analysis. 2. Scope This procedure applies to ...
Fiber Optic Bend Radius Measurement and Compliance
1. Purpose This article outlines the procedure for verifying that installed fiber optic cables comply with minimum bend radius requirements. Proper verification prevents signal degradation, ensures optimal optical performance, and protects the ...