How to configure Aggregate and Volume Nearly Full and Full Thresholds in ONTAP
Applies to
- ONTAP 9
Description
Volume Thresholds
- Volume Nearly Full Threshold Percent specifies the percentage at which the volume is considered nearly full, and above which an EMS warning will be generated.
- The default value is 95%.
- The maximum value for this option is 99%.
- Setting this threshold to 0 disables the volume nearly full space alerts.
- Volume Full Threshold Percent specifies the percentage at which the volume is considered full, and above which a critical EMS error will be generated.
- The default value is 98%.
- The maximum value for this option is 100%.
- Setting this threshold to 0 disables the volume full space alerts.
Netapp::> volume show -volume vol1 -fields space-nearly-full-threshold-percent,space-full-threshold-percent
vserver volume space-nearly-full-threshold-percent space-full-threshold-percent
------- ------ ----------------------------------- ----------------------------
svm1 vol1 95% 98%
Aggregate Thresholds
- Aggregate Nearly Full Threshold PercentThis optionally specifies the percentage at which the aggregate is considered nearly full, and above which an EMS warning will be generated.
- The default value is 95%.
- The maximum value for this option is 99%.
- Setting this threshold to 0 disables the aggregate nearly full space alerts.
- Aggregate Full Threshold Percent
- This optionally specifies the percentage at which the aggregate is considered full, and above which a critical EMS error will be generated.
- The default value is 98%.
- The maximum value for this option is 100%.
- Setting this threshold to 0 disables the aggregate full space alerts.
Netapp::> aggr show -aggregate aggr1 -fields space-nearly-full-threshold-percent,space-full-threshold-percent
aggregate space-nearly-full-threshold-percent space-full-threshold-percent
--------- ----------------------------------- ----------------------------
aggr1 95% 98%