Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
citrix:tip:novdiavail [2017/07/26 07:56] jscitrix:tip:novdiavail [2017/08/18 13:12] (current) js
Line 15: Line 15:
   * h - domain is HVM domain (maybe windows)   * h - domain is HVM domain (maybe windows)
  
-==== second: check vdi ====+===== second: check vdi =====
 <code bash>xe vm-list name-label=<vm name></code> <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> <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 =====