ONTAP Discussions

Migrate CIFS Share Volume within Filer by Snap Mirror Procedure?

HENRYPAN2
3,875 Views

Dear NetApp Gurus,

Would you please share your procedure on migrate CIFS share volume within the same filer by snap mirror?

Thanks & Good w/e

Henry

1 ACCEPTED SOLUTION

andrc
3,875 Views

vol create destvol

vol restrict destvol

snapmirror initialize srcvol filer:destvol

*Note CIFS share details either from `cifs shares` or /vol/rootvol/etc/cifsconfig_share.cfg*

*Delete CIFS shares on the volume being migrated using `cifs shares -delete`*

snapmirror update destvol

snapmirror break destvol

*Recreate CIFS shares using `cifs shares -add` or adding details to /vol/rootvol/etc/cifsconfig_share.cfg and restarting CIFS*

*Confirm all data is in place*

snapmirror release srcvol filer:destvol

View solution in original post

2 REPLIES 2

andrc
3,876 Views

vol create destvol

vol restrict destvol

snapmirror initialize srcvol filer:destvol

*Note CIFS share details either from `cifs shares` or /vol/rootvol/etc/cifsconfig_share.cfg*

*Delete CIFS shares on the volume being migrated using `cifs shares -delete`*

snapmirror update destvol

snapmirror break destvol

*Recreate CIFS shares using `cifs shares -add` or adding details to /vol/rootvol/etc/cifsconfig_share.cfg and restarting CIFS*

*Confirm all data is in place*

snapmirror release srcvol filer:destvol

HENRYPAN2
3,875 Views

Salutes to Andrc for the correct answer :>)

Henry

Public