Ideally you should just boot a Linux (e.g. Debian/Ubuntu) LiveUSB, let it aquire an IP via DHCP, SSH into it, then reconfigure IPMI to use DHCP & reset the IPMI Password.Anyone got one and tested yet? Struggling to get into it, USB ports don't seem to be working, presume the IPMI default password has changed too.
Alternatively use TFTP/PXE Boot (Network Booting) and you could do the same Thing:
Code:
# Configure IPMI to use DHCP IP Addressing
# Supermicro: use channel 1
ipmitool lan set 1 ipsrc dhcp
# Fujitsu TX1320 M3: use Channel 2
# ipmitool lan set 2 ipsrc dhcp
# Reboot the BMC
ipmitool bmc reset cold
# Reset ADMIN Password
# Admin is typically User #2
ipmitool user set password 2
# Print LAN Information
ipmitool lan print
