Please enter search query.
Search <product_name> all support & community content...
Article: 100039301
Last Published: 2011-09-19
Ratings: 0 0
Product(s): Appliances
Description
Run the following command to check if Copyback has been enabled.
/opt/MegaRAID/MegaCli/MegaCli64 -adpallinfo -aall | grep "Disable Copyback"
Example output:
Appliance:/ # /opt/MegaRAID/MegaCli/MegaCli64 -adpallinfo -aall |grep "Disable Copyback"
Disable Copyback : Yes
Run the following to ENABLE CopyBack:
/opt/MegaRAID/MegaCli/MegaCli64 -adpsetprop -copybackdsbl -0 -a0
Example output:
Appliance:/ # /opt/MegaRAID/MegaCli/MegaCli64 -adpsetprop -copybackdsbl -0 -a0
Adapter 0: Set CopyBack to Enable success. Exit Code: 0x00
Run the following command to DISABLE CopyBack:
/opt/MegaRAID/MegaCli/MegaCli64 -adpsetprop -copybackdsbl -1 -a0
Example output:
Appliance:/ # /opt/MegaRAID/MegaCli/MegaCli64 -adpsetprop -copybackdsbl -1 -a0
Adapter 0: Set CopyBack to Disable success. Exit Code: 0x00