Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Created November 11, 2013 11:39
Show Gist options
  • Save JosefJezek/7411963 to your computer and use it in GitHub Desktop.
Save JosefJezek/7411963 to your computer and use it in GitHub Desktop.
How to use IPMI

How to use IPMI

Setup LAN

ipmitool lan print
ipmitool lan print 2

ipmitool lan set 1 ipsrc static
ipmitool lan set 1 ipaddr 192.168.1.2
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 defgw ipaddr 192.168.1.1
ipmitool lan set 1 defgw macaddr 00:0e:0c:aa:8e:13
ipmitool lan set 1 arp respond on
ipmitool lan set 1 vlan id 1
ipmitool lan set 1 snmp public

Check

Set in Progress : Set Complete

Reset mgmt

ipmitool mc reset cold

Fujitsu

racadm racreset hard -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment