- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Java Out Of Box seems to lower kernel Paramete...
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
05-09-2005 02:22 AM
05-09-2005 02:22 AM
Java Out Of Box seems to lower kernel Parameters
I am a CSC engineer supporting the Performance producrts.I had suggested one of my customers to install JOOB as OVPM( a performance product) uses Java.After installation of Java Out Of Box it seems to have lowered some of the original Kernel parameters values which made the server unusable for quiet some time.
In the Usage Documentation of JOOB which can be accessed at http://www.hp.com/products1/unix/java/java2/outofbox/infolibrary/release_notes_java_oob.html#usage , it says that => JavaOOB will not lower the values of any kernel parameters or system tunables. If the system has already been configured with values the same as or larger than those defined in JavaOOB, they will be left alone.
The following parameters values were lowered by JOOB : nfile, nproc, ncallout and nkthread
Can any one please help on this issue.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:42 AM
05-09-2005 02:42 AM
Re: Java Out Of Box seems to lower kernel Parameters
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:43 AM
05-09-2005 02:43 AM
Re: Java Out Of Box seems to lower kernel Parameters
Can you change the kernel parameters to the default values using SAM?
Cheerio,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:44 AM
05-09-2005 02:44 AM
Re: Java Out Of Box seems to lower kernel Parameters
nfile, nproc, ncallout and nkthread may need to be higher to handle busy machines.
It is quite possible for a kernel patch to do this however. If you have kernel parameters set by formula (something I do less and less) then changes to other kernel values can cause this.
Solution: Report the problem to hp (this post does not really do that), and raise the values back up, compile and post a new kernel to production followed by a boot.
While you are at it, make sure maxuprc is 200 or above.
It won't hurt JOOB.
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
05-09-2005 02:46 AM
05-09-2005 02:46 AM
Re: Java Out Of Box seems to lower kernel Parameters
nfile: ((16*(NPROC+16+MAXUSERS)/10)+32+2*(NPTY+NSTRPTY+NSTRTEL)
nproc: 20+(8 * maxusers)
ncallout: 16+nproc
nkthread: (nproc*2)+16
If "maxusers" changes, then "nproc" changes, which causes "nfile", then "ncallout" and "nkthread" changes - plus probably some other value changes.
Check to see if "maxusers" changed, thus causing the ripple effect.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:49 AM
05-09-2005 02:49 AM
Re: Java Out Of Box seems to lower kernel Parameters
Customer couldnot raise the values using SAM.