Which CellCLI command is used to conclude that a storage server can be taken offline without impacting database availability?

Which CellCLI command is used to conclude that a storage server can be taken offline without
impacting database availability?

Which CellCLI command is used to conclude that a storage server can be taken offline without
impacting database availability?

A.
LIST GRIDDISK ATTRIBUTES name, asmDeactivationOutcome;

B.
LIST CELLDISK ATTRIBUTES name, raidLevel;

C.
LIST CELL ATTRIBUTES cellsrvStatus, flashCacheMode;

D.
LIST CELLDISK ATTRIBUTES name, raidLevel, asmModeStatus;

E.
LIST GRIDDISK ATTRIBUTES name, status;

Explanation:
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
… output truncated …



Leave a Reply 2

Your email address will not be published. Required fields are marked *