Valid 1Z0-027 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-027 Exam! ExamDiscuss.com now offer the newest 1Z0-027 exam dumps, the ExamDiscuss.com 1Z0-027 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-027 dumps with Test Engine here:
You are about to replace one memory DIMM in an Exadata storage server and need to power off the affected cell. Which four commands must you execute to safely power off the storage server in your standard deployed quarter rack Database Machine assuming that redundancy is not compromised?
Correct Answer: B,C,D,E
Explanation/Reference: B: Step 1: Run the following command to check if there are other offline disks CellCLI> LIST GRIDDISK ATTRIBUTES name WHERE asmdeactivationoutcome != 'Yes' If any grid disks are returned, then it is not safe to take the storage server offline because proper Oracle ASM disk group redundancy will not be intact. C: Step 2: Inactivate all the grid disks when Oracle Exadata Storage Server is safe to take offline using the following command: CellCLI> ALTER GRIDDISK ALL INACTIVE Taking the storage server offline when one or more grid disks are in this state will cause Oracle ASM to dismount the affected disk group, causing the databases to shut down abruptly. D: Step 3: -- Verify all grid disks are INACTIVE to allow safe storage server shut down by running the following command: CellCLI> LIST GRIDDISK ATTRIBUTES name, asmmodestatus CellCLI> LIST GRIDDISK If all grid disks are INACTIVE, then the storage server can be shutdown without affecting database availability E: Step 4: To stop a server, use the shutdown command. To stop immediately and keep it down, i.e. not reboot, execute: # shutdown -h -y now