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?

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?

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?

A.
‘crsctl stop cluster -all’ on one of the database servers

B.
CellCLI> LIST GRIDDISK ATTRIBUTE name WHERE asmdeactivationoutcome != ‘Yes’

C.
CellCLI> ALTER GRIDDISK ALL INACTIVE

D.
CellCLI> LIST GRIDDISK WHERE STATUS != ‘inactive’

E.
‘shutdown –h now’ on the affected cell

Explanation:
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, asmmodestatusCellCLI> LIST
GRIDDISKIf 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



Leave a Reply 2

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


L. Zhu

L. Zhu

A is wrong. we do not need to shutdown RAC
B is right. this is to check any offline griddisks
C is right. this is to inactive all griddisks in the cell
D is right. this is to verify if there is any griddisk still active
E is right. this is to shutdown the cell

So B.C.D.E. are correct

srks

srks

Typo error in the question. The question was stated as “which two commands …” in the exam