Skip to content

Commit

Permalink
EN added controller status checks for raid_hard
Browse files Browse the repository at this point in the history
MegaCli -AdpBbuCmd -aALL 
for battery status

MegaCli -AdpAllInfo -aALL
for overall health
  • Loading branch information
talmortis authored May 10, 2019
1 parent a61cbfe commit ca241c1
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions pages/cloud/dedicated/raid_hard/guide.en-gb.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,28 @@ In this example, **/dev/sda** is the first RAID, and **/dev/sdb** is the second.
> If one of your hard drives is showing SMART errors, you should perform a full backup of your data as soon as possible and contact our support team. Our support team will need the slot number and device ID in order to identify the faulty disk.
>
#### Step 3: Resynchronising the RAID
#### Step 3: Verify the health of the RAID controller
To make sure, your RAID controller is working correctly, you can list all information with
```sh
MegaCli -AdpAllInfo -aALL
```
The most important section of the output is the error counter:
```
Error Counters
================
Memory Correctable Errors : 0
Memory Uncorrectable Errors : 0
```
For a succinct output of only the errors, the command can be expanded by a grep:
```sh
MegaCli -AdpAllInfo -aALL | grep "Errors"
Memory Correctable Errors : 0
Memory Uncorrectable Errors : 0
```
#### Step 4: Resynchronising the RAID
If you had one or more hard drives replaced, the RAID will re-synchronise automatically. You can use this command to see which hard drives are currently rebuilding:
Expand Down Expand Up @@ -188,7 +209,7 @@ MegaCli -PDRbld -ShowProg -PhysDrv [EncID:SlotID] -aALL (Or : storcli /c0/eEncID
The command will retrieve the enclosure ID and slot ID, as shown above.
#### Step 4a: Using CacheCade
#### Step 5a: Using CacheCade
> [!primary]
>
Expand All @@ -207,7 +228,7 @@ To see which RAID array is associated with the CacheCade:
MegaCli -CfgCacheCadeDsply -a0 | grep "Associated LDs"
```
#### Step 4b: Checking the status of the backup battery unit
#### Step 5b: Checking the status of the backup battery unit
to receive a full list of status parameters for the BBU, use this command:
```sh
Expand Down

0 comments on commit ca241c1

Please sign in to comment.