This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
citrix:tip:novdiavail [2017/07/26 07:56] – js | citrix: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=< | <code bash>xe vm-list name-label=< | ||
<code bash>xe vm-disk-list uuid=< | <code bash>xe vm-disk-list uuid=< | ||
+ | |||
+ | ===== get vbd uuid ===== | ||
+ | <code bash>xe vbd-list vm-name-label=" | ||
+ | |||
+ | ===== get vdi params ===== | ||
+ | <code bash>xe vdi-list uuid=$(xe vbd-list vm-name-label=" | ||
+ | |||
+ | ===== vhd-util query ===== | ||
+ | |||
+ | ===== xe vdi-copy ===== | ||
+ | |||
+ | ===== xe vbd-destroy ===== | ||