Find out name of VMs running on a specific host
xe vm-list resident-on=`xe host-list name-label=HOSTNAME --minimal`|grep name-label|cut -f9- -d" "
xe vm-list resident-on=`xe host-list name-label=HOSTNAME --minimal`|grep name-label|cut -f9- -d" "
No comments:
Post a Comment