The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
reg.errno events
Contributors

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
reg.errno.addAfterReadable
- Severity
-
NOTICE
- Description
-
This event is issued when Data ONTAP(tm) cannot add an errno-style error to the list of errors. The error must be added before the readable version is generated. No action by the system administrator is needed.
- Corrective Action
-
(None).
- Syslog Message
-
registry: ignoring attempt to add an error (%d) after errors_readable was called.
- Parameters
-
errnoval (INT): The numerical value of the error.
reg.errno.addInvalid
- Severity
-
NOTICE
- Description
-
This event is issued when Data ONTAP(tm) cannot add an errno-style error to the list of errors. The error number must be non-zero or the error string must be non-NULL. No action by the system administrator is needed.
- Corrective Action
-
(None).
- Syslog Message
-
registry: in errors_add_real, errnoval must be non-zero or str must be non-NULL.
- Parameters
-
(None).