Re: [Pacemaker] Pacemaker with vmWare

2014-05-12 Thread Marek Grac
On 05/07/2014 10:27 AM, Wengatz Herbert wrote: Is the following URL still "valid"? -- We plan to use RHEL 6.4 and it mentions only RHEL 5.5. http://albertolarripa.com/2012/04/14/vmware-stonith-for-linux-cluster/ Or is there a better explanation/introduction I should use? The most interestin

Re: [Pacemaker] New fence Agent for Proxmox VE

2014-01-29 Thread Marek Grac
Hi, If I understand it correctly, fence agent is developed for fencing machines in Proxmox-VE which is not supported by libvirt or any other similar library. Code looks easy to understand, so it is a good candidate to port to fencing library and include it in fence-agents package. If you do

Re: [Pacemaker] Fencing configuration with pcmk_host_map argument

2013-02-07 Thread Marek Grac
On 02/07/2013 07:07 AM, Andrew Beekhof wrote: This is right, fence agents (all of them) can be used only with one port value. Would this be a good feature to add? Particularly for people using "reboot" as the action. Otherwise the caller (ie. me :-) ) has to split it up into stop 1, stop 2, star

Re: [Pacemaker] Fencing configuration with pcmk_host_map argument

2013-02-05 Thread Marek Grac
Hi, On 02/05/2013 03:24 AM, Andrew Beekhof wrote: I cleared the IPMI configuration and kept only the two WTI fencing Primitives in my configuration to make it as simple as possible : primitive wti_fence01 stonith:fence_wti \ params ipaddr="192.168.0.7" action="reboot" verbose="true" pc