On 2011-05-10, Peter van Oord van der Vlies <[email protected]> wrote: > I am installing several HP DL320G6 servers and see there are some problems > with the Network Adapter that is shared with ILO2 . > > When openbsd boots the ILO adapter becomes unavailable and within openbsd the > interface bge0 is not usable. It's connected at 10BaseT but in real it's > connected at 1000baseT .
OpenBSD does not support NICs shared between management card and OS, you will need to use a dedicated NIC. IIRC HP iLO usually lets you dedicate a NIC for this and hide it from the OS, otherwise you will probably need to install a nic supported by a different driver, and disable bge in kernel config. With Dells you need the expensive "enterprise" dracs to avoid sharing. Sharing NICs like this is a real security worry...

