#!/bin/sh

# Run by xen-bugtool

export PATH=$PATH:/usr/libexec/xapi/cluster-stack/xhad
echo Running ha_query_liveset $*:
"/usr/libexec/xapi/cluster-stack/xhad/ha_query_liveset" $*
echo Output of command: $?

