Skip to content

Instantly share code, notes, and snippets.

@thewellington
Created October 23, 2013 20:07
Show Gist options
  • Save thewellington/7125778 to your computer and use it in GitHub Desktop.
Save thewellington/7125778 to your computer and use it in GitHub Desktop.
Adding new volumes to NetApp
#
#
#
#create flexvol
vol create <volume_name> <aggregate_name> <size><m|g>
# activate Deduplication or Storage Efficiency
sis on /vol/<volume_name>
# start a deduplication scan
sis start -s /vol/<volume_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment