Schedule(s) with different descriptions in MetroCluster
Applies to
- MetroCluster
- ONTAP 9
Issue
- The output of
metrocluster check cluster show
reports an error for thejob-schedules
check
ClusterA::> metrocluster check cluster show -check job-schedules -instance
Type of Check: job-schedules
Cluster Name: ClusterA
Result of the Check: warning
Additional Information/Recovery Steps: Schedule(s) missing on remote cluster:
Schedule(s) with different descriptions: pg-daily-set3
Run "job schedule show" on both clusters to view the schedules.
- One or more job schedules between the two clusters have different descriptions
Example:
ClusterA::> job schedule show -name pg-daily-set3
Cluster Vserver Name Type Description
------- -------- ----------- --------- ---------------------------------------
ClusterA
ClusterA
pg-daily-set3
cron @3:00
ClusterB
ClusterA
pg-daily-set3
cron @3:00
2 entries were displayed.
ClusterB::> job schedule show -name pg-daily-set3
Cluster Vserver Name Type Description
------- -------- ----------- --------- ---------------------------------------
ClusterA
ClusterB
pg-daily-set3
cron @12:40
ClusterB
ClusterB
pg-daily-set3
cron @3:00
2 entries were displayed.