client2 13:43:17 > dpkg -s cluster-glue|grep Version Version: 1.0.8-2 client2 13:43:25 > dpkg -S plugins/external/libvirt cluster-glue: /usr/lib/stonith/plugins/external/libvirt client2 13:43:54 > virsh -c 'xen+ssh://client1@server1.mc.man.ac.uk/?keyfile=/root/.ssh/id_dsa' version Compiled against library: libvir 0.9.12 Using library: libvir 0.9.12 Using API: Xen 0.9.12 Running hypervisor: Xen 4.1.0 client2 13:43:57 > export hostlist="client1" hypervisor_uri="xen+ssh//client1@server1.mc .man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa" client2 13:45:05 > export PATH=/usr/share/clo uster-glue/ :$PATH client2 13:45:25 > /usr/lib/stonith/plugins/external/libvirt status ERROR: Failed to get status for xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa ERROR: error: no connection driver available for No connection for URI xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa error: failed to connect to the hypervisor client2 13:46:37 > sh -x /usr/lib/stonith/plugins/external/libvirt status + unset SSH_AUTH_SOCK ++ echo client1 ++ sed -e 's/,/ /g' + hostlist=client1 + case $1 in + libvirt_check_config ++ which virsh + VIRSH=/usr/bin/virsh + '[' '!' -x /usr/bin/virsh ']' + '[' -z client1 -o -z 'xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa' ']' + libvirt_status ++ /usr/bin/virsh -c 'xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa' version + out='error: no connection driver available for No connection for URI xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa error: failed to connect to the hypervisor' + '[' 1 -eq 0 ']' + ha_log.sh err 'Failed to get status for xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa' ERROR: Failed to get status for xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa + ha_log.sh err 'error: no connection driver available for No connection for URI xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa error: failed to connect to the hypervisor' ERROR: error: no connection driver available for No connection for URI xen+ssh//client1@server1.mc.man.ac.uk/usr/bin/virsh?keyfile=/root/.ssh/id_dsa error: failed to connect to the hypervisor + return 1 + exit 1