nerdexam
Network_Appliance

NS0-157 · Question #329

Which SyncMirror command mirrors an existing unmirrored aggregate where Data ONTAP selects the disk drive?

The correct answer is A. aggr mirror aggrY. The basic 'aggr mirror aggrY' command mirrors an existing unmirrored aggregate while letting Data ONTAP automatically select which disk drives to use for the new plex.

Data Protection and High Availability

Question

Which SyncMirror command mirrors an existing unmirrored aggregate where Data ONTAP selects the disk drive?

Options

  • Aaggr mirror aggrY
  • Baggr mirror aggrY -m
  • Caggr mirror aggrT -d 12@144
  • Daggr mirror aggrY -m 12@144

How the community answered

(30 responses)
  • A
    93% (28)
  • B
    3% (1)
  • C
    3% (1)

Why each option

The basic 'aggr mirror aggrY' command mirrors an existing unmirrored aggregate while letting Data ONTAP automatically select which disk drives to use for the new plex.

Aaggr mirror aggrYCorrect

The command 'aggr mirror aggrY' without any disk-specification flags instructs Data ONTAP to mirror the named aggregate and internally select the appropriate drives for the mirror plex. No explicit disk arguments are provided, so the system applies its own selection logic based on available spare disks. This is the correct syntax when the administrator wants ONTAP to handle drive selection automatically.

Baggr mirror aggrY -m

The '-m' flag is not a recognized option in this context for triggering automatic disk selection during an aggregate mirror operation.

Caggr mirror aggrT -d 12@144

The '-d 12@144' argument explicitly designates which disks to use, meaning the administrator - not Data ONTAP - is performing the disk selection.

Daggr mirror aggrY -m 12@144

Combining an unrecognized '-m' flag with an explicit disk specification does not represent the syntax for letting ONTAP auto-select drives for mirroring.

Concept tested: Data ONTAP SyncMirror aggregate mirror command syntax

Source: https://docs.netapp.com/us-en/ontap/disks-aggregates/mirror-aggregate-task.html

Topics

#SyncMirror#aggregate mirroring#aggr mirror#CLI commands

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice