User Tools

Site Tools


linux: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
linux:megaraid [2011/09/29 22:10]
walter
linux:megaraid [2021/05/02 21:36] (current)
Line 1: Line 1:
 +====== MegaraidCLI ======
 +
 +**Page Under Construction,​ is based off of the megaraid pdf on the main page**
 +
 +----
 +
 The MegaRaid cli utility is used to talk to LSI MegaRaid controllers,​ such as the one in the PowerEdge 2950 which is re-branded by Dell as the perc5. The utility exists in the AUR (Arch User Repository) and is installed in /opt. The MegaRaid cli utility is used to talk to LSI MegaRaid controllers,​ such as the one in the PowerEdge 2950 which is re-branded by Dell as the perc5. The utility exists in the AUR (Arch User Repository) and is installed in /opt.
 +
 +====== Command Flags ======
  
 ^ Flag      ^ Description ​                                               ^ ^ Flag      ^ Description ​                                               ^
Line 13: Line 21:
 |{ } | Indicates that the parameters are grouped and that they must be given at the same time. | |{ } | Indicates that the parameters are grouped and that they must be given at the same time. |
  
-^Command ​                     ^Description +====== Get Adapter Info ====== 
-MegaCli -AdpAllinfo -aN ¦-a0,​1,​2¦-aALL ​Displays information about the controller, including cluster state, BIOS, alarm, firmware version, BIOS version, battery charge counter value, rebuild rate, bus number/​device number, present RAM, memory size, serial number of the board, and SAS address. ​|+<​code>​ 
 +MegaCli -AdpAllinfo -aN ¦-a0,​1,​2¦-aALL ​  
 +</​code>​ 
 +Displays information about the controller, including cluster state, BIOS, alarm, firmware version, BIOS version, battery charge counter value, rebuild rate, bus number/​device number, present RAM, memory size, serial number of the board, and SAS address. ​
  
 ====== Controller Properties ====== ====== Controller Properties ======
Line 97: Line 108:
 <​code>​ <​code>​
 MegaCli -AdpFacDefSet -aN|-a0,​1,​2|-aALL MegaCli -AdpFacDefSet -aN|-a0,​1,​2|-aALL
-</code+</code>
  
 ===== Set Time and Date on Controller ===== ===== Set Time and Date on Controller =====
Line 106: Line 117:
 ===== Display Time and Date on Controller ===== ===== Display Time and Date on Controller =====
 <​code>​ <​code>​
-MegaCli –AdpSetTime yyyymmdd HH:​mm:​ss ​-aN|-a0,​1,​2|-aALL+MegaCli –AdpGetTime ​-aN
 </​code>​ </​code>​
 +
 +===== Patrol Read Controller Properties =====
 +
 +A Patrol Read scans the system for possible drive errors that could
 +lead to drive failure, then takes action to correct the errors.
 +The goal is to protect data integrity by detecting drive failure before the failure can
 +damage data. The corrective actions depend on the virtual drive
 +configuration and the type of errors. Patrol Read affects performance;​ the
 +more iterations there are, the greater the impact.
 +
 +==== Set Patrol Read Options ====
 +
 +<​code>​
 +MegaCli –AdpPR –Dsbl|EnblAuto|EnblMan|Start|Stop|Info -aN|
 +   ​-a0,​1,​2|-aALL
 +</​code>​
 +<​code>​
 +-Dsbl: Disables Patrol Read for the selected controller(s).
 +-EnblAuto: Enables Patrol Read automatically for the selected controller(s).
 +This means Patrol Read will start automatically after the controller initialization is
 +complete.
 +-EnblMan: Enables Patrol Read manually for the selected controller(s). This means
 +that Patrol Read does not start automatically;​ it has to be started manually by
 +selecting the Start command.
 +-Start: Starts Patrol Read for the selected controller(s).
 +-Stop: Stops Patrol Read for the selected controller(s).
 +-Info: Displays the following Patrol Read information for the selected controller(s):​
 +  * Patrol Read operation mode
 +  * Patrol Read execution delay value
 +  * Patrol Read status
 +</​code>​
 +
 +==== Set Patrol Read Delay Interval ====
 +Sets the time between Patrol Read iterations.
 +
 +<​code></​code>​
 +
 +
linux/megaraid.1317334259.txt.gz · Last modified: 2021/05/02 21:36 (external edit)