Skip to main content

About quota notifications

Contributors

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 byusing 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 quota

wafl.quota.qtree.exceeded

A hard limit is reached in a user quota on the volume

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

A hard limit is reached in a user quota on a qtree

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

A hard limit is reached in a group quota on the volume

wafl.quota.group.exceeded

A hard limit is reached in a group quota on a qtree

wafl.quota.groupQtree.exceeded

A soft limit, including a threshold, is exceeded

quota.softlimit.exceeded

A soft limit is no longer exceeded

quota.softlimit.normal

The following table lists the SNMP traps that quotas generate:

When this occurs…​ This SNMP trap is sent…​

A hard limit is reached

quotaExceeded

A soft limit, including a threshold, is exceeded

quotaExceeded and softQuotaExceeded

A soft limit is no longer exceeded

quotaNormal 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.