Difference between revisions of "BXadmin:Configure IPMI SOL"

From CCGB
Jump to: navigation, search
(Created page with 'In the BIOS, enable IPMI over LAN and set NIC selection to shared. File:Sol2.png The rest of the network/user settings can either be configured via the Remote Access BIOS sc…')
 
Line 1: Line 1:
 
In the BIOS, enable IPMI over LAN and set NIC selection to shared.
 
In the BIOS, enable IPMI over LAN and set NIC selection to shared.
 +
 
[[File:Sol2.png]]
 
[[File:Sol2.png]]
  
Line 5: Line 6:
  
 
Configure console redirection by going into ''Serial Communication'' in the BIOS:
 
Configure console redirection by going into ''Serial Communication'' in the BIOS:
 +
 
[[File:1050-2.png]]
 
[[File:1050-2.png]]
  

Revision as of 12:11, 23 February 2010

In the BIOS, enable IPMI over LAN and set NIC selection to shared.

Sol2.png

The rest of the network/user settings can either be configured via the Remote Access BIOS screen, or via the OS.

Configure console redirection by going into Serial Communication in the BIOS:

1050-2.png

Note: Set the Failsafe Baud Rate to 57600! Other speeds may or may not work!

On linux, modprobe ipmi_devintf and ipmi_si

ipmitool -I open lan set 1 ipaddr <ip address>
ipmitool -I open lan set 1 netmask <netmask>
ipmitool -I open lan set 1 defgw ipaddr <ip address>
ipmitool -I open lan set 1 vlan id 1
ipmitool -I open lan set 1 access on

ipmitool user set name 2 admin
ipmitool -I open user set password 2
ipmitool channel setaccess 1 2 callin=on ipmi=on link=on privilege=4
ipmitool user enable 2

Run ipmitool -I open lan print to see if VLANs are supported.

Enable GRUB and the kernel to output to serial.

In /boot/grub/menu.lst:

serial --unit=1 --speed=57600
terminal --timeout=5 serial console

Then append to the kernel line:

console=tty0 console=ttyS1,57600n8