#Show the volume relationships in the CLI

1 messages · Page 1 of 1 (latest)

proud iris
#

Hello,
In the GUI, when viewing a volume on my current version, there is a tab that tells me the volume's current protection relationship. Where the volume is being vaulted too, whether it's healthy or not and how long ago the last sync was done. What command could I use on the CLI to get this very same information? Bellow there is a picture showing what I'm talking about in the GUI.

Thank you very much for your attention

analog niche
#

snapmirror show -destination-path vserver:volume -instance

Or, to view just the specific fields for all volumes (do a ? after fields to see all the fields that you can specify):
snapmirror show -fields policy,health,status,state

will show you all that information, but you have to do it from the destination.

If you want to see what destinations the source is writing to:
snapmirror list-destinations -source-volume volume