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

Cancel Snapmirror Schedule in CDOT

ACOWLESEPLUS
12,324 Views

Hey guys,

 

I have several snapmirror schedules defined using "job schedule cron" and set for many of my destination volumes, but I am now trying to cancel these regular updates.

 

The syntax: snapmirror modify -destpath vserver:volname -schedule <?> 

 

I can put any other already existing schedule into the blank, but I don't know how to cancel it out. When I tried to just purge the defined schedule using "job schedule cron delete" it would not allow me because it's being used by snapmirror.

 

Can you assist?

1 ACCEPTED SOLUTION

Shivakri
12,137 Views

Hello,

 

I am not sure if this has been answered. In order to remove SnapMirror schedules, try this command.

 

::> snapmirror modify -destination-path <vserver:dest_volume> -schedule ""

 

Let me know, if you need more info,

 

-Shiva

View solution in original post

5 REPLIES 5

HONIG2012
12,166 Views

have you tried to create a schedule that's empty and assign the snapmirror to it?

 

-AJ

Shivakri
12,138 Views

Hello,

 

I am not sure if this has been answered. In order to remove SnapMirror schedules, try this command.

 

::> snapmirror modify -destination-path <vserver:dest_volume> -schedule ""

 

Let me know, if you need more info,

 

-Shiva

Sebhus
11,100 Views

Thanks Shiva, that's work !

davidc5260
10,176 Views

That worked!

JuanBos
7,322 Views

works like a charm

Public