ONTAP Discussions
ONTAP Discussions
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?
Solved! See The Solution
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
have you tried to create a schedule that's empty and assign the snapmirror to it?
-AJ
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
Thanks Shiva, that's work !
That worked!
works like a charm