ONTAP Discussions

snapmirror transfer times

ECEDERGREN
4,613 Views

Is there a comand that will let me view how long each Snapmirror took to transfer all of it's data changes?

1 ACCEPTED SOLUTION

JGPSHNTAP
4,613 Views

snapmirror status -l

View solution in original post

6 REPLIES 6

JGPSHNTAP
4,614 Views

snapmirror status -l

ECEDERGREN
4,614 Views

how would I list the last 24 hours?

aborzenkov
4,614 Views

You will need to parse logs in /etc/log/snapmirror (May need to enable it first).

parityerror
4,614 Views

Remember too that you may need to refer to archived logs (snapmirror.0, snapmirror.1, etc)

We recently put together some similar sort of analysis via Linux scripting and ran into that problem, where we could only see from 12:00 AM onwards on the current day (based on daily log rotation).

I can tell you though that there's some very good/useful info in the logs, enough to get the information you need.

aborzenkov
4,614 Views

There are a couple of scripts (SnapMirror log parser, SnapMirror log summary) on toolchest. They may need some tweaking, but could serve as starting point to avoid reimplementing it from scratch.

JGPSHNTAP
4,614 Views

I'm sure i shared some powershell scripts in the past that will give you what your looking for.. Just search my archived information

Public