Monday, August 25, 2014

volume creation template

vol create <vol name> -s none <aggr name> 2t                ( creates a volume of 2TB)

snap reserve <vol name> 0                                     ( No space is reserved for snapshots)

vol autosize <vol name> -m 4044g -i 50g on          ( volume grows upto 4TB in the increament of 50g)

vol options <vol name> fractional_reserve 0             ( fractional reserve is set to 0 as against the default of 100)

sis off /vol/<vol name>                         ( No Dedupe)

vol options <vol name> nosnap on

snap sched <vol name> 0 0 0                ( no snaps have been scheduled)

_________________________________________________________



sis config -s sun-sat@1 /vol/<vol name>         ( dedupe scheduled at 1am daily)

snap sched <vol name> 0 0 7@20    ( snap shots scheduled daily at 20hrs 7 snapshots are retained at any point of time )

No comments:

Post a Comment