Skip to main content
ONTAP EMS reference

exports.policy events

Suggest changes

exports.policy.empty

Severity

NOTICE

Description

This message occurs when an export policy with no rules is assigned to a volume or a qtree. Such an empty policy makes the volume or qtree inaccessible to NFS and CIFS protocol clients.

Corrective Action

If access is needed for the volume or qtree, then create an export policy rule using the "export-policy rule create" command.

Syslog Message

An export policy "%s" with no rules was assigned to a %s "%s" on the Vserver %s.

Parameters

policyName (STRING): Name of the export policy with no rules.
type (STRING): Type of object (volume or qtree).
typeName (STRING): Name of the volume or qtree.
vserver (STRING): Name of the Vserver with this issue.

exports.policy.last.rule

Severity

ERROR

Description

This message occurs when the last rule from the export policy assigned to a volume or qtree is deleted. An empty policy will make the volume or qtree inaccessible to clients using NFS or CIFS protocol.

Corrective Action

If access is needed for the volume or qtree, then create an export policy rule using the "export-policy rule create" command.

Syslog Message

The last rule from export policy "%s" was deleted on Vserver %s.

Parameters

policyName (STRING): Name of the export policy from which the rule is being deleted.
vserver (STRING): Name of the Vserver where the issue occurs.

exports.policy.rule.limit

Severity

ALERT

Description

This message occurs when the export-policy rule count is beyond the supported value. This can lead to ONTAP service disruption.

Corrective Action

There are two possible actions : - Delete one or more existing export policy rule using the "vserver export-policy rule delete" command. - Use an existing export policy rule that is configured the same way as the desired new rule. Modify the existing rule's "-clientmatch" property to include the client list/netgroups/netmask/domain needing to be added. See the "vserver export-policy rule modify" man page for more details.For more information, contactNetApp technical support.

Syslog Message

The current cluster export policy rule count %s rules has crossed the supported value of %s rules.

Parameters

currentRuleCount (STRING): Count of the export policy rules.
ruleLimit (STRING): Count of the export policy rule cluster limit.