- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is there a command line method to obtain kernel pa...
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-2003 11:12 AM
05-23-2003 11:12 AM
Russ,
The Oracle install guide requests the following HP-UX kernel parameter settings. In TRU64 I can use the "/sbin/sysconfig -q ipc" command to check the existing settings. Doesn't work for HP-UX. Can you check these parameters and update if necessary?
Shared Memory
SHMMAX 1 GB
SHMMIN 1
SHMMNI 100
SHMSEG 10
Semaphores
SEMMNI 70
SEMMNS 200
Threads
MAX_THREAD_PROC 256
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:16 AM
05-23-2003 11:16 AM
Re: Is there a command line method to obtain kernel parameters?
The command is kmtune
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:16 AM
05-23-2003 11:16 AM
Re: Is there a command line method to obtain kernel parameters?
use command kmtune -l
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:16 AM
05-23-2003 11:16 AM
Re: Is there a command line method to obtain kernel parameters?
# kmtune -l
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:17 AM
05-23-2003 11:17 AM
Re: Is there a command line method to obtain kernel parameters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:17 AM
05-23-2003 11:17 AM
Re: Is there a command line method to obtain kernel parameters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 11:37 AM
05-23-2003 11:37 AM
Re: Is there a command line method to obtain kernel parameters?
BTW, I'm not sure what to do about assigning points when I get 6 of the same answer, do I give freely to all, or just the 1st one that got it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 12:13 PM
05-23-2003 12:13 PM
Re: Is there a command line method to obtain kernel parameters?
I hate to be the one answering that question, I will like to answer a technical one instead of this one but I have seen so many 10 points on answers that did not resolve the problem. My point here is that you can assign as many points as you want but it is very nice to assign points to every answer. You are the judge, you will have to make the decision on how to proceed. You asked a question and got 6 GOOD answers that helped you to resolve your problem. That's one of the reasons why we are here, to help others.
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 12:25 PM
05-23-2003 12:25 PM
Re: Is there a command line method to obtain kernel parameters?
a5:/u/usr/merijn 102 > kmtune.pl maxd
Parameter Value hex Value dec Function Default
-------------------- ------------ ----------- --------------------------- --------------------
maxdsiz 0x0010000000 268435456 0x10000000 0x04000000
maxdsiz_64bit 0x0040000000 1073741824 0x0000000040000000
a5:/u/usr/merijn 103 >
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 12:51 AM
05-26-2003 12:51 AM
Re: Is there a command line method to obtain kernel parameters?
Rgs Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 01:19 AM
05-26-2003 01:19 AM
Re: Is there a command line method to obtain kernel parameters?
My answer added some value, at least IMHO by adding a script that *uses* the correct answer to be even more usable.
I agree with you that people should read before answering, but in this case nobody has done anything wrong. It only shows how many people have knowledge in this forum.
No points please
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 01:49 AM
05-26-2003 01:49 AM
Re: Is there a command line method to obtain kernel parameters?
i know i'm the last, but there is also the *orrid* SAM in text-only format.
In the kernel subsection, tunable parameter, you have:
- standard value
- computed formulas
- description.
If you are not very familiar with hpux it can be helpful.
to start SAM, just digit
sam
at the promt.
HTH,
Massimo