User Tools

Site Tools


qlogic_fc_adapter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qlogic_fc_adapter [2019/04/09 11:00]
ss_wiki_admin
qlogic_fc_adapter [2019/11/19 08:06] (current)
ss_wiki_admin
Line 1: Line 1:
 == Replacing a disk in predictive failure safely == == Replacing a disk in predictive failure safely ==
-<code> +<code bash
-/* Identify disks with failures */+Identify disks with failures
 /opt/MegaRAID/storcli/storcli64 /c0/eALL/sALL show all | grep -e 'State :' -e "Predictive Failure Count" /opt/MegaRAID/storcli/storcli64 /c0/eALL/sALL show all | grep -e 'State :' -e "Predictive Failure Count"
 Drive /c0/e8/s24 State : Drive /c0/e8/s24 State :
Line 8: Line 8:
 /opt/MegaRAID/storcli/storcli64 /c0 /eall /sall show /opt/MegaRAID/storcli/storcli64 /c0 /eall /sall show
  
-/* Set locate beacon for ease of replacement */+Set locate beacon for ease of replacement 
 /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 start locate /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 start locate
  
-/* Set disk offline and spundown */+Set disk offline and spundown 
 /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 set offline /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 set offline
 /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 set missing /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 set missing
 /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 spindown /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 spindown
  
-/* Show rebuild status */+Show rebuild status 
 /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 show rebuild /opt/MegaRAID/storcli/storcli64 /c0/e8/s24 show rebuild
  
-/* If no auto rebuild, force manually */+If no auto rebuild, force manually 
 (/opt/MegaRAID/storcli/storcli64 /c0/e8/s24 rebuild) (/opt/MegaRAID/storcli/storcli64 /c0/e8/s24 rebuild)
 </code> </code>
 +
 +
qlogic_fc_adapter.1554807636.txt.gz · Last modified: 2019/09/16 16:10 (external edit)