if [ -n "${HOSTNAME##hec??p?????}" ]; then
 echo "This script needs to be executed on a hypervisor."; 
 exit 0;
fi

