일관성 체크 스케쥴 변경
# MegaCli -AdpCcSched -SetStartTime 20190531 00 -aAll
Adapter 0: Scheduled CC start time is set.
Exit Code: 0x00
# MegaCli -AdpCcSched -Info -aALL
Adapter #0
Operation Mode: Concurrent
Execution Delay: 168 -->> 일관성 체크 주기
Next start time: 05/31/2019, 00:00:00
Current State: Stopped
Number of iterations: 0
Number of VD completed: 0
Excluded VDs : None
Exit Code: 0x00
일관성 체크 간격 설정
# MegaCli -AdpCcSched -Info -aALL
Adapter #0
Operation Mode: Concurrent
Execution Delay: 336
Next start time: 05/31/2019, 00:00:00
Current State: Stopped
Number of iterations: 0
Number of VD completed: 0
Excluded VDs : None
Exit Code: 0x00
일관성 검사 속도확인 / 실제 디스크 IO성능과 관련되므로 클라이언트에 영향을 주지 않는선에서 적용 (기본값 = 30%)
# MegaCli -AdpGetProp CCRate -aALL
Adapter 0: Check Consistency Rate = 30%
Exit Code: 0x00
일관성 검사 속도변경
# MegaCli -AdpSetProp CCRate 20 -aALL
Adapter 0: Set Check consistency rate to 20% success.
Exit Code: 0x00
# MegaCli -AdpGetProp CCRate -aALL
Adapter 0: Check Consistency Rate = 20%
Exit Code: 0x00