320
edits
(typo) |
(Add disk swap info) |
||
Line 464: | Line 464: | ||
Exit Code: 0x00</nowiki> | Exit Code: 0x00</nowiki> | ||
One of the 300GB SAS drives (for the OS) is reporting a [https://techterms.com/definition/smart SMART] error. This disk should be replaced before it fails. | One of the 300GB SAS drives (for the OS) is reporting a [https://techterms.com/definition/smart SMART] error. This disk should be replaced before it fails. | ||
=== Disk swap === | |||
This is where the disk is swapped over. Once the new disk is inserted it rebuilds itself. | |||
<nowiki># megacli -pdoffline -physdrv[32:5] -a0 | |||
Adapter: 0: EnclId-32 SlotId-5 state changed to OffLine. | |||
Exit Code: 0x00 | |||
# megacli -pdmarkmissing -physdrv[32:5] -a0 | |||
EnclId-32 SlotId-5 is marked Missing. | |||
Exit Code: 0x00 | |||
# megacli -pdprprmv -physdrv[32:5] -a0 | |||
Prepare for removal Success | |||
Exit Code: 0x00 | |||
# megacli -PDRbld -ShowProg -PhysDrv[32:5] -a0 | |||
Rebuild Progress on Device at Enclosure 32, Slot 5 Completed 7% in 8 Minutes. | |||
</nowiki> |