A newer release of this product is available.
reg.errno events
Contributors
Suggest changes
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).