NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

under "schdule" snapmirror did now show the time on CDOT

netappmagic
3,130 Views

snapmirror show -fields schedule

 

                                                 

source path     destination path     schedule

vs1: vol1         vs2:vol1_mirror       ARC_PRD_RPT_RMAN_Backup

vs1: vol2         vs2:vol2_mirror       12am

vs1: vol3         vs2:vol3_mirror        -

.....

 

I have following 3 questions:

What command to run to list the details on the schedule "ARC_PRD_RPT_RMAN_Backup"?

Does "-" mean unscheduled SM?

What is the command to show me how long has a SM update been taken ?

1 ACCEPTED SOLUTION

YIshikawa
3,066 Views
> What command to run to list the details on the schedule "ARC_PRD_RPT_RMAN_Backup"?

You ca show schedule info by "job schedule show [-name schedule_name]".

> Does "-" mean unscheduled SM?
Yes.

> What is the command to show me how long has a SM update been taken ?

run "snapmirror show -instance" and check last transfer duration.

View solution in original post

1 REPLY 1

YIshikawa
3,067 Views
> What command to run to list the details on the schedule "ARC_PRD_RPT_RMAN_Backup"?

You ca show schedule info by "job schedule show [-name schedule_name]".

> Does "-" mean unscheduled SM?
Yes.

> What is the command to show me how long has a SM update been taken ?

run "snapmirror show -instance" and check last transfer duration.
Public