Oracle Service Cloud Developer — Question 29
Which three steps should you perform before executing the following command which will set the cell flash cache mode to write back?
# cellcli e alter cell flashcachemode=writeback
Answer options
- A. Inactivate all physical disks on the cell.
- B. Shutdown the cellsrv services on the cell.
- C. Disable the storage indexes on the cell.
- D. Inactivate the grid disks on the cell.
- E. Create a new flash cache on the cell.
- F. Drop the existing flash cache on the cell.
Correct answer: B, D, F
Explanation
The correct answer includes stopping the cellsrv services, deactivating the grid disks, and removing the existing flash cache, as these steps are necessary to safely change the flash cache mode. Options A, C, and E are not required steps and do not contribute directly to preparing for the change in flash cache mode.