- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Concern about high kernel parameter request.
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-23-2006 08:13 PM
05-23-2006 08:13 PM
I have been requested to apply the following kernel parameters for a third party application
running with oracle. I have recently installed oracle and the parameters they suggested were much lower than this 3rd party.
Do you think I should have concerns about these, or am I just getting worried for nothing.
The server is an rp3440, I have 2 dual core processors (800mhz) and 16gb RAM, the O/S is 11.11, bundled upto 2006 goldpak.
max_thread_proc 20000
maxfiles 20000
maxfiles_lim 20000
maxdsiz 2147483648
maxdsiz_64bit 2147483648
ncallout 40000
nfile 80000
nkthread 30000
nproc 4096
tcp_conn_request_max 2048
shmmax (amount of RAM on server)
Regards,
JASH
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:30 PM
05-23-2006 08:30 PM
SolutionCheck the link below details of Kernel Paremeters and their min/max value and purpose.
http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html
I guess better check their document also once again.
In general these requests are normal and doen't create any problem. Please ensure that you do not have any other application requires a smaller or higher value. that may be a problem
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:47 PM
05-23-2006 08:47 PM
Re: Concern about high kernel parameter request.
As far as oracle recommended params being lower should not cause you any problem at all, because all these parameters are limits parameters and having higher limits should not be a problem.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:50 PM
05-23-2006 08:50 PM
Re: Concern about high kernel parameter request.
The values are OK, but you should check the reqirements for the other applications which are running on the server, especialy if they need higher kernel parameter values.
regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:53 PM
05-23-2006 08:53 PM
Re: Concern about high kernel parameter request.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:54 PM
05-23-2006 08:54 PM
Re: Concern about high kernel parameter request.
as long as your changes are not less than oracle requires and are within your resource limit, go ahead.
Whoever gave you the parameters would have done their own testing as well.
Must be some application, up to 20000 open files per process!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:56 PM
05-23-2006 08:56 PM
Re: Concern about high kernel parameter request.
That is what I was concerned about.
I will give it a go any way.
JASH