- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fork failed - too many proccesses
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 04:05 AM
04-25-2001 04:05 AM
fork failed - too many proccesses
Don't have the exact output, but something like this:
fork failed, too manyy proccesses
I looked at the tunable parameters in the kernel file, but didn't see anything out of the ordinary. I eventually rebooted the system to get around the problem. This occurred about a month ago on the same system, so I'm thinking it will keep coming back t haunt me until I figure out what's wrong.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 04:11 AM
04-25-2001 04:11 AM
Re: fork failed - too many proccesses
Did you try increasing the values of "nproc" (max system proc) and "maxuprc" (max user procc)?.
Compare this value with the ouput of "ps -ef | wc -l". This will count the total number of process running on the system.
Another way to see how many process are running is using Q4?
Do you have enough memory?.
Hope this help!
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 04:13 AM
04-25-2001 04:13 AM
Re: fork failed - too many proccesses
See other responses in your first post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x2e9e0cb17a32d5118fef0090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 04:13 AM
04-25-2001 04:13 AM
Re: fork failed - too many proccesses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 06:37 AM
04-25-2001 06:37 AM
Re: fork failed - too many proccesses
If it was happen a month ago maybe a bug proccess was caused it... imagine a process that call itsef until it fail...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 03:17 PM
04-25-2001 03:17 PM
Re: fork failed - too many proccesses
Of note though is to dump a process table to see what is abnormal. I E I had a system magically freak out with the lp command, and would constantly get 100 or so processes hung for lp. So the nproc was only the symptom of a larger problem.
Never treat the symptom, but rather treat the problem!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 12:00 AM
04-26-2001 12:00 AM
Re: fork failed - too many proccesses
All that is good, but when I got the same problem some months ago; the question was to "chmod 777 /tmp" on the host. Why don't you check this???
Good luck