Skip to main content
NetApp Knowledge Base

How to check your SnapMirror schedule

Views:
9,683
Visibility:
Public
Votes:
7
Category:
snapmirror
Specialty:
dp
Last Updated:
11/22/2024, 1:47:00 AM

Applies to

  • ONTAP 9
  • SnapMirror

Description

The KB article describes how to view and understand SnapMirror schedules.

Procedure

  • SnapMirror scheduling uses cron-type job scheduling.
  • To review current schedules
    • Use snapmirror show -fields schedule command:
    • This will show what cron-job schedules are assigned. 
    • Relationships in the example have a daily, every 30-minute, daily, and no schedule as denoted by the -.

NetappDR::> snapmirror show -fields schedule
source-path    destination-path  schedule
-------------- ----------------- --------
Alpha_SVM:VolA Bravo_SVM:VolA    daily
Alpha_SVM:VolB Bravo_SVM:VolB    Every30Min
Alpha_SVM:VolC Bravo_SVM:VolC    hourly
Prod:           Prod_DR:         -

  • To review cron-jobs

Use job schedule cron show command:

NetappDR::> job schedule cron show
Cluster       Name        Description
------------- ----------- -----------------------------------------------------
NetappDR
              5min        @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55
              8hour       @2:15,10:15,18:15
              Every30Min  @:30
              daily       @0:10
              hourly      @:05
              monthly     1@0:20
              weekly      Sun@0:15
7 entries were displayed.

  • To review a specific job 

    • Use job schedule cron show -name <jobname> -instance command:

      NetappDR::> job schedule cron show -name hourly -instance

          Cluster: NetappDR
             Name: hourly
            Month: -
      Day of Week: -
              Day: -
             Hour: -
           Minute: 5
      Description: @:05

    • The job in the example above runs on the 5th minute of every hour. 

 

 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.