본문 바로가기
HW Knowledge/Hewlett-Packard Enterprise

MR(MegaRAID) Controller/How to collect storage logs

by 스쳐가는인연 2022. 4. 13.

MR(MegaRAID) Controller/How to collect storage logs

 

LSIget
Note. LSIget script download
lsiget log bundle analysis information
https://www.broadcom.com/support/knowledgebase/1211261522992/lsiget-log-bundle-analysis-information

the LSIget data capture script
https://www.broadcom.com/support/knowledgebase/1211161499563/lsiget-data-capture-script

1. Linux / VMware
# ./lsigetlunix.sh -D -Q

2. Windows
C:\> lsigetwin.bat

 

 

Command Tool: storcli
CLI
Usage Information - syntax:
/cx = Controller (Replace "/cx" with /c0 for the first controller, /c1 for the second controller, etc.)
/vx = Virtual Drive Number.
/ex = Enclosure ID
/sx = Slot ID.

Information on the Controller and Configuration
storcli /cx show all
storcli /cx show all > all.txt     (Controller and Configuration information)

Information on the existing hard drives and their status (IDs,...)
storcli /cx /eall /sall show       (all)

Information on the existing virtual drives and their status
storcli /cx /vall show             (all)

Event logs
storcli /cx show events file=<absolute path>
storcli /c0 show events file=C:\Temp\storcli_events_c0.txt 
storcli /cx show termlog=contents [logfile[=log.txt]]
storcli /c0 show termlog logfile=storecli_termlog_c0.txt
storcli /cx show alilog [logfile[=log.txt]]
storcli /c0 show alilog logfile=storcli_alilog_c0.txt

StorCLI User Guide
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00048288en_us

MR Storage Administrator User Guide
https://support.hpe.com/hpesc/public/docDisplay?docId=a00048286en_us

 

 

 

 

 

반응형