Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
citrix:tip:novdiavail [2017/07/24 12:12] – created jscitrix:tip:novdiavail [2017/08/18 13:12] (current) js
Line 14: Line 14:
   * r – domain is actively ruining on one of the CPU   * r – domain is actively ruining on one of the CPU
   * h - domain is HVM domain (maybe windows)   * h - domain is HVM domain (maybe windows)
 +
 +===== second: check vdi =====
 +<code bash>xe vm-list name-label=<vm name></code>
 +<code bash>xe vm-disk-list uuid=<uuid of vm> vbd-params= vdi-params=</code>
 +
 +===== get vbd uuid =====
 +<code bash>xe vbd-list vm-name-label="TESTVM_NAME"</code>
 +
 +===== get vdi params =====
 +<code bash>xe vdi-list uuid=$(xe vbd-list vm-name-label="TESTVM_NAME" params=vdi-uuid --minimal) params</code>
 +
 +===== vhd-util query =====
 +
 +===== xe vdi-copy =====
 +
 +===== xe vbd-destroy =====
 +
 +