
On 03/13/2014 07:03 PM, David Smith wrote:
hey can someone provide these mysterious instructions or at least point me towards the direction of where this magical list of supported fence-agents units is so I can try to figure it out myself?
that would be eli, already asked for in my previous reply. until he replies, you can look at the vdc_options table at these values (they are not available out of the box via the config utility, as they would be overridden at upgrade): VdsFenceType upgrade/pre_upgrade/0000_config.sql:select fn_db_update_config_value('VdsFenceType','apc,apc_snmp,bladecenter,cisco_ucs,drac5,drac7,eps,hpblade,ilo,ilo2,ilo3,ilo4,ipmilan,rsa,rsb,wti','3.4'); VdsFenceOptionMapping upgrade/pre_upgrade/0000_config.sql:select fn_db_update_config_value('VdsFenceOptionMapping','apc:secure=secure,port=ipport,slot=port;apc_snmp:port=port;bladecenter:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;drac5:secure=secure,slot=port;drac7:;eps:slot=port;hpblade:port=port;ilo:secure=ssl,port=ipport;ipmilan:;ilo2:secure=ssl,port=ipport;ilo3:;ilo4:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port','3.4'); VdsFenceOptionTypes upgrade/pre_upgrade/0000_config.sql:select fn_db_add_config_value('VdsFenceOptionTypes','secure=bool,port=int,slot=int','general');
On Wed, Mar 12, 2014 at 12:18 AM, Itamar Heim <iheim@redhat.com <mailto:iheim@redhat.com>> wrote:
On 03/11/2014 11:43 PM, David Smith wrote:
I modified, tested, and added via git (also submitted note in rhbz#519731) support for at least basic power on/off of the raritan devices I have (model DPXS12-20) Now that I have a working fence agent for myself, is it possible to tell me how I can make the config change on my engine to add the support for the fence agent I created?
yes, you can change the config of the engine to add it - eli can give more details (hopefully to be wikified later). one caveat is i don't think we accommodated yet for customizing it, so it may be overridden when you upgrade the engine. (Eli, maybe consider changing to osinfo.d/ like format allowing both our own config and user configs side by side) to add this by default to engine, we'd need this to be in a released version of fence-agents.
Thanks.
On Mon, Feb 17, 2014 at 5:43 AM, Itamar Heim <iheim@redhat.com <mailto:iheim@redhat.com> <mailto:iheim@redhat.com <mailto:iheim@redhat.com>>> wrote:
On 02/17/2014 03:31 PM, Marek Grac wrote:
On 02/17/2014 09:45 AM, Eli Mesika wrote:
----- Original Message -----
From: "Yedidyah Bar David" <didi@redhat.com <mailto:didi@redhat.com> <mailto:didi@redhat.com <mailto:didi@redhat.com>>> To: "Itamar Heim" <iheim@redhat.com <mailto:iheim@redhat.com> <mailto:iheim@redhat.com <mailto:iheim@redhat.com>>> Cc: users@ovirt.org <mailto:users@ovirt.org> <mailto:users@ovirt.org <mailto:users@ovirt.org>>
Sent: Sunday, February 16, 2014 2:58:35 PM Subject: Re: [Users] Instructions to add a remote controlled power strip not in the native list?
----- Original Message -----
From: "Itamar Heim" <iheim@redhat.com <mailto:iheim@redhat.com> <mailto:iheim@redhat.com <mailto:iheim@redhat.com>>> To: "David Smith" <dsmith@mypchelp.com <mailto:dsmith@mypchelp.com> <mailto:dsmith@mypchelp.com <mailto:dsmith@mypchelp.com>>>, users@ovirt.org <mailto:users@ovirt.org> <mailto:users@ovirt.org <mailto:users@ovirt.org>>
Sent: Saturday, February 15, 2014 2:57:00 AM Subject: Re: [Users] Instructions to add a remote controlled power strip not in the native list?
On 02/14/2014 07:37 PM, David Smith wrote:
We use Raritan / Dominion PX remote power blocks, is there a way to easily add support for these?
CCing Marek on that in case that he had something to add from the fence-agents view since it may be already supported implicitly (like drac7 that is using actually ipmilan)
No, Raritan are not supported yet (rhbz#519731)
so david, if you can try to push the raritan support to fence-agents, the ovirt side is usually just a config change.