Garbage,
Are you familiar with the URL http://www.rs6000.ibm.com/cgi-bin/ds_form?
This is where the AIX on-line manuals reside. Search this for the error
0481, and see what you get. There isn't a direct answer to your question.
But, what is there definitely points to an error in cron.
My guess now is that :
1. You have file permission/ownership problems with the crontab files. [Not
likely, but worth investigating. A case for using the TCB.]
2. A bug in cron.[Possible. Call AIX support]
3. Running out of disk space. [ My candidate for most likely. Check man
pages on cron and see where the jobs that are queued have any temp files,
log files, etc kept. Also try 'strings /usr/bin/cron' and see all of the
directories listed there.]
4. Something else all together.
For testing, create 40+ entries that runs a simple script or command. BTW,
are you running 40+ jobs all at the same time or are they spread over a
whole day, hour, etc? Also, you say 'Log errors", i sthis /var/adm/syslog or
errlog?
'strings /usr/bin/cron|grep MAXRUN' produces : "MAXRUN (%d) procs reached"
so the MAXRUN limit appears to be coded into cron.
--
Regards,
Alex Robinson