Saturday 30 November 2013

Xenserver 6.1 CLI commands specific for Storage Migration





Check SR uuid
xe sr-list name-label=mystorage
List disks for vm
xe vm-disk-list vm=myvmname
List specific VDI
xe vdi-list name-label=myvdiname
offline migrate disk
xe vdi-copy sr-uuid=mystorageuuid uuid=myvdiuuid
live migrate disk
xe vdi-pool-migrate sr-uuid=mystorageuuid uuid=myvdiuuid
check copy task
xe task-list name-label=VDI.copy
check migrate task
xe task-list name-label=VDI.pool_migrate 

No comments:

Post a Comment