User Tools

Site Tools


computing:remote:ipmi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:remote:ipmi [2015/03/02 09:23]
gcooper
computing:remote:ipmi [2021/08/26 12:14] (current)
gcooper
Line 95: Line 95:
  
 :?: Works with IPMI kernel modules or smagent? :?: Works with IPMI kernel modules or smagent?
 +
 +=== Ubuntu 20.04 ===
 +
 +<file>
 +apt install ipmitool
 +</file>
  
 === CentOS 6 === === CentOS 6 ===
Line 102: Line 108:
 </file> </file>
  
-=== Install on Centos 5 (XenServer) ===+=== Centos 5 (XenServer) ===
  
 <file> <file>
Line 150: Line 156:
  
 Configure the IPMI user (the default Supermicro 'ADMIN' user is usually #2): Configure the IPMI user (the default Supermicro 'ADMIN' user is usually #2):
 +
 +:!: You may have trouble setting a password with symbols.  Try setting a simple password, then use the GUI interface to set a more complicated one.
  
 <file> <file>
Line 195: Line 203:
   * Can be seen on redirected text console   * Can be seen on redirected text console
   * Redirected text console dies when login prompt is presented   * Redirected text console dies when login prompt is presented
 +
 +<note warning>Be sure that the network cable for IPMI is plugged into the dedicated IPMI port BEFORE you connect power to the server.  The BMC selects between ''shared'' and ''dedicated'' at power-on.</note>
  
 ==== no iKVM64 in java.library.path ==== ==== no iKVM64 in java.library.path ====
Line 203: Line 213:
  
 :!: Try this first! :!: Try this first!
 +
 +:!: Wait for the BMC to reboot.
  
 Reboot the BMC, then try changing the configuration again: Reboot the BMC, then try changing the configuration again:
Line 209: Line 221:
 ipmitool mc reset cold ipmitool mc reset cold
 </file> </file>
 +
 +**Factory BMC Reset**: http://www.supermicro.com/support/faqs/faq.cfm?faq=21709
  
 Reset the BMC to factory defaults (from Supermicro FAQ): Reset the BMC to factory defaults (from Supermicro FAQ):
Line 215: Line 229:
 ipmitool raw 0x3c 0x40 ipmitool raw 0x3c 0x40
 </file> </file>
 +
 +or, using a Supermicro tool:
 +
 +<file>
 +./ipmicfg-linux.x86_64 -fdl
 +</file>
 +
 +===== BIOS Updates =====
 +
 +Supermicro IPMI controllers usually have a feature to install mainboard BIOS updates, as well as IPMI firmware updates, via the IPMI web interface.  This is a licensed commercial feature and requires a license key to function.
 +
 +:!: **Trial license keys** are available from Supermicro.  They can take a few days to get.
 +
 +:!: This feature can be a real benefit if you are having trouble updating a BIOS or if you need to **update a BIOS remotely**.
 +
 +  * Send an e-mail to sales@supermicro.com
 +  * Ask for
 +    * Trial license key for IPMI BIOS updates
 +    * Part number ''SFT-OOB-LIC''
 +  * Include
 +    * Exact mainboard model number
 +    * MAC addresses on your mainboard including BMC
  
 ===== CLI ===== ===== CLI =====
computing/remote/ipmi.1425313413.txt.gz · Last modified: 2015/03/02 09:23 by gcooper