1Z0-062 · Question #94
View the Exhibit and examine the disk groups created at the time of migrating the database storage to Automatic Storage Management (ASM). Why does the FRA disk group initially have more free space eve
The correct answer is B. Because the FRA disk group is not configured to support mirroring. The FRA disk group shows more usable free space than DATA despite equal raw size because FRA uses EXTERNAL redundancy with no mirroring, while DATA uses NORMAL redundancy which mirrors extents and effectively halves usable capacity.
Question
View the Exhibit and examine the disk groups created at the time of migrating the database storage to Automatic Storage Management (ASM). Why does the FRA disk group initially have more free space even though both DATA and FRA disk groups are provided with the same size?
Options
- ABecause the FRA disk group will not support dynamic rebalancing
- BBecause the FRA disk group is not configured to support mirroring
- CBecause disks in the FRA disk group are not formatted at this stage
- DBecause the FRA disk group will support only a single size of allocation unit
How the community answered
(26 responses)- A4% (1)
- B85% (22)
- C4% (1)
- D8% (2)
Why each option
The FRA disk group shows more usable free space than DATA despite equal raw size because FRA uses EXTERNAL redundancy with no mirroring, while DATA uses NORMAL redundancy which mirrors extents and effectively halves usable capacity.
ASM dynamic rebalancing redistributes existing data across disks when the disk group membership changes and has no bearing on the total amount of free space available in a disk group.
An ASM disk group configured with EXTERNAL redundancy does not create mirror copies of extents, so 100% of raw disk capacity is reported as usable free space. In contrast, a DATA disk group configured with NORMAL redundancy consumes half the raw capacity to maintain a second mirror copy, resulting in the FRA group showing proportionally more free space even though both groups received the same raw disk allocation.
ASM disks are fully formatted and their headers are written when the disk group is created - all capacity is immediately accounted for and available, not deferred to a later formatting stage.
The allocation unit size governs I/O granularity and extent sizing within a disk group, but a uniform AU size across all disks in a group does not reduce the total reported free space relative to another group of the same raw capacity.
Concept tested: ASM disk group redundancy modes and usable space
Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/ostmg/asm-disk-groups.html
Topics
Community Discussion
No community discussion yet for this question.