Operating System - Tru64 Unix
1827860 Members
2495 Online
109969 Solutions
New Discussion

Re: BUGCHECK: Starting processes during server load crashes with the ff message...

 
Naji Zakka
New Member

BUGCHECK: Starting processes during server load crashes with the ff message...

We are using Tru64 UNIX V4.0F on an alpaserver DS20 with 2 Alpha 500 MHz CPU's. At certain times during the day when we try to start certain processes like "vrestore" or "starting a progress database server", the processes cannot start and we get the following BUGCHECK error message:

%DECthreads bugcheck (version V3.15-397), terminating execution.
% Reason: vpInit: (os/kern) resource shortage (6) nxm_task_init(2,0x14001a000,0
x11ffff9e0)
% Running on OSF1 V4.0 on AlphaServer DS20 500 MHz, 2048Mb; 2 CPUs

Any ideas on this? Is there a tunable parameter that needs to be changed?

Thank you
2 REPLIES 2
Michael Schulte zur Sur
Honored Contributor

Re: BUGCHECK: Starting processes during server load crashes with the ff message...

Ralf Puchner
Honored Contributor

Re: BUGCHECK: Starting processes during server load crashes with the ff message...

First, this bugcheck can only happen during process initialization. The most
likely cause is a problem allocating the 2-level scheduling "shared area"
through which the kernel and user-mode schedulers communicate.

So you could hit a vm_mapentries limit. You could hit a process data space limit
(either the user soft limit or the hard system-wide quota). You could run out of
swap space (at least if the system is set to eager swap). One or more of the
RADs (if machine supports this) could be unable to provide the necessary page(s).

Another possiblity is a cpu or memory problem. Have a look into the binary.errlog if machine checks occures.
Help() { FirstReadManual(urgently); Go_to_it;; }