An administrator needs to move a running virtual machine named VM1 from Host-A to Host-B without any downtime. Both hosts are members of the same Active Directory domain but are not part of a failover cluster. Which technology should be configured to facilitate this movement while maintaining service availability?
Trap 1: Quick Migration
Quick migration requires the hosts to be part of a failover cluster and involves a brief pause in service while the VM state is saved to shared storage. It is not suitable for scenarios requiring zero downtime or for hosts that are not joined in a cluster configuration for high availability.
Trap 2: Storage Migration
Storage migration allows an administrator to move the virtual machine configuration files and virtual hard disks to a different storage location while the VM remains running. This process is independent of the host-to-host migration and focuses strictly on the storage subsystem to prevent I/O bottlenecks or hardware upgrades.
Trap 3: Hyper-V Replica
Hyper-V Replica is a disaster recovery tool that asynchronously replicates virtual machines from one host to another at defined intervals. It does not provide zero-downtime migration, as the replica VM is kept in an offline state and must be manually or automatically failed over during a scheduled or unscheduled outage.
- A
Quick Migration
Why wrong: Quick migration requires the hosts to be part of a failover cluster and involves a brief pause in service while the VM state is saved to shared storage. It is not suitable for scenarios requiring zero downtime or for hosts that are not joined in a cluster configuration for high availability.
- B
Storage Migration
Why wrong: Storage migration allows an administrator to move the virtual machine configuration files and virtual hard disks to a different storage location while the VM remains running. This process is independent of the host-to-host migration and focuses strictly on the storage subsystem to prevent I/O bottlenecks or hardware upgrades.
- C
Shared Nothing Live Migration
Shared Nothing Live Migration enables the movement of a running virtual machine from one host to another without shared storage or cluster membership. It uses the network to transfer the VM memory state and disk contents simultaneously, ensuring that the services remain online and accessible to users throughout the entire process.
- D
Hyper-V Replica
Why wrong: Hyper-V Replica is a disaster recovery tool that asynchronously replicates virtual machines from one host to another at defined intervals. It does not provide zero-downtime migration, as the replica VM is kept in an offline state and must be manually or automatically failed over during a scheduled or unscheduled outage.