Run the following commands once for each controller. The controller is specified by the -a#
portion.
(ex: ./MegaCli64 -AdpAutoRbld -Dsply -a0
./MegaCli64 -AdpAutoRbld -Dsply -a1
./MegaCli64 -AdpAutoRbld -Dsply -a2
)
To display the current status:
[user@system ~]# /opt/MegaRAID/MegaCli/./MegaCli64 -AdpAutoRbld -Dsply -a0
Adapter 0: AutoRebuild is Enabled. Exit Code: 0x00
To Disable it:
[user@system ~]# /opt/MegaRAID/MegaCli/./MegaCli64 -AdpAutoRbld -Dsbl -a0 Adapter 0: AutoRebuild is Disabled. Exit Code: 0x00
To Enable it:
[user@system ~]# /opt/MegaRAID/MegaCli/./MegaCli64 -AdpAutoRbld -Enbl -a0 Adapter 0: AutoRebuild is Enabled. Exit Code: 0x00
0 Comments