<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 26, 2017 at 5:06 PM,  <span dir="ltr"><<a href="mailto:durwin@mgtsciences.com" target="_blank">durwin@mgtsciences.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font size="2" face="sans-serif">I have Windows 10 running Virtualbox with
2 VMs running Fedora 25.  I have followed 'Pacemaker 1.1 Clusters
from Scratch' 9th edition up through chapter 7.  It works.  I
am now trying to fence VMs.  I use Cygwin ssh daemon and of course
bash is default for the options.</font>
<br>
<br><font size="2" face="sans-serif">I have used command below from one of
the nodes and get the following return.</font>
<br>
<br><font size="2" face="sans-serif">fence_vbox -vv --ip=172.23.93.249 --username=durwin
--identity-file=/root/.ssh/id_<wbr>rsa.pub --password= --plug="node1"
--action=off</font>
<br></blockquote><div><br></div><div>add --verbose please.</div><div><br></div><div>but it looks, you will have to change --ssh-options so it does not execute /bin/bash; it should be be enough to set it to "". You will also have to set --command-prompt to an appropriate value then. </div><div><br></div><div>m,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font size="2" face="sans-serif">Delay 0 second(s) before logging in
to the fence device</font>
<br><font size="2" face="sans-serif">Running command: /usr/bin/ssh  <a href="mailto:durwin@172.23.93.249" target="_blank">durwin@172.23.93.249</a>
-i /root/.ssh/id_rsa.pub -p 22 -t '/bin/bash -c "PS1=\\[EXPECT\\]#\
 /bin/bash --noprofile --norc"'</font>
<br><font size="2" face="sans-serif">Received: Enter passphrase for key '/root/.ssh/id_rsa.pub':</font>
<br><font size="2" face="sans-serif">Sent:</font>
<br>
<br><font size="2" face="sans-serif">Received:</font>
<br><font size="2" face="sans-serif">[EXPECT]#</font>
<br><font size="2" face="sans-serif">Sent: VBoxManage list runningvms</font>
<br>
<br><font size="2" face="sans-serif">Connection timed out</font>
<br>
<br><font size="2" face="sans-serif">I tried the following commands from
a DOS shell on the Windows host and commands successfully executed (from
Cygwin terminal it fails).</font>
<br>
<br><font size="2" face="sans-serif">VBoxManage controlvm node1 acpipowerbutton</font>
<br><font size="2" face="sans-serif">VBoxManage startvm node1 --type=gui</font>
<br>
<br><font size="2" face="sans-serif">I am aware that some Windows executables
do not communicate with Cygwin terminals.  Is there a way to pass
ssh options so that VBoxManage is executed from DOS shell?</font>
<br>
<br><font size="2" face="sans-serif">Thank you,</font>
<br>
<br><font size="2" face="sans-serif">Durwin<br>
<br>
<br>
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.</font><br>______________________________<wbr>_________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
<br></blockquote></div><br></div></div>