Hi,
Setup1 - Storage Pool:
storage pool create -storage-pool SP01 -disk-list 1.0.0,1.0.1,1.0.2
storage pool show-available-capacity
Setup2 - SATA Aggr:
storage aggregate create -aggregate Node1_SATA_3T -diskcount 12 -node Node1 -maxraidsize 18
aggr modify -aggregate Node1_SATA_3T -hybrid-enabled true
storage aggregate add Node1_SATA_3T -storage-pool sp01 -allocation-units 2 -raidtype 4
Setup3 - SAS Aggr
storage aggregate create -aggregate Node2_SAS_1.2T -diskcount 20 -node Node2 -maxraidsize 20
aggr modify -aggregate Node2_SAS_1.2T -hybrid-enabled true
storage aggregate add Node2_SAS_1.2T -storage-pool sp01 -allocation-units 2 -raidtype 4
and you are done.
If you just want to use the storage pool for one aggregate, remove in Setup2 line 2 and 3 and add 4 Units in Setup3.