实验二 熟悉Xenserver删除快照命令、验证删除快照后对原虚机的影响

实验目的:熟悉Xenserver删除快照命令、验证删除快照后对原虚机的影响

试验方法:

确保知道要删除的检查点或快照的 UUID,然后运行以下命令:

1. 运行 snapshot-list 命令以查找要还原的快照或数据点的 UUID:

xe snapshot-list

2. 记下快照的 UUID,然后运行 snapshot-uninstall 命令将其删除:

xe snapshot-uninstall snapshot-uuid=<snapshot-uuid>

              

3. 此命令会警告您将要删除的 VM 和 VDI。键入 yes 确认。

例如:          xe snapshot-uninstall snapshot-uuid=1760561d-a5d1-5d5e-2be5-d0dd99a3b1ef

          The following items are about to be destroyed

          VM : 1760561d-a5d1-5d5e-2be5-d0dd99a3b1ef (Snapshot with memory)

          VDI: 11a4aa81-3c6b-4f7d-805a-b6ea02947582 (0)

          VDI: 43c33fe7-a768-4612-bf8c-c385e2c657ed (1)

          VDI: 4c33c84a-a874-42db-85b5-5e29174fa9b2 (Suspend image)

          Type 'yes' to continue

          yes

          All objects destroyed

        

实验结果:待验证

你可能感兴趣的:(删除,快照,xenserver)