- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot fork process
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
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
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
тАО03-10-2004 05:39 PM
тАО03-10-2004 05:39 PM
I have some issues on a B2000 wit HP-UX 10.20
If I want to run a test it sends a message on the console:
cannot fork process
i self cannot see any messages in the log files
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 05:46 PM
тАО03-10-2004 05:46 PM
Re: cannot fork process
You'll need to increase these amounts, generate a new kernel and reboot your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 05:53 PM
тАО03-10-2004 05:53 PM
Re: cannot fork process
reboot will clean things up, but sometimes you can squeeze in a ps -ef command and see if there is a particular process that is going crazy.
Try to do a ps -ef > /tmp/processes before you have to do a reboot so that even if you have to reboot, you have a listing of the processes that are taking up slots on the system.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 05:53 PM
тАО03-10-2004 05:53 PM
Re: cannot fork process
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=27115
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 05:54 PM
тАО03-10-2004 05:54 PM
Re: cannot fork process
Which test would you like to do?
If you use the CDE or anyother X-windos,plase try to do "xstm".
http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/diag/logtool/lgt_startx.htm&searchterms=xstm&queryid=20040310-234525
or you can fine some manual of diagnostics on "http://docs.hp.com"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 06:05 PM
тАО03-10-2004 06:05 PM
Re: cannot fork process
A simple cause of this message is that a program (your program) is spawning too many processes, for example by calling itself.
When you see the message 'cannot fork', try to do a ps -ef to see the processes. Problem is that ps -ef may fail too, for the same reason.
If you are sure there is nothing wrong with the programs you are running, it's time to increase kernel parameters, as stated by the others.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 07:11 PM
тАО03-10-2004 07:11 PM
Re: cannot fork process
Or you could be running out of swap which you can check with 'swapinfo -tm'.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 08:13 PM
тАО03-10-2004 08:13 PM
Re: cannot fork process
It says again the he can't fork more process.
I maked a ps and At the beginn I see some vx_inactive_thread
I have attached ps -ef>file , what is the root cause, can somebody help?
I tryed to kill this threads, but I can't
(kill -9 51 ....)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 08:20 PM
тАО03-10-2004 08:20 PM
Re: cannot fork process
you have quite a few defunct processes. I would reboot the machine and then check the resources as the others said. What is this application you are running?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 08:23 PM
тАО03-10-2004 08:23 PM
Re: cannot fork process
Are you running 10.20 without jvs filesystems, if so remove vxbase driver from your kernel and reboot the server.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 08:30 PM
тАО03-10-2004 08:30 PM
Re: cannot fork process
swapinfo: enough amount of memory(70%)
why should I disable vxbase, how can I see that nothing uses this vxbase
but I see that in mnttab we use vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2004 08:43 PM
тАО03-10-2004 08:43 PM
Re: cannot fork process
The IDLE is 90%, the machine isn't overloaded, there is enough memory...
There isn't any logs about this trouble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2004 04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2004 05:44 PM
тАО03-11-2004 05:44 PM
Re: cannot fork process
Thanks again