On 04/24/2015 04:57 PM, Noel Burton-Krahn wrote:
> Thanks, Corey.
>
> How does the lan_config_program in lan.conf work? I couldn't find an
> example in the OpenIPMI-2.0.21 tarball. Our central controller
> expects each node's ipmi module to dhcp for an address. I'm trying to
> decide if I need t
Thanks, Corey.
How does the lan_config_program in lan.conf work? I couldn't find an
example in the OpenIPMI-2.0.21 tarball. Our central controller expects
each node's ipmi module to dhcp for an address. I'm trying to decide if I
need to run dhcpc on the interface that ipmi_sim runs on. Can I j
On 04/22/2015 07:25 PM, Noel Burton-Krahn wrote:
> OK, I've build qemu and openipmi. I'm simulating a system where a
> central control node boots from USB, then uses IPMI to boot a cluster
> of slave nodes and provisions them by tftpboot. If I understand
> correctly, I'll be running one ipmi_sim
OK, I've build qemu and openipmi. I'm simulating a system where a central
control node boots from USB, then uses IPMI to boot a cluster of slave
nodes and provisions them by tftpboot. If I understand correctly, I'll be
running one ipmi_sim per slave node, and my control node will tell that to
boo
Thanks a lot, Corey. I'll check them out.
On Wed, Apr 22, 2015 at 3:46 PM, Corey Minyard wrote:
> Sure, it's available on https://github.com/cminyard/qemu.git, the
> stable-2.2-ipmi branch for now.
>
> I'm currently reworking these patches based upon feedback from the qemu
> maintainers.
>
> -c
Hi Corey,
I saw your patches for getting IPMI into qemu, but they don't appear to be
in the qemu git repo yet. Do you have a github branch I could cherry-pick
to try them out? We've been looking at getting IPMI on VMs for a while.
Thanks for your work!
[1] [Qemu-devel] [PATCH 00/16] Add an IPM
Sure, it's available on https://github.com/cminyard/qemu.git, the
stable-2.2-ipmi branch for now.
I'm currently reworking these patches based upon feedback from the qemu
maintainers.
-corey
On 04/22/2015 04:30 PM, Noel Burton-Krahn wrote:
> Hi Corey,
>
> I saw your patches for getting IPMI into