nerdexam
IBM

000-221 · Question #216

What is the purpose of the certify operation against a local disk drive?

The correct answer is B. Erases the drive. The certify operation in AIX performs a destructive low-level write test on all disk sectors, effectively erasing all existing data on the drive.

Storage Management

Question

What is the purpose of the certify operation against a local disk drive?

Options

  • AFormats the drive
  • BErases the drive
  • CVerifies sector integrity
  • DEstablishes device quorum

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    75% (21)
  • C
    14% (4)
  • D
    4% (1)

Why each option

The certify operation in AIX performs a destructive low-level write test on all disk sectors, effectively erasing all existing data on the drive.

AFormats the drive

Formatting a drive creates a filesystem structure at the logical level, which is a distinct operation from certify's low-level physical sector testing.

BErases the driveCorrect

The certify operation writes test patterns across every sector of the target disk to validate the physical integrity of the media, which is a destructive process that overwrites and erases all existing data. This makes certify a data-destructive maintenance tool that should only be run on a disk that has already been backed up or is being repurposed.

CVerifies sector integrity

While certify does exercise sectors as part of its process, the defining and operationally critical characteristic is that it is a destructive write operation - not a passive, read-only integrity scan.

DEstablishes device quorum

Device quorum is a cluster or storage management concept used to arbitrate access between nodes, and is entirely unrelated to the certify disk operation.

Concept tested: AIX certify disk operation destructive behavior

Source: https://www.ibm.com/docs/en/aix/7.3?topic=c-certify-command

Topics

#disk certify#storage maintenance#disk drive#sector integrity

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice