|
|
SysAdm /
Install IPMINavigation IPMI: Intelligent Platform Management Interface
Configure all nodes./WNsh yum install -y OpenIPMI OpenIPMI-tools dkms ./WNsh /sbin/service dkms_autoinstaller start ./WNsh chkconfig dkms_autoinstaller on ./WNsh /sbin/service ipmi start ./WNsh chkconfig ipmi on ./WNsh /usr/bin/ipmitool -I open lan set 1 ipsrc static ./WNsh /usr/bin/ipmitool -I open lan set 1 netmask 255.255.255.0 ssh wn001 /usr/bin/ipmitool -I open lan set 1 ipaddr 10.0.0.101 ... ssh wn007 /usr/bin/ipmitool -I open lan set 1 ipaddr 10.0.0.107 ./WNsh /usr/bin/ipmitool -I open lan set 1 access on ./WNsh /usr/bin/ipmitool -I open lan set 1 snmp AAAAAA ./WNsh /usr/bin/ipmitool -I open lan set 1 password XXXXX ./WNsh /usr/bin/ipmitool -I open user set password 2 YYYYY ./WNsh /usr/bin/ipmitool -I open lan print 1 Query status:/usr/bin/ipmitool -I lan -U root -P YYYYY -H 10.0.0.101 chassis power status Soft restart:/usr/bin/ipmitool -I lan -U root -P YYYYY -H 10.0.0.101 chassis power soft Identify:ipmitool chassis identify 15 will flash the LCD display for 15 seconds Set LCD on DELL 1950/2950( from http://www.mail-archive.com/ipmitool-devel@lists.sourceforge.net/msg00352.html) ipmitool -H baltar-ipmi -I lan -U rootuser -P rootpass -L ADMINISTRATOR raw 0x6 0x58 193 0 0 6 0x66 0x6F 0x6F 0x62 0x61 0x72 ipmitool -H baltar-ipmi -I lan -U rootuser -P rootpass -L ADMINISTRATOR raw 0x6 0x58 194 0
chunk. This is because you can only send 16 bytes total (1 byte for text encoding, 1 byte for length, 14 bytes for text).
|