Discussion:
[xcat-user] KVM/RHEV Setup
Mark Potter
2017-05-09 13:23:59 UTC
Permalink
I have been tasked with doing some internal training on xCAT. Since I have a nice, stable RHEV setup I have everyone setup with their own private lab environment and so far my testing has gone well. The only bit I can't figure out is power control. I've been through the docs and have seen where xCAT can handle power when it knows about RHEV and is deploying the virtual machines but that's not what I need. This is supposed to simulate a physical environment. Is there a way to have xCAT control power from a virtual head node on virtual nodes that weren't created by xCAT?
Mark Gurevich
2017-05-09 17:39:02 UTC
Permalink
Mark,

I do not think xCAT can do that. In order for xCAT to control power, it
needs an object definition to operate on.

Mark Gurevich
Poughkeepsie Development Lab
HPC Software Development - xCAT

"If we knew what it was we were doing, it would not be called research,
would it?"
--Albert Einstein





From: Mark Potter <***@pcpcdirect.com>
To: "xcat-***@lists.sourceforge.net"
<xcat-***@lists.sourceforge.net>
Date: 05/09/2017 09:56 AM
Subject: [xcat-user] KVM/RHEV Setup



I have been tasked with doing some internal training on xCAT. Since I have
a nice, stable RHEV setup I have everyone setup with their own private lab
environment and so far my testing has gone well. The only bit I can’t
figure out is power control. I’ve been through the docs and have seen
where xCAT can handle power when it knows about RHEV and is deploying the
virtual machines but that’s not what I need. This is supposed to simulate
a physical environment. Is there a way to have xCAT control power from a
virtual head node on virtual nodes that weren’t created by xCAT?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
xCAT-user mailing list
xCAT-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user
Mark Potter
2017-05-09 19:46:07 UTC
Permalink
While true it will have an object definition as it will be deploying the nodes just not the VMs. RHEV does have an API that allows for VM control. If OpenIMPI’s lanserv doesn’t work out I’ll be looking in to adding the functionality to control RHEV/KVM instances via the API and trying to integrate that in to xCAT.

From: Mark Gurevich [mailto:***@us.ibm.com]
Sent: Tuesday, May 9, 2017 12:39 PM
To: xCAT Users Mailing list <xcat-***@lists.sourceforge.net>
Subject: Re: [xcat-user] KVM/RHEV Setup

Mark,

I do not think xCAT can do that. In order for xCAT to control power, it needs an object definition to operate on.

Mark Gurevich
Poughkeepsie Development Lab
HPC Software Development - xCAT

"If we knew what it was we were doing, it would not be called research, would it?"
--Albert Einstein





From: Mark Potter <***@pcpcdirect.com<mailto:***@pcpcdirect.com>>
To: "xcat-***@lists.sourceforge.net<mailto:xcat-***@lists.sourceforge.net>" <xcat-***@lists.sourceforge.net<mailto:xcat-***@lists.sourceforge.net>>
Date: 05/09/2017 09:56 AM
Subject: [xcat-user] KVM/RHEV Setup
________________________________



I have been tasked with doing some internal training on xCAT. Since I have a nice, stable RHEV setup I have everyone setup with their own private lab environment and so far my testing has gone well. The only bit I can’t figure out is power control. I’ve been through the docs and have seen where xCAT can handle power when it knows about RHEV and is deploying the virtual machines but that’s not what I need. This is supposed to simulate a physical environment. Is there a way to have xCAT control power from a virtual head node on virtual nodes that weren’t created by xCAT? ------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
xCAT-user mailing list
xCAT-***@lists.sourceforge.net<mailto:xCAT-***@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/xcat-user
Er Tao Zhao
2017-05-10 02:00:44 UTC
Permalink
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Russell Jones
2017-05-09 18:14:43 UTC
Permalink
Check out LanServ/IPMI Sim. I've never tried it but it looks promising:
https://github.com/wrouesnel/openipmi/tree/master/lanserv

lanserv is a program that provides a LAN connection for a BMC that
does not otherwise have a LAN connection. It takes a standard Linux
IPMI device and implements the IPMI LAN protocol.

ipmi_sim is a full IPMI simulator and does not require a real BMC. It
can be used to simulate an entire IPMI system, including satellite
MCs. You can use it over a LAN connection, or it provides a serial
interface so it can be used with QEMU or other VMs. The serial
interface implements the serial protocols available on many ATCA
blades, and it also emulates a protocol so it may be used for
emulation of a standard IPMI interface (KCS, SMIC, BT, SSIF) including
the handling of reset, power, and interrupts.



On 5/9/2017 8:23 AM, Mark Potter wrote:
>
> I have been tasked with doing some internal training on xCAT. Since I
> have a nice, stable RHEV setup I have everyone setup with their own
> private lab environment and so far my testing has gone well. The only
> bit I can’t figure out is power control. I’ve been through the docs
> and have seen where xCAT can handle power when it knows about RHEV and
> is deploying the virtual machines but that’s not what I need. This is
> supposed to simulate a physical environment. Is there a way to have
> xCAT control power from a virtual head node on virtual nodes that
> weren’t created by xCAT?
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
> _______________________________________________
> xCAT-user mailing list
> xCAT-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xcat-user
Mark Potter
2017-05-09 19:43:58 UTC
Permalink
That's the direction I'm heading at present.

From: Russell Jones [mailto:russell-***@jonesmail.me]
Sent: Tuesday, May 9, 2017 1:15 PM
To: xcat-***@lists.sourceforge.net
Subject: Re: [xcat-user] KVM/RHEV Setup


Check out LanServ/IPMI Sim. I've never tried it but it looks promising: https://github.com/wrouesnel/openipmi/tree/master/lanserv

lanserv is a program that provides a LAN connection for a BMC that

does not otherwise have a LAN connection. It takes a standard Linux

IPMI device and implements the IPMI LAN protocol.



ipmi_sim is a full IPMI simulator and does not require a real BMC. It

can be used to simulate an entire IPMI system, including satellite

MCs. You can use it over a LAN connection, or it provides a serial

interface so it can be used with QEMU or other VMs. The serial

interface implements the serial protocols available on many ATCA

blades, and it also emulates a protocol so it may be used for

emulation of a standard IPMI interface (KCS, SMIC, BT, SSIF) including

the handling of reset, power, and interrupts.



On 5/9/2017 8:23 AM, Mark Potter wrote:
I have been tasked with doing some internal training on xCAT. Since I have a nice, stable RHEV setup I have everyone setup with their own private lab environment and so far my testing has gone well. The only bit I can't figure out is power control. I've been through the docs and have seen where xCAT can handle power when it knows about RHEV and is deploying the virtual machines but that's not what I need. This is supposed to simulate a physical environment. Is there a way to have xCAT control power from a virtual head node on virtual nodes that weren't created by xCAT?




------------------------------------------------------------------------------

Check out the vibrant tech community on one of the world's most

engaging tech sites, Slashdot.org! http://sdm.link/slashdot




_______________________________________________

xCAT-user mailing list

xCAT-***@lists.sourceforge.net<mailto:xCAT-***@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/xcat-user
Loading...