Popular Posts

Thursday, July 7, 2011

How to re-size Snapmirror volumes?

Before increasing size of Source volume, increase the size of Destination volume.


vol options source_volume fs_size_fixed off  # Turn off the FS on source volume #

vol size destination_volume +50g # Increase size as per customer request #

vol size source_volume +50g # Increase the size of source volume #

vol options source_volume fs_size_fixed on # Turn ON the FS for source volume #

snapmirror update -S source filer: source_volume  destination filer: destination_volume # update the snapmirror #

2 comments: