Created
October 23, 2013 20:07
-
-
Save thewellington/7125778 to your computer and use it in GitHub Desktop.
Adding new volumes to NetApp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# | |
# | |
#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