ONTAP Discussions

Cancel Snapmirror Schedule in CDOT

ACOWLESEPLUS
8,605 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
8,418 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
8,447 Views

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

 

-AJ

Shivakri
8,419 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
7,381 Views

Thanks Shiva, that's work !

davidc5260
6,457 Views

That worked!

JuanBos
3,603 Views

works like a charm

Public