2v0-2123 Exam QuestionsBrowse all questions from this exam

2v0-2123 Exam - Question 19


An administrator is tasked with looking into the disaster recovery options for protecting a database server using VMware vSphere Replication.

The following requirements must be met:

The virtual machine must remain online during the protection.

The virtual machine's snapshots must be used as part of the replication process.

Which step must the administrator complete to accomplish this task?

Show Answer
Correct Answer: C

Performing a full initial synchronization of the source virtual machine to the target location is a crucial step in setting up vSphere Replication. This process ensures that the entire virtual machine data is initially copied to the target location. It is a necessary part of protecting the virtual machine, and it can be done while the virtual machine remains online. The other options do not directly address the requirement of keeping the virtual machine online and using its snapshots as part of the replication process.

Discussion

12 comments
Sign in to comment
DesolateMarauderOption: B
Jul 21, 2023

B. Enable guest OS VSS quiescing for this virtual machine.

DesolateMarauder
Jul 21, 2023

Guest OS VSS (Volume Shadow Copy Service) quiescing is essential for ensuring application-consistent backups of the virtual machine, especially when dealing with databases and other applications that rely on consistent disk states. When VSS quiescing is enabled, vSphere Replication coordinates with the guest operating system to create application-consistent snapshots, which are then used as part of the replication process. Enabling VSS quiescing helps ensure that the virtual machine remains online during the replication process and that the snapshots used for replication are consistent, minimizing the risk of data corruption and ensuring a more reliable disaster recovery solution. Options A, C, and D are not directly related to the specific requirements mentioned and do not address the need to maintain the virtual machine online during replication or utilize snapshots for the process.

DesolateMarauder
Jul 21, 2023

Option A (Configure the virtual machine storage policy) is related to storage policies, which may not be directly tied to the requirements for guest OS VSS quiescing and replication. Option C (Perform a full initial synchronization of the source virtual machine to the target location) is a standard part of setting up vSphere Replication, but it does not specifically address the requirement for keeping the virtual machine online or using snapshots as part of the replication process. Option D (Configure network traffic isolation for vSphere Replication) refers to network configuration for vSphere Replication, but it is not directly related to meeting the stated requirements.

testing_soon
Sep 26, 2023

VSS is Windows-only; the question doesn't mention guest OS.

michael24Option: C
Jun 8, 2023

Changing my answer to C. D is not required, but recommended. What is required is that a full initial synchronization must be done for a VM to be protected. Also VSS is not supported on all OS's. https://docs.vmware.com/en/vSphere-Replication/8.7/com.vmware.vsphere.replication-admin.doc/GUID-C249300C-2BC0-4128-88B5-046C3DE6BC5B.html

michael24
Jun 10, 2023

I answered with C on the test, passed with 428.

Testyboy15
Sep 5, 2023

Agree. Point 16 says it all (Optional) Activate quiescing for the guest operating system of the source virtual machine. Note: Quiescing options are available only for virtual machines that support quiescing. vSphere Replication does not support VSS quiescing on vVOL.

VMwareGuy123Option: B
Jul 26, 2023

See the comment from 'DesolateMarauder'. I'll go for B.

Ilmace86Option: C
Jun 15, 2023

My answer is C, D is not required

meko88Option: B
Sep 30, 2023

I read this in the below Link "Virtual machine snapshots are not used as part of the replication process unless VSS quiescing is enabled." I think answer should be B, not sure still https://core.vmware.com/resource/vsphere-replication-technical-overview#section3

[Removed]Option: B
Aug 30, 2023

I choose B. Quiesce: If the flag is 1 or true, and the virtual machine is powered on when the snapshot is taken, VMware Tools is used to quiesce the file system in the virtual machine. Quiescing a file system is a process of bringing the on-disk data of a physical or virtual computer into a state suitable for backups. This process might include such operations as flushing dirty buffers from the operating system's in-memory cache to disk, or other higher-level application-specific tasks. Below article is the reason. https://kb.vmware.com/s/article/2041909 https://kb.vmware.com/s/article/1015180

tgybytOption: B
Nov 3, 2023

Virtual machine snapshots are not used as part of the replication process unless VSS quiescing is enabled. <Check chapter Replication Process> https://core.vmware.com/resource/vsphere-replication-technical-overview#section3 The requirement in the questions says: The virtual machine's snapshots must be used as part of the replication process. How you can achieve that? Enabling VSS quiescing. Answer is B

Bing_KangOption: B
Feb 28, 2024

B. Virtual machine snapshots are not used as part of the replication process unless VSS quiescing is enabled. - https://core.vmware.com/resource/vsphere-replication-technical-overview#section3

ABCACBOption: D
May 30, 2023

The VMkernel adapter that you created for outgoing vSphere Replication traffic appears in the list of adapters. The outgoing replication data from the ESXi host is sent to the vSphere Replication server through this adapter.

michael24Option: D
May 31, 2023

D: it is the only one that makes sense, but it is not actually required. it is recommended, but it is not a hard requirement. https://docs.vmware.com/en/vSphere-Replication/8.7/com.vmware.vsphere.replication-admin.doc/GUID-16677363-4265-4815-9C1C-DAAA3AE500CD.html

wpjoulekkadingOption: B
Oct 4, 2023

Vote B

Lundu1995Option: C
Oct 8, 2023

mhn, ill go with C because if you install Vmware tools one part is enable vss. tricky question...