的MegaRAID。 无法更改预定的CC模式

我有MegaRAID SAS-3 3108

安排检查是预定的。

sudo megacli -AdpCcSched -Info -aAll Adapter #0 Operation Mode: Concurrent Execution Delay: 168 Next start time: 09/02/2017, 03:00:00 Current State: Stopped Number of iterations: 80 Number of VD completed: 2 Excluded VDs : None Exit Code: 0x00 

我试图禁用它,并得到错误:

 sudo megacli -AdpCcSched -Dsbl -aALL Adapter 0: Failed to set scheduled CC mode. FW error description: The requested command has invalid arguments. Exit Code: 0x03 

我找不到任何其他命令来执行它。

 megacli -h |grep -i Sched MegaCli -AdpCcSched -Dsbl|-Info|{-ModeConc | -ModeSeq [-ExcludeLD -LN|-L0,1,2] MegaCli -AdpCcSched -SetStartTime yyyymmdd hh -aN|-a0,1,2|-aALL MegaCli -AdpCcSched -SetDelay val -aN|-a0,1,2|-aALL MegaCli -AdpBbuCmd -ScheduleLearn -Dsbl|-Info|[-STARTTIME DDD hh] -aN|-a0,1,2|-aALL 

它有什么问题? 你能帮我请禁用这个计划的任务吗?