메가레이드는 COPYBACK기능이 있습니다
하지만 프로그램에서는 지원하지 않습니다
CLI로 설정해야합니다
아래 참고 바랍니다.
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
'My Retain Tip > X Series' 카테고리의 다른 글
DSA의 종류 Preboot Embedded , Standalone , Portable , Installable (0) | 2013.04.14 |
---|---|
uEFI 에서 MBR로 설치 할때 방법 윈도우 2012 (0) | 2013.04.07 |
X3850 X5 tpmC는 약 얼마일까? (0) | 2013.04.02 |
Intel I340-T4 & I340-T2 랜카드 인식 안될때 참고 (0) | 2013.03.30 |
ESA 지원 OS 와 지원 장비 (0) | 2013.03.30 |