Showing posts with label Netapp. Show all posts
Showing posts with label Netapp. Show all posts
Accelerated NCDA Boot Camp Data ONTAP 8.0 7-Mode - (ANCDA-D87M)
I will be sitting for Netapp Accelerated NCDA bootcamp Ontap 8.0.7-Mode next week. It will be delivered by Fastlane Singapore, one of the authorized Netapp learning Centers. Hopefully this vendor training will help me to fastrack since my company deploys Netapp storage solutions to our clients.
Will post some reviews next week (if again i have the time :) )
Netapp Snapmirroring
From the destination:(most of the commands done on the destination filer)
Initialize:
snapmirror initialize -S <source-qtree> <destination-qtree>
filer2> snapmirror initialize -S filer1:/vol/vol2/qtree-name filer2:/vol/vol0/qtree-name
Snapmirror status
> snapmirror status
Pause Snapmirror
>snapmirror quiesce <qtree>
filer2> snapmirror quiesce /vol/vol0/qtree-name
Resume Snapmirror
>snapmirror resume <destination-path>
filer2> snapmirror resume /vol/vol0/qtree-name
To break Snapmirror (for destination to be rw)
filer2> snapmirror quiesce /vol/vol0/qtree-name
filer2> snapmirror break /vol/vol0/qtree-name
Check qtree status
>qtree status
Remirror
filer2> snapmirror resync -S filer1:/vol/vol2/qtree-name filer2:/vol/vol0/qtree-name
http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/