- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configure Kernel Parameters For Oracle
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
03-30-2009 11:58 PM
03-30-2009 11:58 PM
I want to install Oracle 10g release2 on my hpux
11.23. Following the instruction of Oracle Documention,i need to tune several kernel parameters,such as "ksi_alloc_max","executable_stack" and so on.
Can somebody tell me how to do this in command line or create a simple shell instead of using sam tools. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 12:11 AM
03-31-2009 12:11 AM
Re: Configure Kernel Parameters For Oracle
From command line you can change the value like this
kctune for 11.v2
kmtune for 10.2
kctune -s msgseg=32767
kmtune maxswapchunks=16384
-s -> Set the value to a system parameter
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 12:16 AM
03-31-2009 12:16 AM
Re: Configure Kernel Parameters For Oracle
Lots more work to tune for Oracle:
File system tuning
http://www.docs.hp.com/en/10404/ODM_SingleinstanceOracle.pdf
9i Thread, all of which applies to newer versions of Oracle:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1115729
10g
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1175744
Installation issues:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1203518
10g Kernel Thread:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1043965
This is a FAQ on HP-UX
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
03-31-2009 12:17 AM
03-31-2009 12:17 AM
Solutionparameter is dynamic or not. In other words,
you need to check if a change can happen without a reboot.
Let's pick up one of your tunables:
# kctune -v shmmax
The system shows:
Tunable shmmax
Description Maximum size of a shared memory segment (bytes)
Module sysv_shm
Current Value 1073741824 [Default]
Value at Next Boot 1073741824 [Default]
Value at Last Boot 1073741824
Default Value 1073741824
Constraints shmmax >=3D 2048
shmmax <=3D 4398046511104
Can Change Immediately or at Next Boot
Look for "Can Change" row. Therefore,
shmmax can be changed without the reboot.
To change, you can use SAM or SMH interface,
or command-line (I prefer it):
# kctune shmmax=...
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 08:13 AM
03-31-2009 08:13 AM
Re: Configure Kernel Parameters For Oracle
http://docs.hp.com/en/B2355-60130/executable_stack.5.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 05:43 PM
03-31-2009 05:43 PM
Re: Configure Kernel Parameters For Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 05:44 PM
03-31-2009 05:44 PM