User Tools

Site Tools


lsi_logic_symbios_megaraid

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
lsi_logic_symbios_megaraid [2019/12/10 11:45]
ss_wiki_admin
lsi_logic_symbios_megaraid [2020/01/22 08:57] (current)
ss_wiki_admin
Line 1: Line 1:
-== Display Firmware Terminal Log == +== Collect all diag info for controller into hostname tar == 
-<code bash> +<code bash storclis.sh
-/opt/MegaRAID/MegaCli/MegaCli64 -fwtermlog -dsply -a0 | more +/opt/MegaRAID/storcli/storcli64 -ShowSummary -aAll > ShowSummary.txt 
 +/opt/MegaRAID/storcli/storcli64 -AdpAllInfo -aALL > AdpAllInfo.txt 
 +/opt/MegaRAID/storcli/storcli64 -CfgDsply -aALL > CfgDsply.txt 
 +/opt/MegaRAID/storcli/storcli64 -PDList -aALL > PDList.txt 
 +/opt/MegaRAID/storcli/storcli64 -adpbbucmd -aALL > adpbbucmd.txt 
 +/opt/MegaRAID/storcli/storcli64 -FwTermLog -dsply -aALL > FwTermLog.txt 
 +/opt/MegaRAID/storcli/storcli64 -PhyErrorCounters -aALL > PhyErrorCounters.txt 
 + 
 +tar --transform='s,^,output/,' -cvzf `hostname`.MegaRAID.output.tar.gz ShowSummary.txt AdpAllInfo.txt CfgDsply.txt PDList.txt adpbbucmd.txt FwTermLog.txt PhyErrorCounters.txt
 </code> </code>
  
 +| Command | Action |
 | <code>./MegaCli64 -FwTermLog -Dsply -aALL > /tmp/ttylog.txt/</code> | Creates the RAID controller log (ttylog) | | <code>./MegaCli64 -FwTermLog -Dsply -aALL > /tmp/ttylog.txt/</code> | Creates the RAID controller log (ttylog) |
 | <code>./MegaCli64 -PDList -aALL > /tmp/disks.txt</code> | Creates a list with information about the RAID controllers, virtual disks and hard disks installed | | <code>./MegaCli64 -PDList -aALL > /tmp/disks.txt</code> | Creates a list with information about the RAID controllers, virtual disks and hard disks installed |
lsi_logic_symbios_megaraid.1575978341.txt.gz · Last modified: 2019/12/10 11:45 by ss_wiki_admin