- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem about add default route
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
10-30-2005 02:15 AM
10-30-2005 02:15 AM
problem about add default route
when I add a route use command : route add default gateway_ip_address 1 ,the system report a error message : route: fork function is failed, too many process exist and memory is 8GB ,nproc is 4092. it report when the system is booting and not heavy load application running
who can help me ? thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 02:52 AM
10-30-2005 02:52 AM
Re: problem about add default route
Can you tell which os is on the machine and result of the command "swapinfo -tam"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 03:00 AM
10-30-2005 03:00 AM
Re: problem about add default route
the error message is : route :The fork function failed. Too many processes already exist
swapinfo -atm
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 12288 0 12288 0% 0 - 1 /dev/vg00/lvol2
reserve - 256 -256
memory 6305 180 6125 3%
total 18593 436 18157 2% - 0 -
os is hp-ux 11.11
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 03:10 AM
10-30-2005 03:10 AM
Re: problem about add default route
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 03:14 AM
10-30-2005 03:14 AM
Re: problem about add default route
nproc kernel parameters is fully utilized. Find out the utilization of nproc by
#sar -v 1 11
See the column proc-sz
xxx/yyy
Here xxx is the current valu and yyy is the maximum value.
If fully utilized you need to increase it.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 04:06 AM
10-30-2005 04:06 AM
Re: problem about add default route
2) netstat -in
3) I agree with the assessment that this box has a lot of processes on it. It does however not seem to be doing an awful lot of paging. Memory use itself is not high.
ps -ef | wc -l
How many proceses actually running.
kmtune | grep maxuprc
Is the maximum number of processes for a given user, the root user being exceeded.
vmstat 10
or
http://www.hpux.ws/system.perf.sh
A collection of performance scripts that do so in the background.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 10:32 PM
10-30-2005 10:32 PM
Re: problem about add default route
someone edit the /etc/route as ascii file.
in the file , only one line : route add default ip_address
so ,when use command route to add route ,it run endless......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 10:34 PM
10-30-2005 10:34 PM