The error logging daemon reads error records from the /dev/error file and creates error
log entries in the system error log. Besides writing an entry to the system error log each
time an error is logged, the error logging daemon performs error notification as specified
in the error notification database. The /etc/objrepos/errnotify file is the error
notification database. The default system error log is maintained in the
/var/adm/ras/errlog file. The last error entry is placed in nonvolatile random access
memory (NVRAM). During system startup, this last error entry is read from NVRAM
and added to the error log when the error logging daemon is started.
The error logging daemon does not create an error log entry for the logged error if the
error record template specifies Log=FALSE.
If you use the error logging daemon without flags, the system restarts the error logging
daemon using the values stored in the error log configuration database for the error log
file name, the error log file size, and the internal buffer size.
is /dev/error there and /etc/objrepos/errnotify there?
/dev>#ls -la err*
crw--w--w- 1 root system 6, 0 Jul 25 00:00 error
/etc/objrepos>#ls -la err*
-rw-rw-r-- 1 root system 49152 Jul 25 04:00 errnotify
last resort I guess is to find a patch for bos.rte.serv_aids