Data Infrastructure Management Software Discussions
Is there a way to list snapmirror status -l vol_sm_broken-off to find out the base snapshot via powershell commandlet
Solved! See The Solution
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
this was for 7-mode ,So I am able to find this info by this below
$sm_object |select -ExpandProperty BaseSnapshot