
On 09/24/2012 04:32 PM, Lon Hohberger wrote:
Yeah, several.
Most APC units, IBM iPDU, some Eaton devices, and several others are all SNMP controlled. Marek wrote a library that makes implementing new agents (if needed) very easy.
Typically, the only things that need to change are: * the OIDs used to retrieve/set power status * the metadata (which is used to generate man pages, config info, etc.)
Marc-Christian - did you check if any of the existing fence agent scripts don't already provide the fencing you need for your pdu's? if they exist it would be mostly a config change to add them to the list of fencing scripts that appear in ovirt ui (same if you add your own based on marek's library)
-- Lon
----- Original Message -----
On 09/21/2012 01:01 PM, "Marc-Christian Schröer | ingenit GmbH & Co. KG" wrote:
Am 20.09.2012 16:01, schrieb Itamar Heim:
Thanks again.
yes... no auto recovery if can't verify node was fenced. for your tests, maybe power off the machine for your tests as opposed to "no power"?
So I figured, I could use our Eaton/Raritan metered pdus to allow fencing the designated SPM nodes but than realized that controlling pdus by snmp was not supported by oVirt. Any chance that is going to change? Or can you point me to the Java class where I can add this?
Lon - do we have any fence agent script for snmp based pdu's?