Courseiva
Configure and Manage vSphere StoragemediumMultiple ChoiceObjective-mapped

VCP-DCV Configure and Manage vSphere Storage Practice Question

Exhibit

Refer to the exhibit.

~ # esxcli storage nmp path list

fc.20000010a1234:5006016844e0a6a6-naa.600601607...-fc.20000010a1234:5006016844e0a6a7
   State: active (optimized)
   SATP: VMW_SATP_DEFAULT_AA
   PSP: VMW_PSP_MRU

fc.20000010a1234:5006016844e0a6a7-naa.600601607...-fc.20000010a1234:5006016844e0a6a8
   State: active (non-optimized)
   SATP: VMW_SATP_DEFAULT_AA
   PSP: VMW_PSP_MRU

fc.20000010a1234:5006016844e0a6a8-naa.600601607...-fc.20000010a1234:5006016844e0a6a9
   State: active (non-optimized)
   SATP: VMW_SATP_DEFAULT_AA
   PSP: VMW_PSP_MRU

fc.20000010a1234:5006016844e0a6a9-naa.600601607...-fc.20000010a1234:5006016844e0a6a6
   State: active (non-optimized)
   SATP: VMW_SATP_DEFAULT_AA
   PSP: VMW_PSP_MRU

An administrator notices that a VMFS datastore has only one optimized path. The exhibit shows the output of esxcli storage nmp path list for that datastore. What should the administrator do to fully utilize both storage controllers?

⚠ Common exam trap

Candidates often assume a Round Robin PSP alone will solve multipathing issues, but they overlook that the SATP must first correctly classify the path states for ALUA arrays before the PSP can distribute I/O across them.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Change the SATP to VMW_SATP_ALUA.

The exhibit shows only one optimized path because the storage array uses Asymmetric Logical Unit Access (ALUA), which requires the VMW_SATP_ALUA SATP to properly recognize and manage both active/optimized and active/non-optimized paths. With the default SATP (e.g., VMW_SATP_DEFAULT_AA), the host treats all paths as active but fails to distinguish optimized from non-optimized paths, often resulting in only one path being used. Changing to VMW_SATP_ALUA allows the host to correctly identify the optimized path and actively use both storage controllers for load balancing.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Rescan the storage adapters.

    Why it's wrong here

    Rescanning will not change the assigned SATP or improve path state recognition.

  • Change the PSP to Round Robin.

    Why it's wrong here

    Changing PSP does not address the underlying path state classification; the SATP is responsible for path state management.

  • Enable the path failover policy.

    Why it's wrong here

    Path failover does not change the SATP and will not utilize non-optimized paths effectively.

  • Change the SATP to VMW_SATP_ALUA.

    Why this is correct

    VMW_SATP_ALUA correctly recognizes optimized and non-optimized paths, allowing the PSP to use both paths for I/O.

Quick reference

Asymmetric Encryption Algorithm Comparison

AlgorithmKey ExchangeSignaturesEquivalent Security KeyNotes
RSA-3072YesYes128-bitWidely deployed; slow for bulk data
ECDSA P-256NoYes128-bitFast signatures; standard TLS certs
ECDH / ECDHEYesNo128-bitPerfect forward secrecy in TLS 1.3
DH / DHEYesNo128-bit (3072-bit key)Replaced by ECDHE in modern TLS
Ed25519NoYes~128-bitSSH keys, modern PKI

About these practice questions

One of 498 original VCP-DCV practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.