#!/bin/sh

. /etc/xcp/inventory
echo Host: ${INSTALLATION_UUID}
echo
xe host-get-sm-diagnostics uuid=${INSTALLATION_UUID}
