Virtualization How to determine what xenserver is pool-master 3 October 2012 jonas Leave a comment [codesyntax lang="bash"] xe host-param-get param-name=name-label uuid=`xe pool-list | grep master | awk '{print $4}'` [/codesyntax]