ONTAP Discussions

Break off Snapmirror from non-existing filer

gesturgis
2,794 Views

Hey folks,

snapmirror status shows an old snapmirror relationship where the source is the current filer and the destination is some old, long gone filer. 

How can I delete this orphaned relationship?

Thanks.

1 ACCEPTED SOLUTION

RichardSopp
2,794 Views
  1. Run snapmirror status to the list of old relationships
  2. Run snapmirror release on each relationship

If that doesn't work you could use this approach:

  1. Run a snap list on all the volumes on your system to find volumes with snapshots suffixed with "(snapmirror)"
  2. Look for entries that that have the host name of your old, long gone Filer
  3. Use snap delete to delete this snapmirror snapshots

View solution in original post

3 REPLIES 3

scottgelb
2,794 Views

We had some other posts on this... the 2 usual suspects are either 1) an entry in /etc/snapmirror.conf that you need to delete or 2) an old snapmirror snapshot on the volume (snap list volname to see).  If neither of those then it is an orphan in the registry...there is a kb article on cleaning it up but requires some downtime on the node and should be done with support on the phone.  Check the first 2, then if neither of those open a support case and one of the engineers can webex or talk you through it quickly.

RichardSopp
2,795 Views
  1. Run snapmirror status to the list of old relationships
  2. Run snapmirror release on each relationship

If that doesn't work you could use this approach:

  1. Run a snap list on all the volumes on your system to find volumes with snapshots suffixed with "(snapmirror)"
  2. Look for entries that that have the host name of your old, long gone Filer
  3. Use snap delete to delete this snapmirror snapshots

gesturgis
2,794 Views

Thanks, snapmirror release did it.

Public