nerdexam
Brocade

143-130 · Question #93

A customer has many Linux guests hosted by z/VM. The customer wants to use their FCP CHPIDs more efficiently. Which mechanism will allow this?

The correct answer is D. NPIV on the CHPID N_Port to the switch's F_Port link. See the full explanation below for the reasoning.

Question

A customer has many Linux guests hosted by z/VM. The customer wants to use their FCP CHPIDs more efficiently. Which mechanism will allow this?

Options

  • ANPIV on the switch's F_Port to the control unit's N_Port link
  • BNPIV on the control unit's N_Port to the storage adapter's port link
  • CNPIV on the IFL to the CHPID N_Port link
  • DNPIV on the CHPID N_Port to the switch's F_Port link

How the community answered

(42 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    10% (4)
  • D
    83% (35)

Community Discussion

5
Luis F.Luis F.Jun 1, 2026

D is the right answer here. NPIV (N_Port ID Virtualization) works by virtualizing on the CHPID N_Port side going out to the switch F_Port, which lets z/VM assign each Linux guest its own virtual N_Port ID over a single physical FCP CHPID, so you get way better utilization without needing a dedicated CHPID per guest.

19
Fatima Z.Fatima Z.Jun 26, 2026

D all day, and here is the hook that locks it in forever. Picture your CHPID as a hotel front desk, the N_Port is the single door into that hotel, and the switch F_Port is the street outside. NPIV lets that one door hand out dozens of virtual room keys, one per Linux guest, so every guest looks like its own unique traveler to the SAN fabric even though they all squeeze through the same physical CHPID. The mnemonic is DOOR, meaning D is correct, One physical port, Opens into the switch F_Port, Results in many virtual N_Port IDs. The supporting detail that seals it is this: z/VM acts as the NPIV manager and assigns each guest a unique WWPN, which means the storage side sees individual hosts and you get cleaner zoning, better LUN masking, and no wasted CHPID overhead from dedicating one per guest.

2
Haruki E.Haruki E.Jun 11, 2026

C tempts but NPIV is N_Port-side, not IFL-to-CHPID layer, so D.

1
Ola B.Ola B.Jun 20, 2026

Spin up a z/VM lab and watch the IFL hand off directly to the CHPID N_Port, that NPIV link is where the multiplexing actually happens.

0
Orla P.Orla P.Jun 22, 2026

Ola, appreciate the detail but the answer the exam is looking for is D, because NPIV multiplexing is handled by the physical FCP channel adapter itself, not the CHPID N_Port link as an isolated handoff point. The z/VM layer above it just assigns the virtual N_Port identifiers to guests after the adapter already does the heavy lifting.

0
Full 143-130 Practice