This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xenserver_troubleshoot [2018/04/07 09:03] gcooper |
virtualization:xenserver:xenserver_troubleshoot [2019/04/30 06:34] (current) gcooper |
||
---|---|---|---|
Line 49: | Line 49: | ||
http:// | http:// | ||
+ | |||
+ | ===== Detach a VHD from the Control Domain ===== | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | List out the VBD (connector object between VM and VDI) based on the VDI UUID: | ||
+ | |||
+ | < | ||
+ | xe vdi-list | grep -B1 -A5 -i " | ||
+ | |||
+ | xe vdi-list name-label="< | ||
+ | |||
+ | xe vbd-list vdi-uuid=< | ||
+ | |||
+ | </ | ||
+ | <note important> | ||
+ | </ | ||
+ | |||
+ | Once done, you want to first try to make VBD inactive (it may already be inactive), | ||
+ | |||
+ | < | ||
+ | xe vbd-unplug uuid=< | ||
+ | </ | ||
+ | |||
+ | Once done, you can then break the connection: | ||
+ | |||
+ | < | ||
+ | xe vbd-destroy uuid=< | ||
+ | </ | ||
+ | |||
+ | Check in XenCenter to verify and delete the virtual disk. | ||
===== Log Partition Full ===== | ===== Log Partition Full ===== |