HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tuning kernel parmeters for HPUX 11.0 Message...
Operating System - HP-UX
1834827
Members
2725
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-24-2001 04:34 PM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 04:48 PM
10-24-2001 04:48 PM
Re: Tuning kernel parmeters for HPUX 11.0 Message Queues
Hi,
Here are some suggested parameters that we use
without any problems. No need to change the
'msgmap' formula.
msgmap (2+MSGTQL)
msgmax 32768
msgmnb 32768
msgmni 1024
msgseg 32766
msgssz 32
msgtql 4096
as root to build your kernel you use this
method or use 'sam'
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (make your changes as above)
save file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
# cd /
# /sbin/shutdown -r -y 0
HTH
-Michael
Here are some suggested parameters that we use
without any problems. No need to change the
'msgmap' formula.
msgmap (2+MSGTQL)
msgmax 32768
msgmnb 32768
msgmni 1024
msgseg 32766
msgssz 32
msgtql 4096
as root to build your kernel you use this
method or use 'sam'
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (make your changes as above)
save file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
# cd /
# /sbin/shutdown -r -y 0
HTH
-Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 04:50 PM
10-24-2001 04:50 PM
Re: Tuning kernel parmeters for HPUX 11.0 Message Queues
Isaac,
The parameters related to IPC are to be adjusted according to the application needs.
For ex., tuxedo there is a command that gives
the required kernel parameters like "tmloadcf -c ubbconfig".
So, by default you don't need to change these values. Every application/software comes with it's own recommendations and we just need to implement them.
-Sri
The parameters related to IPC are to be adjusted according to the application needs.
For ex., tuxedo there is a command that gives
the required kernel parameters like "tmloadcf -c ubbconfig".
So, by default you don't need to change these values. Every application/software comes with it's own recommendations and we just need to implement them.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 05:22 PM
10-24-2001 05:22 PM
Re: Tuning kernel parmeters for HPUX 11.0 Message Queues
Which param directly relates to C-Bytes ?
Thanks
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 07:11 PM
10-24-2001 07:11 PM
Solution
Isaac,
There is no kernel parameter that is directly related to C-BYTES. Ofcourse QBYTES is limited by msgmnb (max# of bytes on any one message queue). My understanding is that this limit is set by the process usig IPC_SET called through msgctl within the limit of msgmnb.
So, it's upto the application to use these parameters. If it has to create more number of messages you would increase msgtql value. If it requires to create more number of queues, you will increase msgmni. But most of the time you don't have to derive them yourself. The software specifications provide these values.
-Sri
There is no kernel parameter that is directly related to C-BYTES. Ofcourse QBYTES is limited by msgmnb (max# of bytes on any one message queue). My understanding is that this limit is set by the process usig IPC_SET called through msgctl within the limit of msgmnb.
So, it's upto the application to use these parameters. If it has to create more number of messages you would increase msgtql value. If it requires to create more number of queues, you will increase msgmni. But most of the time you don't have to derive them yourself. The software specifications provide these values.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP