- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need helps with kernel parameters
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
06-05-2007 07:11 PM
06-05-2007 07:11 PM
Need helps with kernel parameters
We are planing to upgrade the production server by replace with the new one:
Current: rp4440 6CPU, 16 GB of RAM
New server: rp4440 8 CPU, 64GB of RAM.
My question is: Will I need to change any kernel paramenter when upgrade from 16GB RAM to 64GB RAM? Or will I have change any thing to suitable with the new server or I just keep the kernel parameters same with the old server?
Thanks in advanced!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 07:55 PM
06-05-2007 07:55 PM
Re: Need helps with kernel parameters
That depends.
You will not be forced to change the kernel immediately.
If you are making the upgrade to provide more shared memory to Oracle for example, you will need to adjust the shmmax parameter.
Making some adjustments is recommended but not urgent. Really depends on what the server is supposed to do.
Tell me in general about what applications the server runs and I'll make some specific recommendations.
Shmuel
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
06-05-2007 08:16 PM
06-05-2007 08:16 PM
Re: Need helps with kernel parameters
You can check with Database and Aplication Team for any changes required in dpt_max_pct value and swap related parameters. If any changes in number of users/processes increased in new environment you may look into the nproc values...other than normally no changes ..thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 08:19 PM
06-05-2007 08:19 PM
Re: Need helps with kernel parameters
If your OS is HP-UX 11.23 there may be benefits in increasing max_dbc_pct and min_dbc_pct
For earlier OS, those figures should be low, in the 5-10 range and close together.
I'd recommend the following areas to look at:
shmmax
shmseg
maxssiz
maxssiz_64
maxdsiz
maxdsiz_64
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
06-05-2007 08:58 PM
06-05-2007 08:58 PM
Re: Need helps with kernel parameters
Concerning Kernel parameters, you may have to increase some of them if you are forecasting an increase in the performance demand.
However, if you will be running the same applications/databases then it will be cautious not to do any changes immediately..
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 12:45 PM
06-06-2007 12:45 PM
Re: Need helps with kernel parameters
Steven E. Protter: My OS version is 11.11
and my application is a Banking system...so sensitively.....
I just increase the swap disk (lvol2) from 8GB to 16GB because the internal disk now upgrade to 146GB, more bigger than the old server with 36GB of internal disk.
Yep, you have a good idea....we are running with Oracle and Tuxedo and increase the share memory of Oracle is my thinking of....
Thanks you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 03:58 PM
06-06-2007 03:58 PM
Re: Need helps with kernel parameters
maxssiz
maxssiz_64
maxdsiz
maxdsiz_64
shmmax can be done dynamically later depending on requierment.