Active IQ Unified Manager Discussions

How to find Base Snapshot: snapmirror broken-off relationship? WFA/Powershell

SrikanthReddy
3,525 Views

Is there a way to list snapmirror status -l vol_sm_broken-off  to find out the base snapshot  via powershell commandlet

 

1 ACCEPTED SOLUTION

geringer
3,520 Views

Looks like Get-NaSnapmirror will give you what you need in 7-mode.  The Get-NcSnapmirror cmdlet does not return the base snapshot, so c-DOT may require a different approach.  Is this for 7 or C?

Mike

View solution in original post

2 REPLIES 2

geringer
3,521 Views

Looks like Get-NaSnapmirror will give you what you need in 7-mode.  The Get-NcSnapmirror cmdlet does not return the base snapshot, so c-DOT may require a different approach.  Is this for 7 or C?

Mike

SrikanthReddy
3,483 Views

this was for 7-mode ,So I am able to find this info by this below 

$sm_object |select -ExpandProperty BaseSnapshot

 

 

Public