- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Create a Tuneable Parameter Set
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
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
04-12-2005 02:29 AM
04-12-2005 02:29 AM
My next question is can I create my own tunaeble parameter set? Can I modify those that are included with SAM? If either answer is yes, where are the parameter sets located on the file system?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 02:44 AM
04-12-2005 02:44 AM
Re: Create a Tuneable Parameter Set
Once you have changed your parameters you can print the parameters to a file from SAM->Kernel Configuration->Configurable Parameters-File->print->File and Give target path.
On the host where you want to appy these parameters you can do
SAM->Kernel Configuration->Configurable Parameters->Action->Templates->load a template file and Apply template values.
It will change all parameters in one go.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 03:05 AM
04-12-2005 03:05 AM
Re: Create a Tuneable Parameter Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 03:24 AM
04-12-2005 03:24 AM
SolutionFirst create a file of tuned kernel parameters - example below:
11.00 tuned kernel parameters
#
# Format:
# 1st line = title of tuned parameter set
#
# Lines or words (delimited by white space) beginning with # are comments.
#
# Blank lines are ignored.
#
# Parameter defs can take either of two forms:
# 1. parameter min max
# The parameter's value must fall into the range of min-max,
# inclusive. If parameter is less than min, it is raised to
# min; if greater than max, it is lowered to max. Otherwise
# it is left unchanged.
#
# Min and/or max can be "--" (two dashes), indicating there is no
# corresponding lower and/or upper bound, respectively.
#
# Min and/or max can be arithmetic formulas, and can reference
# other parameters. Any parameters referenced in a formula must
# already be defined earlier in the parameter set. No white
# space may occur within a formula. Parentheses are recognized
# and can be nested.
#
# 2. parameter value
# The parameter's value will be set to the value given. Value
# can be an arithmetic formula as described above.
#
STRCTLSZ 0
STRMSGSZ 65535
maxusers 124
nproc 1024
bufpages 0
nbuf 0
dbc_min_pct 4
dbc_max_pct 10
maxfiles 200
maxfiles_lim 2048
nfile 2800
nflocks (nproc)
ninode 15000
msgtql (nproc*10)
msgmap (msgtql+2)
add as needed ...
Second - copy this file to /usr/sam/lib/kc/tuned
Third - apply using sam
Hope this helps
B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 06:04 AM
04-12-2005 06:04 AM
Re: Create a Tuneable Parameter Set
Thanks for the info, this is definately what I am looking for. But being the conservative folk that I am and not having a development box available, is there any additional documentation that I can reference for guidance?
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 06:36 AM
04-12-2005 06:36 AM
Re: Create a Tuneable Parameter Set
I'm being vague on purpose - as it depends on so many different variables (application, OS, memory, cpu ...)
This is the best document I could direct you to answer those types of questions.
It's called the HP-UX Performance Cookbook.
http://www.peoplesoft-hp.com/salestools/whitepapers/%5Bfiles%5D/Technical/HPUX%20Performance%20Cookbook.pdf
Hope this helps
B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 05:23 AM
04-13-2005 05:23 AM
Re: Create a Tuneable Parameter Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 06:17 AM
04-13-2005 06:17 AM
Re: Create a Tuneable Parameter Set
I looked for documentation on creating a tuneable parameter set, but couldn't find anything published. I've been using that how-to for 10.20, 11.00 and 11i without any problems.
Hope it helps
B