# RAID controller information
/opt/MegaRAID/storcli/storcli64 show ctrlcount # number of connected controllers
/opt/MegaRAID/storcli/storcli64 show all # list controllers
 
# For controller 0:
/opt/MegaRAID/storcli/storcli64 /c0 show all # Overall info
/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show # PD (drive) list
/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show all # PD (drive) properties
/opt/MegaRAID/storcli/storcli64 /c0/vall show all # VD properties
/opt/MegaRAID/storcli/storcli64 /c0/pall show all # PHY info
/opt/MegaRAID/storcli/storcli64 /c0/bbu show all # Battery info
#/opt/MegaRAID/storcli/storcli64 /c0/cv show all # Cachevault (battery) info
 
# Event commands
/opt/MegaRAID/storcli/storcli64 /c0 show events type=latest=1000 # last 1000 events
 
# Time commands
/opt/MegaRAID/storcli/storcli64 /c0 show time
/opt/MegaRAID/storcli/storcli64 /c0 set time=systemtime # set controller time
 
# Misc.
/opt/MegaRAID/storcli/storcli64 /c0 show cc # consistency check state
 
# Redundant commands
#/opt/MegaRAID/storcli/storcli64 /c0/eall show all # enclosure info
#/opt/MegaRAID/storcli/storcli64 /c0/dall show all # topology of drive group

References