How to Factory Reset IPMI Setting Using Linux Tools | Reset IPMI Password

               
1) How to reset supermicro IPMI ?
2) factory reset ipmi setting ?
3) reset default setting of IPMI ?
4) Reset IPMI IP and admin password ?
5) forget IPMI password, how to reset ?

How to reset supermicro IPMI settings linke IP and password, factory reset ipmi setting, reset default setting of IPMI, Reset IPMI IP and admin password and Reset to the factory default LAN and FRU, how to reset,
Reset IPMI Setting
ipmitool, ipmi, ipmitool commands, ipmi port, ipmi supermicro, ipmiview, ipmiview download, ipmi configuration, ipmi access,


Requirement :

1) IPMICFG
2) Working System OS / DOS live / bootable Media


IPMICFG is a command line tool to manage IPMI. We can follwing task using it
a) IPMI Configuration
b) Configure IPMI IP Address
c) Configure IPMI User Management, FRU and more

Read more : ftp://ftp.supermicro.com/utility/IPMICFG/Supermicro_Utility_User_Guide_IPMICFG.pdf

Step 1:

Download IPMICFG for official website “ftp://ftp.supermicro.com/utility/IPMICFG/”

ftp://ftp.supermicro.com/utility/IPMICFG/IPMICFG_1.28.0_build.180302.zip

Linux – OS

wget ftp://ftp.supermicro.com/utility/IPMICFG/IPMICFG_1.28.0_build.180302.zip -O /tmp/IPMICFG.zip

How to reset supermicro IPMI settings linke IP and password, factory reset ipmi setting, reset default setting of IPMI, Reset IPMI IP and admin password and Reset to the factory default LAN and FRU, how to reset,
IPMICFG tools
cd /tmp/
unzip IPMICFG.zip
cd IPMICFG_1.28.0_build.180302
ls

cd  Linux


Note: go to directory according to os architecture ( 32bit /64bit )

cd  64bit

How to reset supermicro IPMI settings linke IP and password, factory reset ipmi setting, reset default setting of IPMI, Reset IPMI IP and admin password and Reset to the factory default LAN and FRU, how to reset,

Note:  If there is no ipmi driver loaded, IPMICFG will use its internal API to access BMC.

Run command to load driver

modprobe ipmi_msghandlermodprobe ipmi_devintfmodprobe ipmi_si

Command to reset IP/Password , first you can get help

./IPMICFG-Linux.x86_64 -h



Reset to the factory default ( FRU and LAN )

./IPMICFG-Linux.x86_64 -fde
..
..

Reset to the factory default completed.

Show ip and mac

./IPMICFG-Linux.x86_64 -m

Now every ip and password wipe out

To Set static IP  address

./IPMICFG-Linux.x86_64  -dhcp off

./ipmicfg-linux.x86_64 -m 192.168.10.10

./ipmicfg-linux.x86_64 -k 255.255.255.0

./ipmicfg-linux.x86_64 -g 192.168.10.1

Note: Set IP according to your network, we have 192.168.10.0/24 network.

Thanks,
Linuxtiopic
Please like, share and comment

No comments

Powered by Blogger.