An account will enable you to access:
Don't have an account?
ONTAP Hardware
Hi,
I have a NetApp FAS series filer with snapmirror enabled.
When I create a volume /vol/voltest on such a filer, where does the replica of this volume exist?
Is there a command that lists replica volumes?.
Thanks,
Mohan
You need to create the replica volume, restrict it and then initialize the snapmirror in order for it to become a mirror.
To quickly identify all your mirrored volumes, you can do it in powershell with the ontap toolkit - get-navol | ? {$_.raidstatus -match "read-only"}