How ONTAP Select capacity license is being calculated with partitions and non-zero raid configuration
- Views:
- 574
- Visibility:
- Public
- Votes:
- 1
- Category:
- ontap-select
- Specialty:
- ontapselect
- Last Updated:
- 1/7/2025, 4:09:40 PM
Applies to
- ONTAP Select
- Capacity License
- Disk Partitions (partitions)
- Non-zero raid configuration
Answer
- Use
license show-status -license select
command to review information about the current capacity license usage - Use
storage disk partition show
command to review information about disks partitions - The sum of partitions
usable-size
(excluding the parity partitions) is the capacity license that is being presented inlicense show-status
command. - For example:
ontapselect::*> license show-status -license select
(system license show-status)
Status License Scope Detailed
--------- -------- ------- ---------
valid Select node ontapselect-01: Currently using 3.5TB. System may use up to 7TB.
storage disk partition show -fields container-name,position,usable-size,disk-type
partition container-name position usable-size disk-type
---------- ---------------- -------- ----------- ---------
NET-1.1.P1 /aggr1/plex1/rg0 data 700GB SSD
NET-1.2.P1 /aggr1/plex1/rg0 data 700GB SSD
NET-1.3.P1 /aggr1/plex1/rg0 dparity 700GB SSD
NET-1.5.P1 /aggr1/plex1/rg0 parity 700GB SSD
NET-1.6.P1 /aggr1/plex1/rg0 data 700GB SSD
NET-1.7.P1 /aggr1/plex1/rg0 data 700GB SSD
NET-1.8.P1 /aggr1/plex1/rg0 data 700GB SSD
- In the above example, we have 2 parity disks & 5 data disks of 700GB, which is 3.5TB and therefore the license is calculated as:
Currently using 3.5TB.
- While parity disks are excluded from licensing usage calculation, WAFL, Snapshots & Advaned Zone CheckSum (AZCS) overhead are calculated for the license usage.
- This means you need to calculate roughly 16.5% of overhead on top of the usable license you need.
- ~10% for WAFL overhead + ~5% for Aggr snapshot + 1.5% AZCS overhead
- This means you need to calculate roughly 16.5% of overhead on top of the usable license you need.
Note: partitions calculation might result in an approximate number to the license capacity and not an indentical one.
Additional Information
N/A