English Flashcards
What are the required VMware settings to enable Hyper-V on a virtual machine?
In VMware Workstation, check the following:
1. Virtualize Intel VT-x/EPT or AMD-V/RVI.
2. Virtualize CPU Performance counters.
Which operating system should be installed for setting up Hyper-V on VMware?
Install Windows Server 2012 R2.
After installing Windows Server 2012 R2, what roles should be configured?
First, install the DNS role, then add the Hyper-V role.
How do you perform a test failover in Hyper-V?
- In Hyper-V Manager, select the virtual machine on the replica server.
- Right-click, choose ‘Replication,’ and select ‘Test Failover.’
- Choose a recovery point and click ‘Test Failover.’
What steps are needed to complete a planned failover?
- Shut down the primary virtual machine.
- In Hyper-V Manager, right-click the VM, choose ‘Replication,’ and select ‘Planned Failover.’
- Enable reverse replication and start the replica VM after failover.
What happens during an unplanned failover in Hyper-V?
- The primary site goes offline.
- The replica VM is started on the replica server.
- Replication is broken, and recovery points are used to restore the VM.
How do you enable Hyper-V replication on the replica server?
- In Hyper-V Manager, go to ‘Replication Configuration.’
- Check ‘Enable this computer as a Replica server.’
- Use Kerberos (port 80) or certificates (port 443) for authentication.
- Specify the location for replicas.
What is the role of recovery points in Hyper-V replication?
Recovery points store snapshots for restoring the primary VM on the replica server. Multiple recovery points require more storage.