nerdexam
CompTIA

CV0-002 · Question #571

An administrator has virtualized four database servers in a private cloud. The DBA is concerned that a failure of one host will take down all four servers. Which of the following should the administra

The correct answer is B. Establish anti-affinity rules for each virtualized server.. To alleviate concerns about a single host failure affecting all four virtualized database servers, the administrator should establish anti-affinity rules. These rules ensure that specified virtual machines are kept on separate physical hosts.

Cloud architecture

Question

An administrator has virtualized four database servers in a private cloud. The DBA is concerned that a failure of one host will take down all four servers. Which of the following should the administrator do FIRST to alleviate the DBA's concerns?

Options

  • AInstall a load balancer in front of the database server.
  • BEstablish anti-affinity rules for each virtualized server.
  • CDefine affinity rules for each host.
  • DMigrate two servers to a public cloud.

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    70% (26)
  • C
    19% (7)
  • D
    8% (3)

Why each option

To alleviate concerns about a single host failure affecting all four virtualized database servers, the administrator should establish anti-affinity rules. These rules ensure that specified virtual machines are kept on separate physical hosts.

AInstall a load balancer in front of the database server.

Installing a load balancer distributes incoming network traffic among servers but does not control their physical host placement, thus it does not prevent a single host failure from affecting multiple VMs. This is a networking solution, not a host placement solution.

BEstablish anti-affinity rules for each virtualized server.Correct

Anti-affinity rules configure the virtualization platform to distribute specified virtual machines across different physical hosts, preventing them from running on the same server. This directly addresses the DBA's concern by ensuring that a failure of one physical host will not simultaneously impact all four database servers, thereby enhancing high availability.

CDefine affinity rules for each host.

Defining affinity rules would force virtual machines to run on the same host or a specific group of hosts, which would worsen the single point of failure problem the DBA is concerned about.

DMigrate two servers to a public cloud.

Migrating servers to a public cloud is a significant architectural change that is not the immediate first step to address a host failure concern within an existing private cloud environment. It's a much broader decision than configuring VM placement.

Concept tested: VM anti-affinity for high availability

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.resmgmt.doc/GUID-066EF04F-3F9A-400A-824A-21E1BF7D0F1F.html

Topics

#virtualization#high availability#anti-affinity rules#database clustering

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice