Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-27 Thread Marek Grac
Hi,

On Thu, Feb 23, 2017 at 5:32 PM,  wrote:

> Klaus Wenninger  wrote on 02/23/2017 01:12:19 AM:
>


> > > There is a major issue with current setup in Windows.  You have to
> > > start virtual machines from openssh connection if you wish to manage
> > > them from openssh connection.
> > >
> >
> > Have read about similar issues with openssh on Windows for other
> use-cases
> > and that other ssh-implementations for Windows seem to do better / more
> > userfriendly.
>
> Any idea how Cygwin sshd would work?  I use Cygwin for everything and
> already have sshd running.


No, feel free to test it. But in this case, it looks like openssh is not an
issue. We have found out that only difference in (whoami /all) is fact if
you are LOCAL or not. And it makes sense that ssh connections are nonLocal
but we did not have experience to track it more.

m,
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-23 Thread durwin
Klaus Wenninger <kwenn...@redhat.com> wrote on 02/23/2017 01:12:19 AM:

> From: Klaus Wenninger <kwenn...@redhat.com>
> To: Cluster Labs - All topics related to open-source clustering 
> welcomed <users@clusterlabs.org>
> Date: 02/23/2017 01:13 AM
> Subject: Re: [ClusterLabs] Fence agent for VirtualBox
> 
> On 02/23/2017 07:48 AM, Marek Grac wrote:
> > Hi,
> >
> > we have added support for a host with Windows but it is not trivial to
> > setup because of various contexts/privileges. 
> >
> > Install openssh on Windows (tutorial can be found on 
> > http://linuxbsdos.com/2015/07/30/how-to-install-openssh-on-windows-10/
)
> >
> > There is a major issue with current setup in Windows.  You have to
> > start virtual machines from openssh connection if you wish to manage
> > them from openssh connection.
> >
> 
> Have read about similar issues with openssh on Windows for other 
use-cases
> and that other ssh-implementations for Windows seem to do better / more
> userfriendly.

Any idea how Cygwin sshd would work?  I use Cygwin for everything and
already have sshd running.

Thank you,

Durwin

> 
> No personal experience from my side but maybe others on the list ...
> 
> Don't get me wrong - not speaking against free software - but on top of
> a non-free OS
> it makes less difference I guess.
> 
> > So, you have to connect from Windows to very same Windows using ssh
> > and then run 
> >
> > “/Program Files/Oracle/VirtualBox/VBoxManage.exe” start NAME_OF_VM
> >
> > Be prepared that you will not see that your machine VM is running in
> > VirtualBox
> > management UI.
> >
> > Afterwards it is enough to add parameter --host-os windows (or
> > host_os=windows when stdin/pcs is used).
> >
> > m,
> >
> > On Wed, Feb 22, 2017 at 11:49 AM, Marek Grac <mg...@redhat.com
> > <mailto:mg...@redhat.com>> wrote:
> >
> > Hi,
> >
> > I have updated fence agent for Virtual Box (upstream git). The
> > main benefit is new option --host-os (host_os on stdin) that
> > supports linux|macos. So if your host is linux/macos all you need
> > to set is this option (and ssh access to a machine). I would love
> > to add a support also for windows but I'm not able to run
> > vboxmanage.exe over the openssh. It works perfectly from command
> > prompt under same user, so there are some privileges issues, if
> > you know how to fix this please let me know.
> >
> > m,
> >
> >
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started: 
http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> 
> 
> 
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org



This email message and any attachments are for the sole use of the 
intended recipient(s) and may contain proprietary and/or confidential 
information which may be privileged or otherwise protected from 
disclosure. Any unauthorized review, use, disclosure or distribution is 
prohibited. If you are not the intended recipient(s), please contact the 
sender by reply email and destroy the original message and any copies of 
the message as well as any attachments to the original message.
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-23 Thread Kristoffer Grönlund
Marek Grac  writes:

> Hi,
>
> we have added support for a host with Windows but it is not trivial to
> setup because of various contexts/privileges.
>
> Install openssh on Windows (tutorial can be found on
> http://linuxbsdos.com/2015/07/30/how-to-install-openssh-on-windows-10/)
>
> There is a major issue with current setup in Windows.  You have to start
> virtual machines from openssh connection if you wish to manage them from
> openssh connection.
>
> So, you have to connect from Windows to very same Windows using ssh and
> then run
>
> “/Program Files/Oracle/VirtualBox/VBoxManage.exe” start NAME_OF_VM
>
> Be prepared that you will not see that your machine VM is running in
> VirtualBox
> management UI.
>
> Afterwards it is enough to add parameter --host-os windows (or
> host_os=windows when stdin/pcs is used).
>

Cool, nice work!

Cheers,
Kristoffer

> m,
>
> On Wed, Feb 22, 2017 at 11:49 AM, Marek Grac  wrote:
>
>> Hi,
>>
>> I have updated fence agent for Virtual Box (upstream git). The main
>> benefit is new option --host-os (host_os on stdin) that supports
>> linux|macos. So if your host is linux/macos all you need to set is this
>> option (and ssh access to a machine). I would love to add a support also
>> for windows but I'm not able to run vboxmanage.exe over the openssh. It
>> works perfectly from command prompt under same user, so there are some
>> privileges issues, if you know how to fix this please let me know.
>>
>> m,
>>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org

-- 
// Kristoffer Grönlund
// kgronl...@suse.com

___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-23 Thread Klaus Wenninger
On 02/23/2017 07:48 AM, Marek Grac wrote:
> Hi,
>
> we have added support for a host with Windows but it is not trivial to
> setup because of various contexts/privileges. 
>
> Install openssh on Windows (tutorial can be found on 
> http://linuxbsdos.com/2015/07/30/how-to-install-openssh-on-windows-10/)
>
> There is a major issue with current setup in Windows.  You have to
> start virtual machines from openssh connection if you wish to manage
> them from openssh connection.
>

Have read about similar issues with openssh on Windows for other use-cases
and that other ssh-implementations for Windows seem to do better / more
userfriendly.

No personal experience from my side but maybe others on the list ...

Don't get me wrong - not speaking against free software - but on top of
a non-free OS
it makes less difference I guess.

> So, you have to connect from Windows to very same Windows using ssh
> and then run 
>
> “/Program Files/Oracle/VirtualBox/VBoxManage.exe” start NAME_OF_VM
>
> Be prepared that you will not see that your machine VM is running in
> VirtualBox
> management UI.
>
> Afterwards it is enough to add parameter --host-os windows (or
> host_os=windows when stdin/pcs is used).
>
> m,
>
> On Wed, Feb 22, 2017 at 11:49 AM, Marek Grac  > wrote:
>
> Hi,
>
> I have updated fence agent for Virtual Box (upstream git). The
> main benefit is new option --host-os (host_os on stdin) that
> supports linux|macos. So if your host is linux/macos all you need
> to set is this option (and ssh access to a machine). I would love
> to add a support also for windows but I'm not able to run
> vboxmanage.exe over the openssh. It works perfectly from command
> prompt under same user, so there are some privileges issues, if
> you know how to fix this please let me know.
>
> m,
>
>
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org



___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-22 Thread Marek Grac
Hi,

we have added support for a host with Windows but it is not trivial to
setup because of various contexts/privileges.

Install openssh on Windows (tutorial can be found on
http://linuxbsdos.com/2015/07/30/how-to-install-openssh-on-windows-10/)

There is a major issue with current setup in Windows.  You have to start
virtual machines from openssh connection if you wish to manage them from
openssh connection.

So, you have to connect from Windows to very same Windows using ssh and
then run

“/Program Files/Oracle/VirtualBox/VBoxManage.exe” start NAME_OF_VM

Be prepared that you will not see that your machine VM is running in
VirtualBox
management UI.

Afterwards it is enough to add parameter --host-os windows (or
host_os=windows when stdin/pcs is used).

m,

On Wed, Feb 22, 2017 at 11:49 AM, Marek Grac  wrote:

> Hi,
>
> I have updated fence agent for Virtual Box (upstream git). The main
> benefit is new option --host-os (host_os on stdin) that supports
> linux|macos. So if your host is linux/macos all you need to set is this
> option (and ssh access to a machine). I would love to add a support also
> for windows but I'm not able to run vboxmanage.exe over the openssh. It
> works perfectly from command prompt under same user, so there are some
> privileges issues, if you know how to fix this please let me know.
>
> m,
>
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


[ClusterLabs] Fence agent for VirtualBox

2017-02-22 Thread Marek Grac
Hi,

I have updated fence agent for Virtual Box (upstream git). The main benefit
is new option --host-os (host_os on stdin) that supports linux|macos. So if
your host is linux/macos all you need to set is this option (and ssh access
to a machine). I would love to add a support also for windows but I'm not
able to run vboxmanage.exe over the openssh. It works perfectly from
command prompt under same user, so there are some privileges issues, if you
know how to fix this please let me know.

m,
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Klaus Wenninger
Maybe you need some mapping between vbox-guest-names and pacemaker
node-names? (attribute pcmk_host_map)

That you are writing that you added the script as fence_virtual is probably
a typo in the mail ... and would probably create a different error
message ...

On 02/06/2017 07:06 PM, Jihed M'selmi wrote:
> Tahnks for the share. I tried to implement it by adding the script
> fence_virtual  under /usr/sbin (chmod +x).
>
> I configure the stonith on both nodes but, I can't fence nodes. any
> thoughts ?
>
>  Resource: fence_vbox2 (class=stonith type=fence_virtualbox)
>   Attributes: ipaddr=192.168.1.77
>   Operations: monitor interval=60s (fence_vbox2-monitor-interval-60s)
>  Resource: fence_vbox1 (class=stonith type=fence_virtualbox)
>   Attributes: ipaddr=192.168.1.77
>   Operations: monitor interval=60s (fence_vbox1-monitor-interval-60s)
> [root@node1 ~]# pcs stonith fence node2
> Error: unable to fence 'node2'
> Command failed: No such device
>
>
> Cluster name: mycluster
> Stack: corosync
> Current DC: node1 (version 1.1.15-11.el7-e174ec8) - partition with quorum
> Last updated: Mon Feb  6 19:03:50 2017Last change: Mon Feb  6
> 18:56:19 2017 by root via cibadmin on node1
>
> 2 nodes and 2 resources configured
>
> Online: [ node1 node2 ]
>
> Full list of resources:
>
>  fence_vbox2(stonith:fence_virtualbox):Started node1
>  fence_vbox1(stonith:fence_virtualbox):Started node2
>
> Daemon Status:
>   corosync: active/enabled
>   pacemaker: active/enabled
>   pcsd: active/enabled
>
>
>
>
>
>
>
> Jihed MSELMI
> RHCE, RHCSA, VCP4
> 10 Villa Stendhal, 75020 Paris France
> Mobile: +33 (0) 753768653
>
>
> On Mon, Feb 6, 2017 at 5:50 PM, Jehan-Guillaume de Rorthais
> > wrote:
>
> Hi,
>
> On Mon, 6 Feb 2017 14:20:45 +0100
> Marek Grac > wrote:
>
> > I don't have one. But I see a lot of question about fence_vbox
> in last
> > days, is there any new material that references it?
>
> Here is a script a colleague of mine wrote (based on fence_virsh)
> to be able to
> fence a vbox VM:
>
>   https://gist.github.com/marco44/2a4e5213a328829acee60015bf9b5671
> 
>
> He wrote it to be able to build PoC cluster using vbox. It has not
> been tested
> in production, but it worked like a charm during some workshops so
> far.
>
> Regards,
> --
> Jehan-Guillaume de Rorthais
> Dalibo
>
> ___
> Users mailing list: Users@clusterlabs.org
> 
> http://lists.clusterlabs.org/mailman/listinfo/users
> 
>
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> 
> Bugs: http://bugs.clusterlabs.org
>
>
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org



___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Jihed M'selmi
Yeah, I see your point. :)

On Mon, Feb 6, 2017, 3:40 PM Klaus Wenninger  wrote:

> On 02/06/2017 03:35 PM, Jihed M'selmi wrote:
> >
> > So do you suggest to used the sdb ?
> > The virtualbox was installed above Windows.
> >
>
> Just wanted to give you an option if you don't have
> a working fence-agent directly talking to the hypervisor -
> which I would always prefer.
>
> >
> > On Mon, Feb 6, 2017, 3:20 PM Klaus Wenninger  > > wrote:
> >
> > No experience with fencing vbox-VMs on my side either ...
> > But as always when there is no physical fencing-device
> > available sbd might be a way to go - either with just
> > a watchdog (guess vbox offers a virtual watchdog that
> > is supported by the linux-kernel or at least if you install
> > the guest-support for vbox) or with shared block-devices
> > on top.
> >
> > Regards,
> > Klaus
> >
> > On 02/06/2017 02:22 PM, Jihed M'selmi wrote:
> > >
> > > Not really, I found something in some google group but, it's not
> > > documented (if I am not wrong).
> > >
> > >
> > > On Mon, Feb 6, 2017, 2:21 PM Marek Grac  > 
> > > >> wrote:
> > >
> > > Hi,
> > >
> > > I don't have one. But I see a lot of question about
> > fence_vbox in
> > > last days, is there any new material that references it?
> > >
> > > m,
> > >
> > > On Mon, Feb 6, 2017 at 1:56 PM, Jihed M'selmi
> > > 
> > >>
> > wrote:
> > >
> > > Hi,
> > >
> > > I want set up a pcmk/corosync cluster using couple vbox
> > nodes.
> > >
> > > Anyone could.share how to install/configure a fence agent
> > >  fence_vbox ?
> > >
> > > Cheers
> > > JM
> > > --
> > >
> > > J.M
> > >
> > >
> > > ___
> > > Users mailing list: Users@clusterlabs.org
> > 
> > >  > >
> > > http://lists.clusterlabs.org/mailman/listinfo/users
> > >
> > > Project Home: http://www.clusterlabs.org
> > > Getting started:
> > > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > > Bugs: http://bugs.clusterlabs.org
> > >
> > >
> > > ___
> > > Users mailing list: Users@clusterlabs.org
> > 
> > > >
> > > http://lists.clusterlabs.org/mailman/listinfo/users
> > >
> > > Project Home: http://www.clusterlabs.org
> > > Getting started:
> > > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > > Bugs: http://bugs.clusterlabs.org
> > >
> > > --
> > >
> > > J.M
> > >
> > >
> > >
> > > ___
> > > Users mailing list: Users@clusterlabs.org
> > 
> > > http://lists.clusterlabs.org/mailman/listinfo/users
> > >
> > > Project Home: http://www.clusterlabs.org
> > > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > > Bugs: http://bugs.clusterlabs.org
> >
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> > 
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> >
> > --
> >
> > J.M
> >
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
-- 

J.M
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Klaus Wenninger
On 02/06/2017 03:35 PM, Jihed M'selmi wrote:
>
> So do you suggest to used the sdb ?
> The virtualbox was installed above Windows.
>

Just wanted to give you an option if you don't have
a working fence-agent directly talking to the hypervisor -
which I would always prefer.

>
> On Mon, Feb 6, 2017, 3:20 PM Klaus Wenninger  > wrote:
>
> No experience with fencing vbox-VMs on my side either ...
> But as always when there is no physical fencing-device
> available sbd might be a way to go - either with just
> a watchdog (guess vbox offers a virtual watchdog that
> is supported by the linux-kernel or at least if you install
> the guest-support for vbox) or with shared block-devices
> on top.
>
> Regards,
> Klaus
>
> On 02/06/2017 02:22 PM, Jihed M'selmi wrote:
> >
> > Not really, I found something in some google group but, it's not
> > documented (if I am not wrong).
> >
> >
> > On Mon, Feb 6, 2017, 2:21 PM Marek Grac  
> > >> wrote:
> >
> > Hi,
> >
> > I don't have one. But I see a lot of question about
> fence_vbox in
> > last days, is there any new material that references it?
> >
> > m,
> >
> > On Mon, Feb 6, 2017 at 1:56 PM, Jihed M'selmi
> > 
> >>
> wrote:
> >
> > Hi,
> >
> > I want set up a pcmk/corosync cluster using couple vbox
> nodes.
> >
> > Anyone could.share how to install/configure a fence agent
> >  fence_vbox ?
> >
> > Cheers
> > JM
> > --
> >
> > J.M
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> 
> >  >
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> 
> > >
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> >
> > --
> >
> > J.M
> >
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> 
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
>
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> 
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
> -- 
>
> J.M
>


___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Jihed M'selmi
So do you suggest to used the sdb ?
The virtualbox was installed above Windows.

On Mon, Feb 6, 2017, 3:20 PM Klaus Wenninger  wrote:

> No experience with fencing vbox-VMs on my side either ...
> But as always when there is no physical fencing-device
> available sbd might be a way to go - either with just
> a watchdog (guess vbox offers a virtual watchdog that
> is supported by the linux-kernel or at least if you install
> the guest-support for vbox) or with shared block-devices
> on top.
>
> Regards,
> Klaus
>
> On 02/06/2017 02:22 PM, Jihed M'selmi wrote:
> >
> > Not really, I found something in some google group but, it's not
> > documented (if I am not wrong).
> >
> >
> > On Mon, Feb 6, 2017, 2:21 PM Marek Grac  > > wrote:
> >
> > Hi,
> >
> > I don't have one. But I see a lot of question about fence_vbox in
> > last days, is there any new material that references it?
> >
> > m,
> >
> > On Mon, Feb 6, 2017 at 1:56 PM, Jihed M'selmi
> > > wrote:
> >
> > Hi,
> >
> > I want set up a pcmk/corosync cluster using couple vbox nodes.
> >
> > Anyone could.share how to install/configure a fence agent
> >  fence_vbox ?
> >
> > Cheers
> > JM
> > --
> >
> > J.M
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> > 
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> > 
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> >
> > --
> >
> > J.M
> >
> >
> >
> > ___
> > Users mailing list: Users@clusterlabs.org
> > http://lists.clusterlabs.org/mailman/listinfo/users
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
>
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
-- 

J.M
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Klaus Wenninger
No experience with fencing vbox-VMs on my side either ...
But as always when there is no physical fencing-device
available sbd might be a way to go - either with just
a watchdog (guess vbox offers a virtual watchdog that
is supported by the linux-kernel or at least if you install
the guest-support for vbox) or with shared block-devices
on top.

Regards,
Klaus

On 02/06/2017 02:22 PM, Jihed M'selmi wrote:
>
> Not really, I found something in some google group but, it's not
> documented (if I am not wrong).
>
>
> On Mon, Feb 6, 2017, 2:21 PM Marek Grac  > wrote:
>
> Hi,
>
> I don't have one. But I see a lot of question about fence_vbox in
> last days, is there any new material that references it?
>
> m,
>
> On Mon, Feb 6, 2017 at 1:56 PM, Jihed M'selmi
> > wrote:
>
> Hi,
>
> I want set up a pcmk/corosync cluster using couple vbox nodes.
>
> Anyone could.share how to install/configure a fence agent
>  fence_vbox ?
>
> Cheers
> JM
> -- 
>
> J.M
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> 
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> 
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
> -- 
>
> J.M
>
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org



___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Jihed M'selmi
Not really, I found something in some google group but, it's not documented
(if I am not wrong).


On Mon, Feb 6, 2017, 2:21 PM Marek Grac  wrote:

> Hi,
>
> I don't have one. But I see a lot of question about fence_vbox in last
> days, is there any new material that references it?
>
> m,
>
> On Mon, Feb 6, 2017 at 1:56 PM, Jihed M'selmi 
> wrote:
>
> Hi,
>
> I want set up a pcmk/corosync cluster using couple vbox nodes.
>
> Anyone could.share how to install/configure a fence agent  fence_vbox ?
>
> Cheers
> JM
> --
>
> J.M
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
-- 

J.M
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Marek Grac
Hi,

I don't have one. But I see a lot of question about fence_vbox in last
days, is there any new material that references it?

m,

On Mon, Feb 6, 2017 at 1:56 PM, Jihed M'selmi 
wrote:

> Hi,
>
> I want set up a pcmk/corosync cluster using couple vbox nodes.
>
> Anyone could.share how to install/configure a fence agent  fence_vbox ?
>
> Cheers
> JM
> --
>
> J.M
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
>
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


[ClusterLabs] Fence agent for VirtualBox

2017-02-06 Thread Jihed M'selmi
Hi,

I want set up a pcmk/corosync cluster using couple vbox nodes.

Anyone could.share how to install/configure a fence agent  fence_vbox ?

Cheers
JM
-- 

J.M
___
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org