IPMI stops respond if boot in single user mode
Alexey V. Panfilov
lehis2000 at mail.ru
Tue Nov 25 08:57:13 UTC 2014
24.11.2014 19:09, Alexey V. Panfilov wrote:
> 21.11.2014 13:57, Alexey V. Panfilov wrote:
>> Hi,
>>
>> My IBM System x3250 M5 has IPMI. It shares onboard NIC Broadcom BCM5719.
>> I'm setup it and IPMI works perfectly.
>> But when server boots in single user mode IPMI's IP becomes unreachable.
>> It occures when bge0 init.
>>
>> Any hints?
>>
>> Thanks.
>>
>>
>> Details are:
>>
>> FreeBSD 10.1-STABLE (r274690) amd64
>>
>> /boot/loader.conf
>> hw.bge.allow_asf=1
>>
>>
>> bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev.
>> 0x5719001> mem
>> 0x82a50000-0x82a5ffff,0x82a40000-0x82a4ffff,0x82a30000-0x82a3ffff irq 16
>> at device 0.0 on pci6
>> bge0: APE FW version: NCSI v1.2.33.0
>> bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E
>> miibus0: <MII bus> on bge0
>> brgphy0: <BCM5719C 1000BASE-T media interface> PHY 1 on miibus0
>> brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
>> 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
>> bge0: Using defaults for TSO: 65518/35/2048
>> bge0: Ethernet address: 6c:ae:8b:5b:74:98
>>
>>
>> bge0 at pci0:6:0:0: class=0x020000 card=0x04911014 chip=0x165714e4
>> rev=0x01 hdr=0x00
>> vendor = 'Broadcom Corporation'
>> device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe'
>> class = network
>> subclass = ethernet
>> bar [10] = type Prefetchable Memory, range 64, base 0x82a50000,
>> size 65536, enabled
>> bar [18] = type Prefetchable Memory, range 64, base 0x82a40000,
>> size 65536, enabled
>> bar [20] = type Prefetchable Memory, range 64, base 0x82a30000,
>> size 65536, enabled
>> cap 01[48] = powerspec 3 supports D0 D3 current D0
>> cap 03[50] = VPD
>> cap 05[58] = MSI supports 8 messages, 64 bit enabled with 1 message
>> cap 11[a0] = MSI-X supports 17 messages
>> Table in map 0x20[0x0], PBA in map 0x20[0x1000]
>> cap 10[ac] = PCI-Express 2 endpoint max data 128(256) FLR link x2(x4)
>> speed 5.0(5.0) ASPM disabled(L0s/L1)
>> ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
>> ecap 0003[13c] = Serial 1 00006cae8b5b7498
>> ecap 0004[150] = Power Budgeting 1
>> ecap 0002[160] = VC 1 max VC0
>>
>>
>
> When it boots in single-user mode and manually run:
>
> #ifconfig bge0 up
>
> then ipmi become accessable.
>
> How it can be fixed automatically after system is boot in single-user mode?
>
>
man 8 loader says that it can be done by add line to /boot/loader.conf:
init_script="/boot/ifup.sh"
#cat /boot/ifup.sh
#!/bin/sh
/sbin/ifconfig bge0 up
It doesn't remove the root of trouble, but it's better than nothing.
--
Best regards,
Alexey V. Panfilov
More information about the freebsd-net
mailing list