This is a discussion on help with error message 0403-067 within the AIX Operating System forums, part of the Unix Operating Systems category; --> Started getting this message after migration from AIX 4.3.3 on F-50, to a 7029-6C3 Power4 running AIX 5.2ML3 (all ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Started getting this message after migration from AIX 4.3.3 on F-50, to a 7029-6C3 Power4 running AIX 5.2ML3 (all apps are running, with no errpt output) 0403-067 The number of available job-slots has been depleted. Waiting for a job to complete. 067 relates to ksh Does this have something to do with load leveler or resource manager in Aix 5.2 power4 environment? 7029-6C3 is a 1 way 1.2ghz machine with 1gb RAM Any ideas? Thanks in advance. |
| |||
| Don Davis <aixdude@yahoo.com> wrote: > 0403-067 The number of available job-slots has been depleted. Waiting > for a job to complete. First guess: The number of available job-slots has been depleted. What is the result of 'ps -e|wc -l' ? Yours, Laurenz Albe |
| |||
| On Thu, 28 Oct 2004 08:57:17 +0000, Laurenz Albe wrote: > Don Davis <aixdude@yahoo.com> wrote: >> 0403-067 The number of available job-slots has been depleted. Waiting >> for a job to complete. > > First guess: The number of available job-slots has been depleted. > > What is the result of 'ps -e|wc -l' ? > > Yours, > Laurenz Albe In this case, you won't get an exact answer, but it will point you in the right direction: http://publib16.boulder.ibm.com/pser...rrorsearch.htm |
| |||
| Laurenz Albe <albe@culturallNOSPAM.com> wrote in message news:<clqc9d$n4i$1@at-vie-newsmaster01.nextra.at>... > Don Davis <aixdude@yahoo.com> wrote: > > 0403-067 The number of available job-slots has been depleted. Waiting > > for a job to complete. > > First guess: The number of available job-slots has been depleted. > > What is the result of 'ps -e|wc -l' ? > > Yours, > Laurenz Albe ps -e |wc -l 68 |
| ||||
| Laurenz Albe <albe@culturallNOSPAM.com> wrote in message news:<clqc9d$n4i$1@at-vie-newsmaster01.nextra.at>... > Don Davis <aixdude@yahoo.com> wrote: > > 0403-067 The number of available job-slots has been depleted. Waiting > > for a job to complete. > > First guess: The number of available job-slots has been depleted. > > What is the result of 'ps -e|wc -l' ? > > Yours, > Laurenz Albe Where/how are job-slots set/configured. The 0403-067 doesn't tell me much, other than it relates to the ksh command. thanks |