How to Replace a Hard Drive in an Exadata Storage Cell Server
How to Replace a Hard Drive in an Exadata Storage Cell Server
PREPARATION
Determine the failed drive:
For imageinfo versions 11.2.3.1.x and earlier, use this syntax:
LIST PHYSICALDISK WHERE diskType=HardDisk AND status=critical DETAIL |
For imageinfo versions 11.2.3.2.x and later, use this syntax:
LIST PHYSICALDISK WHERE diskType=HardDisk AND status like failed DETAIL |
To check repair times for all mounted disk groups - log into the ASM instance and perform the following query:
SQL> select dg.name,a.value from v$asm_diskgroup |
SOLUTION
For Exadata Storage Server Software versions 11.2.3.3.0 and later:
ALTER PHYSICALDISK 20:2 DROP FOR REPLACEMENT |
Confirm that hard drive working normal:
/opt/MegaRAID/storcli/storcli64 -PDList -aALL |
Check the ASM rebalance:
select * from gv$asm_operation; |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.