1Z0-338 · Question #26
Which CellCLI command is used to conclude that a storage server can be taken offline without impacting database availability?
The correct answer is D. LIST GRIDDISK ATTRIBUTES name, asmDeactivationOutcome. Explanation/Reference: ASMDeactivationOutcome recall that grid disks can be deactivated, which is effectively taking them offline. Since ASM mirroring ensures that the data is located on another disk, making this disk offline does not lose data. However, if the mirror is…
Question
Which CellCLI command is used to conclude that a storage server can be taken offline without impacting database availability?
Options
- ALIST GRIDDISK ATTRIBUTES name, status;
- BLIST CELLDISK ATTRIBUTES name, raidLevel, asmModeStatus;
- CLIST CELLDISK ATTRIBUTES name, raidLevel
- DLIST GRIDDISK ATTRIBUTES name, asmDeactivationOutcome;
- ELIST CELL ATTRIBUTES cellsrvStatus, flashCacheMode;
How the community answered
(49 responses)- A12% (6)
- B2% (1)
- C4% (2)
- D80% (39)
- E2% (1)
Explanation
Explanation/Reference: ASMDeactivationOutcome recall that grid disks can be deactivated, which is effectively taking them offline. Since ASM mirroring ensures that the data is located on another disk, making this disk offline does not lose data. However, if the mirror is offline, or is not present, then making this grid disk offline will result in loss of data. This attribute shows whether the grid disk can be deactivated without loss of data. A value of "Yes" indicates you can deactivate this grid disk without data loss. CellCLI> list griddisk attributes name, ASMDeactivationOutcome, ASMModeStatus DBFS_DG_CD_02_cell01 Yes ONLINE DBFS_DG_CD_03_cell01 Yes ONLINE DBFS_DG_CD_04_cell01 Yes ONLINE
Topics
Community Discussion
No community discussion yet for this question.