7-mode snapvault

preperations

Source filer – filer1

filer1> license add pdxmqmi
filer1> options snapvault.enable on
filer1> options snapvault.access host=filer2

Destination filer – filer2

filer2> license add pdxmqmi
filer2> options snapvault.enable on
filer2> options snapvault.access host=filer1

disable snap schedule on destination volume
filer2> snap sched snapvault_volume 0 0 0

initiate the snapvault relationship from the destination (the destination should be a non-existent qtree)
filer2> snapvault start -S filer1:/vol/datasource/qtree1 \ filer2:/vol/snapvault_volume/qtree1

create snapshot schedules on source
filer1> snapvault snap sched datasource sv_hourly 2@0-22
filer1> snapvault snap sched datasource sv_daily 2@23
filer1> snapvault snap sched datasource sv_weekly 2@21@sun

create incremental update schedule on destination
filer2> snapvault snap sched -x snapvault_volume sv_hourly 6@0-22
filer2> snapvault snap sched -x snapvault_volume sv_daily 14@23@sun-fri
filer2> snapvault snap sched -x snapvault_volume sv_weekly 6@23@sun

This entry was posted in netapp. Bookmark the permalink.

Comments are closed.