IPMICFG utility - how to reset IPMI to the factory defaults

Common interfaces to a computer system that system administrators can use to monitor system health and manage the system

IPMICFG utility - how to reset IPMI to the factory defaults

Postby lik » Sat Feb 25, 2012 7:29 am

In case if IPMI interface isn't accessible after update you will have to do the following:

1. Upload IPMICFG tool to the server (you will find required binaries inside the archive):
Code: Select all
wget "ftp://ftp.supermicro.com/utility/IPMICFG/IPMICFG_1.25.0_build.160715.zip"

2. Unload(if any) IPMI driver (OpenIPMI or FreeIPMI) on the server:
Code: Select all
/etc/init.d/ipmi stop
/etc/init.d/ipmievd stop

3. Run the following commands:

Reset to the factory defaults:
Code: Select all
./ipmicfg-linux.x86_64 -fd

Disable the DHCP:
Code: Select all
./ipmicfg-linux.x86_64 -dhcp off

Set IP (format:###.###.###.###):
Code: Select all
./ipmicfg-linux.x86_64 -m <IP which should be set for this IPMI>

Set Subnet Mask (format:###.###.###.###):
Code: Select all
./ipmicfg-linux.x86_64 -k <MASK>

Set Gateway IP (format:###.###.###.###):
Code: Select all
./ipmicfg-linux.x86_64 -g <IP gateway>

Enable the Gratuitous ARP:
Code: Select all
./ipmicfg-linux.x86_64 -garp on

4. Log into IPMI using web interface and perform its basic tune. (default login credentials are Login: ADMIN; Password: ADMIN).
Attachments
IPMICFG_1.24.1_build.160222.zip
IPMICFG_1.24.1_build.160222.zip (use it on your own risk!)
(1.47 MiB) Downloaded 729 times
ipmicfg_1.22.0_general_20150814.zip
Use it on your own risk!
MD5(ipmicfg_1.22.0_general_20150814.zip)= 91bd362cfc354b3ec11d2a4b9908c16f
(1.17 MiB) Downloaded 750 times
ipmicfg_integration_1.02.zip
ipmicfg_integration_1.02.zip (use it on your own risk!)
md5sum : 45b009701999f02bbc6b36291f42fa7c
(1.22 MiB) Downloaded 915 times
IPMICFG-Linux_1.57.zip
IPMICFG-Linux_1.57.zip (use it on your own risk!)
md5sum : d9b919f8756d593ad5e9c7166a6c35a3
(1.01 MiB) Downloaded 1009 times
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Return to Intelligent Platform Management Interface (IPMI)

 


  • Related topics
    Replies
    Views
    Last post
cron