Supermicro/ADMIN Password
Jump to navigation
Jump to search
This will force the ADMIN user's password to "ADMIN".
As referenced in the reset password script: https://www.supermicro.com/wftp/BMC_Unique_Password/
ref: https://www.supermicro.com/support/BMC_Unique_Password_Guide.pdf
ipmitool:
ipmitool -I lanplus -H [IP] -U ADMIN -P [OLD_PASSWORD] raw 0x30 0x48 0x1
From local interface:
ipmitool raw 0x30 0x48 0x1
Example:
root@myserver:~# ipmitool raw 0x30 0x48 0x1 00
Sum version: (will reset only the ADMIN's password)
./sum -i [IP] -u [USER] -p [PASSWORD] -c RawCommand --raw '0x30 0x48 0x1'
Windows ipmiutil
ipmiutil.exe cmd 00 20 30 48 01 ?????? I seem to be missing something
ipmicfg [1]
IPMICFG -RAW 0x30 0x48 0x01