NetApp E-Series & EF-Series (SANtricity) Guide

A practical guide to NetApp E-Series and EF-Series block storage: SANtricity OS, Dynamic Disk Pools, RAID, NVMe connectivity, management, data services, and ONTAP comparisons.

Dual-controller E-Series array distributing volumes and preservation capacity across a Dynamic Disk Pool

Portfolio position

E-Series and EF-Series are NetApp's SAN-focused block-storage systems. They run SANtricity OS, not ONTAP, and expose mapped volumes to hosts. EF identifies flash-focused systems. ONTAP SVMs, FlexVols, WAFL commands and NAS namespaces do not apply.

Hardware families and connectivity

FamilyDesign centerNotes
E2800 / E5700General block, capacity and throughputHDD/SSD and FC/iSCSI options vary
EF280Entry all-flashCheck current availability
EF300 / EF600NVMe performanceOfficial hardware docs list NVMe/FC and NVMe over IB/RoCE options

Models and host-interface cards change. Verify current documentation. Do not assume NVMe/TCP on EF300/EF600 unless the exact controller, SANtricity release and HIC documentation confirms it.

Dynamic Disk Pools versus RAID groups

A SANtricity pool—often called Dynamic Disk Pool or DDP—spreads data, parity and preservation capacity across participating drives. System Manager uses RAID-6-style 8+2 virtual RAID sets and dynamically rebalances after drive changes. Preservation capacity is distributed rather than assigned to a dedicated spare.

Traditional volume groups bind selected drives to RAID 5, RAID 6 or another supported level and use hot spares. Choose DDP for broad distribution and simpler expansion; choose a volume group when explicit geometry or workload isolation is required.

ChoiceProtectionBehavior
DDPDistributed RAID-6-style protection and sparingAutomatic redistribution; pool minimums apply
Volume groupSelected RAID level and hot sparesFixed membership and geometry

System Manager, REST and SMcli

SANtricity System Manager manages one array; Unified Manager provides a central view of supported arrays. Automation uses REST or SMcli. sanrc is not the documented array CLI.

SMcli 192.0.2.40 192.0.2.41 -c "show storageArray profile;"
SMcli 192.0.2.40 192.0.2.41 -c "show storageArray;"
SMcli 192.0.2.40 192.0.2.41 -c 'create diskPool driveType=SAS userLabel="ddp_prod" driveCount=24;'
SMcli 192.0.2.40 192.0.2.41 -c 'create volume diskPool="ddp_prod" userLabel="db01" capacity=2TB;'

Data services, performance and use cases

SANtricity provides snapshot images, synchronous/asynchronous mirroring on supported combinations, volume copy, and SSD read cache on supported HDD-backed configurations. EF arrays target low-latency, high-IOPS block workloads; E-Series can also target sequential throughput. Oracle, SQL Server, SAP, analytics and AI/ML staging are candidates, but performance depends on block size, mix, queue depth, drive count, multipathing and fabric design.

SANtricity versus ONTAP

DimensionE/EFAFF/FAS/ASA
OSSANtricityONTAP
FocusBlock SANUnified or block-optimized by platform
ObjectsPool/group → volume mappingLocal tier → FlexVol → share/LUN/namespace
Choose forFocused SAN data path and workload-specific performanceONTAP data services, NAS, replication and operational consistency

Compare hardware lineup, architecture and ASA r2.

Official sources