nerdexam
CompTIA

SG0-001 · Question #85

A new SAN volume has been presented and mounted on a server, but poor write performance is exhibited. Which of the following should be investigated to determine potential causes?

The correct answer is B. Alignment of the partition along physical disk track boundaries. Poor write performance on a new SAN volume often indicates an issue with the partition's alignment relative to the underlying physical disk's track boundaries, which can cause inefficient I/O operations.

Storage Management

Question

A new SAN volume has been presented and mounted on a server, but poor write performance is exhibited. Which of the following should be investigated to determine potential causes?

Options

  • AHBA persistent bindings
  • BAlignment of the partition along physical disk track boundaries
  • CThe HBA topology configuration
  • DThe MTU size for jumbo frames and alignment along switch boundaries

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    79% (15)
  • C
    5% (1)
  • D
    11% (2)

Why each option

Poor write performance on a new SAN volume often indicates an issue with the partition's alignment relative to the underlying physical disk's track boundaries, which can cause inefficient I/O operations.

AHBA persistent bindings

HBA persistent bindings relate to consistent LUN ID presentation across reboots, not directly to write performance.

BAlignment of the partition along physical disk track boundariesCorrect

Incorrect partition alignment can lead to unaligned I/O requests where a single logical block write from the operating system spans two physical blocks on the storage device. This results in two I/O operations instead of one, significantly degrading write performance. This misalignment often occurs if the partition starting offset is not a multiple of the underlying storage's physical sector size (e.g., 4KB sectors).

CThe HBA topology configuration

HBA topology configuration (e.g., fabric type, zoning) affects connectivity and LUN visibility, but not typically the specific write performance after a volume is already mounted and accessible.

DThe MTU size for jumbo frames and alignment along switch boundaries

MTU size for jumbo frames primarily impacts network performance for IP-based storage (like iSCSI or NFS over Ethernet), not typically the write performance within a Fibre Channel SAN where the question implies a 'SAN volume.' Alignment along switch boundaries is not a common concept in this context.

Concept tested: Partition alignment for storage performance

Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/dd758814(v=ws.10)

Topics

#SAN performance#partition alignment#write performance#storage troubleshooting

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice