- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change kernel parameter values.
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
09-17-2010 12:52 AM
09-17-2010 12:52 AM
Change kernel parameter values.
I have HP-UX VWVIHRDQ B.11.31 U ia64 OS. Now I want to tune some kernel parameter value as per SAP NOTE. Paramter are
Recommended Existing
shmmax >=0x40000000000 shmmax 17179869184
shmmni >=4096 shmmni 512
shmseg >=512 shmseg 300
maxfiles_lim>=63488 maxfiles_lim 4096 Default Immed
vx_ninode >=131072 vx_ninode 0 0 Immed
vxfs_ifree_timelag -1 vxfs_ifree_timelag 0 0 Immed
nkthread >=250000 nkthread 10000 10000 Immed
But I have a problem that,
at my system
RAM : 8GB
SWAP : 20GB
Database : Oracle 10.2
So please suggest me can I change the paramter value as per suggestion.
I also attach the same with post.
Thanks
Jayesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 04:45 AM
09-17-2010 04:45 AM
Re: Change kernel parameter values.
I do not understand your problem ??
We do a SAP setup and put all the kernel parameters as SAP note.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 06:43 AM
09-17-2010 06:43 AM
Re: Change kernel parameter values.
I can't see any problem by following the SAP Note...
These parameters won't cause any headache ...
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 07:57 PM
09-17-2010 07:57 PM
Re: Change kernel parameter values.
Just invoke kctune(1m):
kctune "shmmax>=0x40000000000"
Parms with ">" need quoting. And remove spaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 07:14 PM
09-19-2010 07:14 PM
Re: Change kernel parameter values.
Thanks for reply.
My problem is that,
In My server RAM is 8GB, SWAP space is 20GB
if I set the parameter recommeded by SAP,
can any negative effect on performance or increase the perforamce. Because nowday server performance is down when execute some program which access large amount of data.
I am worried about for this parameter
Recommended Existing
shmmax >=0x40000000000 shmmax 17179869184
and how to set the value 0x40000000000.
Please suggest me.
Thanks
Jayesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 11:44 PM
09-19-2010 11:44 PM
Re: Change kernel parameter values.
If you think the performance is down, as a sysadmin , kindly avoid suspecting something!!!
Do analysis and find out what is the casue.
If your SAP/application recommended some parameter, they must have suggested your server configuration also.
From manpage.
================
When Should the Value of This Tunable Be Raised?
shmmax should be raised if it is below the maximum and user programs
are attempting to shmget segments larger than the current value, and
receiving an [EINVAL] error message.
What Are the Side Effects of Raising the Value?
The only effect is that user programs can use shmget to get larger
segments.
=============================
Changes to this tunable take effect immediately.
============================
If you still believe and observ some issues, you can change it to the old value.
==========================
Check , what is the current usage at high load. Do you really want to increase that?
# kcusage shmmax
Tunable Usage / Setting
=============================================
shmmax 17868904 / 1073741824
[rx26-207]/
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 01:52 AM
09-20-2010 01:52 AM
Re: Change kernel parameter values.
Before excuting the program I check the shmmax parameter value it shows 4294967296.
On executibg the program which were uses the CPU 98% the parameter shmmax value shows same value 4294967296.
So please suggest me Which parameter value should be change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 02:46 AM
09-20-2010 02:46 AM
Re: Change kernel parameter values.
>if I set the parameter recommended by SAP, can any negative effect on performance
>shmmax>=0x40000000000 shmmax 17,179,869,184
17 Gb is way to much to set shmmax, if you only have 8 Gb
>how to set the value 0x40000000000.
I already did:
kctune "shmmax>=0x40000000000"
This value is WAY too big. It is 4400 GB!
17 Gb is 0x400000000.
>the shmmax parameter value shows 4294967296.
This is a more reasonable value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 03:40 AM
09-20-2010 03:40 AM
Re: Change kernel parameter values.
I am worried, if I set the recommended value. Will server start or not? or If start then can work properly ?
Beacuse this is the production server.
Please suggest me!
Thansk
Jayesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 04:05 AM
09-20-2010 04:05 AM
Re: Change kernel parameter values.
You appear to have too many zeros in your recommended value.
Also does your recommendation know you only have 8 Gb of memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 04:47 AM
09-20-2010 04:47 AM
Re: Change kernel parameter values.
Actally this parameter is recommeded by SAP.
In that they not mention How much RAM and SWAP space is required. Only they mention the parameters recommed for the HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 04:04 AM
09-21-2010 04:04 AM
Re: Change kernel parameter values.
Thanks for support me.
Today, I have change the Kernel parameter.
System performance is improve.
Thanks
Jayesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 04:47 AM
09-21-2010 04:47 AM
Re: Change kernel parameter values.
You should allways assign some points to the answers
Regards