SVMDR更新失败、并显示错误"错误:未找到计划"xxx"、即使计划已在源上删除
适用场景
- SVM灾难恢复(SVMDR)
- ONTAP 9
- 配置复制服务 (CRS)
问题描述
- 创建新的cron计划(例如:new_Schedule)
SRC::>job schedule cron create -name new_schedule -minute 0 -hour 20
- 修改卷sis策略以应用新计划
SRC::>volume efficiency policy modify -vserver vs_demo -policy sis -type scheduled -schedule new_schedule -enabled true
- 再次修改策略、将策略schelle更改为原始计划(例如:ORIGINAL _SCHEDUE)
SRC::>volume efficiency policy modify -vserver vs_demo -policy sis -type scheduled -schedule original _schedule -enabled true
- 删除新的cron计划
SRC::>job schedule cron delete -name new_schedule
- 执行SVMDR更新或触发计划更新时、更新作业 将失败并显示以下错误
Dest::*> snapmirror show -fields last-transfer-error
source-path destination-path last-transfer-error
vs_demo: vs_demo_dr: Failed to apply the source Vserver configuration. Reason: Unrecoverable error during configuration replication, requires manual intervention. Error: Schedule "new_schedule" not found. Execute "snapmirror show -destination-vserver vs_demo_dr -fields last-transfer-error,unhealthy-reason -expand" to check if the constituent volumes have encountered errors.
""