The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Get-NaSnapMirror returns nothing even though Snapmirror is on?

GINOLARD99
3,196 Views

I'm trying to get the snapmirror status with Powershell.

Snapmirror status -l returns "Snapmirror is on"

Get-NaSnapMirror on the same controller returns nothing.

Am I misunderstanding something?

1 ACCEPTED SOLUTION

francoisbnc
3,196 Views

Hello Matt,

Get-NaSnapMirror return relations, not status.

On other way to checksnapmirror status  would be

Get-NaOption -OptionNames snapmirror.enable

François

View solution in original post

1 REPLY 1

francoisbnc
3,197 Views

Hello Matt,

Get-NaSnapMirror return relations, not status.

On other way to checksnapmirror status  would be

Get-NaOption -OptionNames snapmirror.enable

François

Public