Re: [ClusterLabs] Fwd: How to Fence Virtualbox VM with Windows 10 as host.

2017-07-05 Thread ArekW
Hi, your suggestion gives me some idea: I got it working eventually with syntax: fence_vbox --ip 10.0.2.2 --username=AW23321 --identity-file=/root/.ssh/id_rsa --plug=centos1 --host-os=windows --action=status --vboxmanage-path="/cygdrive/c/Program\ Files/Oracle/VirtualBox/VBoxManage" I had to put

Re: [ClusterLabs] Fwd: How to Fence Virtualbox VM with Windows 10 as host.

2017-07-05 Thread Oyvind Albrigtsen
You might have to use "--host-os windows". You can run it with -v for more info about why it's failing. On 05/07/17 10:18 +0200, ArekW wrote: Hi, I managed to run the Pacemaker Cluster From Scratch on two CentOS on VirtualBox. I’m stuck at fence_vbox with similar problem as Durwin’s: The

[ClusterLabs] Fwd: How to Fence Virtualbox VM with Windows 10 as host.

2017-07-05 Thread ArekW
Hi, I managed to run the Pacemaker Cluster From Scratch on two CentOS on VirtualBox. I’m stuck at fence_vbox with similar problem as Durwin’s: The script doesn’t accept the plug parameter: [root@nfsnode1 ~]# fence_vbox --ip 10.0.2.2 --username=AW23321 --identity-file=/root/.ssh/id_rsa