Something like this?
vol create <volumename> -s none <aggrname> <volsize lun x 3>
snap reserve <volumename> 0
snap sched <volumename> 0 0 0
vol options <volumename> nosnap on
vol options <volumename> create_ucode on
vol options <volumename> convert_ucode on
vol options <volumename> no_i2p on
qtree create /vol/<volumename>/<qtreename>
wrfile -a /vol/<volumename>/sdparams.conf space_reservation_new_lun = off
lun create -s <lunsize> -t windows_2008 -o noreserve /vol/<volumename>/<qtreename>/<my.lun>
If you are not exactly know what you are doing, not sure if its of muc help?!
check the block storage administration guide in the documentation.