Monday, July 27, 2009

How to Disable and Clean Netapp Snapshots

To disable snapshots on a netapp volume, you need to disable snapshots on the volume:

vol options volume_name nosnap on


and disable the automatically scheduled snaps

snap sched volume_name 0 0 0


If you need to clear space from the snapshot volume, you can delete the old snaps.

Run

snap list volume_name


to find them, then

snap delete volume_name snap_name


to delete them.

No comments:

Post a Comment