Skip to main content

Understanding quota notifications

Quota notifications are messages that are sent to the event management system (EMS) and also configured as SNMP traps.

Notifications are sent in response to the following events:

  • A hard quota is reached; in other words, an attempt is made to exceed it

  • A soft quota is exceeded

  • A soft quota is no longer exceeded

Thresholds are slightly different from other soft quotas. Thresholds trigger notifications only when they are exceeded, not when they are no longer exceeded.

Hard-quota notifications are configurable by using the volume quota modify command. You can turn them off completely, and you can change their frequency, for example, to prevent sending of redundant messages.

Soft-quota notifications are not configurable because they are unlikely to generate redundant messages and their sole purpose is notification.

The following table lists the events that quotas send to the EMS system:

When this occurs...This event is sent to the EMS...
A hard limit is reached in a tree quotawafl.quota.qtree.exceeded
A hard limit is reached in a user quota on the volumewafl.quota.user.exceeded (for a Linux user)

wafl.quota.user.exceeded.win (for a Windows user)

A hard limit is reached in a user quota on a qtreewafl.quota.userQtree.exceeded (for a Linux user)

wafl.quota.userQtree.exceeded.win (for a Windows user)

A hard limit is reached in a group quota on the volumewafl.quota.group.exceeded
A hard limit is reached in a group quota on a qtreewafl.quota.groupQtree.exceeded
A soft limit, including a threshold, is exceededquota.softlimit.exceeded
A soft limit is no longer exceededquota.softlimit.normal

The following table lists the SNMP traps that quotas generate:

When this occurs...This SNMP trap is sent...
A hard limit is reachedquotaExceeded
A soft limit, including a threshold, is exceededquotaExceeded and softQuotaExceeded
A soft limit is no longer exceededquotaNormal and softQuotaNormal
Note
Notifications contain qtree ID numbers rather than qtree names. You can correlate qtree names to ID numbers by using the volume qtree show -id command.