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"}
The ONTAP maximum file limits is lesser than the maximum possible number of files supported by ONTAP for a volume. This video explains the reason why ONTAP has this lower limit on the file count.
Here’s a quick tutorial on how to check system information on the NetApp Support Site.
Learn to correct an error message when ONTAP reports that a volume is out of inodes because it has reached the maximum files.