- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wat's mean HP-UX fork message?
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
12-23-2002 05:52 AM
12-23-2002 05:52 AM
I have an Hp-UX system, same times i have this message error : Fork
Wat can i do?
Wat is the meanning of this message?
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 06:02 AM
12-23-2002 06:02 AM
Re: Wat's mean HP-UX fork message?
Fork error is that the system is unable to create a new process.
This is probably due to the limit reached on the kernel.
check the maxuprc and nproc kernel parameters.
maxuprc-->max. processes for a user
nproc-->max no. processes for the entire system.
Just do a
kmtune -l |more
Find out the values for maxuprc and nproc.
It this error is from the end-user then you need to definitely check maxuprc
DO a
$ps -ef|grep
to find the number of processes run by the user.
If they match to maxuprc then you should try increasing it.
After increasing those values using SAM you can rebuild the kernel and reboot for the changes to take effect
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 06:08 AM
12-23-2002 06:08 AM
Solution1. Out of swap space (no memory and no swap space)
2. Out of process table entries (must increase kernel parameter: nproc)
3. Out of file table entries (must increase kernel parameter: nfile)
Be sure to look in /var/adm/syslog/syslog.log to see additional information about Unix error messages.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 02:36 PM
12-23-2002 02:36 PM
Re: Wat's mean HP-UX fork message?
May I suggest you run sar -v 1 and check proc-sz.
Do you receive this error when trying to start process by certain user or any user? If only one user has this - you might consider increasing maxuprc kernel parameter.
Also - check your swap utilization. You might have run out of swap space.
Just a note, fork may give you an error in many cases, so more details about the message (best is to copy and paste the exact complete message) will help to give you precise remedy for you problem.
Hope this helps,
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 02:39 PM
12-23-2002 02:39 PM
Re: Wat's mean HP-UX fork message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 04:19 PM
12-23-2002 04:19 PM
Re: Wat's mean HP-UX fork message?
proc-sz (nproc), inod-sz (ninod) and file-sz (nfile) with Value1/Value2 format:
Value1: current kernel consumption
Value2: The max Kernel parms value
pay attention to proc-sz & file-sz if they are maxed out you can then use SAM to increase maxusers as it will impact nproc & nfile.
# grep -i maxuser /stand/build/tune.h
Note: It is a standard on this forum to put MODEL & HPUX release & the complete error msg as appropriate.
Cheers
T??