Supermicro/IPMI: Difference between revisions

From Omnia
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:


See [[Linux/ipmitool]]
See [[Linux/ipmitool]]
== ipmicfg ==
See [[ipmicfg]]


== Hostname for DHCP ==
== Hostname for DHCP ==
Line 71: Line 75:


https://www.virtuallifestyle.nl/wp-content/uploads/2016/08/Screen-Shot-2016-08-09-at-21.44.21.png
https://www.virtuallifestyle.nl/wp-content/uploads/2016/08/Screen-Shot-2016-08-09-at-21.44.21.png
== keywords ==

Latest revision as of 21:25, 24 November 2025

IPMI

Default login:

   Login: ADMIN
   Password: ADMIN
apt-get install ipmitool
modprobe ipmi_devintf
ipmitool lan print

ipmitool

See Linux/ipmitool

ipmicfg

See ipmicfg

Hostname for DHCP

Hostname for DHCP can be set in the web interface.

sh SMCIPMITool myhost.oeey.com ADMIN ADMIN ipmi oem gethostname
sh SMCIPMITool myhost.oeey.com ADMIN ADMIN ipmi oem sethostname i-myhost.oeey.com

Reboot BMC

sh SMCIPMITool myhost.oeey.com ADMIN ADMIN ipmi reset

SMCIPMITool

Download - https://www.supermicro.com/solutions/SMS_IPMI.cfm

SMCIPMITool README - https://www.supermicro.com/wftp/utility/SuperBladeTool/SMCIPMITool.txt

SMCIPMITool Guide - https://www.supermicro.com/wftp/utility/SMCIPMITool/SMCIPMITool_User_Guide.pdf

java -jar SMCIPMITool.jar <IP> <username> <password> [commands ... ]
# or
sh ./SMCIPMITool <IP> <username> <password> [commands ... ]

SSH Power Control

Start server:

start /system1/pwrmgtsvc1

Stop server:

stop /system1/pwrmgtsvc1

Admin Password Reset

See Supermicro/ADMIN_Password

License Key

See Supermicro/OOB

Change Serial Number or Asset Tag

The best way to update Supermicro BIOS is via Supermicro Update Manager - VirtualLifestyle.nl - https://www.virtuallifestyle.nl/2016/08/the-best-way-to-update-supermicro-bios-is-via-supermicro-update-manager/

Have to have license activated  :-(

./sum -c GetDmiInfo --file dmi.txt

Edit serial number, asset tag, etc...

./sum -c ChangeDmiInfo --file dmi.txt

Reboot for the change.

Screen-Shot-2016-08-09-at-21.44.21.png

keywords