NetApp Usable Space Calculator based on TR-3838



Inputs:


Drive Details:


Model Number: {{ selectedDrive.model_num }}

Marketed Size: {{ selectedDrive.mkt_size }} GB

Physical Size: {{ selectedDrive.physical_size_mib | number }} MiB

Right Size: {{ selectedDrive.right_size_mib | number}} MiB

Drive Type: {{ selectedDrive.type }}

Drive Speed: {{ selectedDrive.rpm_speed | number }} RPM

Encrypted: {{ selectedDrive.encrypted }}


RG Size Max: {{ rgSizeMax() }}

RG Size Default: {{ rgSizeDefault() }}

RG Size Min: {{ rgSizeMin() }}

RG Suggested Range: {{ selectedDrive.rg_suggested_dp_min }} - {{ selectedDrive.rg_suggested_dp_max }}

Capacity Details:


Total Base 10 Capacity: {{ totalRawCapacity() | base10convert:2:'GB' }}

Total Base 2 Capacity: {{ totalPhysicalCapacity() | base2convert:2:'MiB':selectedOutputUnit }}

Total Right Size Capacity: {{ totalRightSizeCapacity() | base2convert:2:'MiB':selectedOutputUnit }}


Usable Drives: {{ usableDrives() }}

Number of Raid Groups: {{ numRaidGroups() | number:2 }}

Parity Drives: {{ parityDrives() }}

Data Drives: {{ dataDrives() }}

Data Drive Efficiency: {{ usableDriveEfficiency() | number:2 }}%

Usable Capacity Efficiency: {{ usableCapacityEfficiency() | number:2 }}%


Aggregate Capacity: {{ aggrUsableCapacity() | base2convert:2:'MiB':selectedOutputUnit }}

Volume Usable Capacity: {{ volUsableCapacity() | base2convert:2:'MiB':selectedOutputUnit }}



{{ alerts[0].msg }}