Difference between revisions of "Smartctl and megaraid"

From vpsget wiki
Jump to: navigation, search
Line 7: Line 7:
 
  smartctl -a -d sat+megaraid,5 /dev/sda #in case ddisk connected via sata interface,not sas
 
  smartctl -a -d sat+megaraid,5 /dev/sda #in case ddisk connected via sata interface,not sas
  
 +
smartctl /dev/sda -d sat+megaraid,0 -l selftest  #selftest example [sata]
 +
smartctl /dev/sda -d megaraid,0 -l selftest [sas]
 +
 +
 +
MegaCli:
 
# Show status
 
# Show status
MegaCli -AdpAllInfo -aAll
+
MegaCli -AdpAllInfo -aAll
 
# Get physical drive info
 
# Get physical drive info
MegaCli -PDList -aAll
+
MegaCli -PDList -aAll
 
# Get virtual disk info
 
# Get virtual disk info
MegaCli -LDInfo -Lall -aAll
+
MegaCli -LDInfo -Lall -aAll
 
# Display configuration
 
# Display configuration
MegaCli -CfgDsply -aAll
+
MegaCli -CfgDsply -aAll
 
# Dump eventlog events to file 'events' and open it
 
# Dump eventlog events to file 'events' and open it
MegaCli -AdpEventLog -GetEvents -f events -aAll && less events
+
MegaCli -AdpEventLog -GetEvents -f events -aAll && less events
 
Hopefully this will help you out if you ever have to use the MegaCLI RAI
 
Hopefully this will help you out if you ever have to use the MegaCLI RAI

Revision as of 14:58, 6 October 2015

[DRAFT]


smartctl -a -d megaraid,5 /dev/sda #device port specified after megaraid,N
smartctl -a -d megaraid,4 /dev/sda #look into port 4
smartctl -a -d sat+megaraid,5 /dev/sda #in case ddisk connected via sata interface,not sas
smartctl /dev/sda -d sat+megaraid,0 -l selftest  #selftest example [sata]
smartctl /dev/sda -d megaraid,0 -l selftest [sas]


MegaCli:

  1. Show status
MegaCli -AdpAllInfo -aAll
  1. Get physical drive info
MegaCli -PDList -aAll
  1. Get virtual disk info
MegaCli -LDInfo -Lall -aAll
  1. Display configuration
MegaCli -CfgDsply -aAll
  1. Dump eventlog events to file 'events' and open it
MegaCli -AdpEventLog -GetEvents -f events -aAll && less events

Hopefully this will help you out if you ever have to use the MegaCLI RAI