HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configurable Kernel Parameters
Operating System - HP-UX
1834914
Members
2649
Online
110071
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
09-24-2002 06:08 PM
09-24-2002 06:08 PM
Hi, why is it that the list of tunable parameters in /stand/system different from the list of configurable parameters in sam? So are all those parameters listed in sam changeable? How do I change them using the command line? Thanks.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 06:21 PM
09-24-2002 06:21 PM
Solution
Hi Ricky
Everything in /stand/system is something that has been changed eg: doesnt use the default parameter.
Everything listed as a configurable parameter in SAM is essentially changable but you should have a reasonable idea of what you are changing before you do so.
Check out the following link for more info on what each parameter is:
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
Personally I would go for changing parameters in SAM if you've never done it before as there are a number of interdependencies between parameters which SAM will alert you to and command line will not.
HTH
Steph
Everything in /stand/system is something that has been changed eg: doesnt use the default parameter.
Everything listed as a configurable parameter in SAM is essentially changable but you should have a reasonable idea of what you are changing before you do so.
Check out the following link for more info on what each parameter is:
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
Personally I would go for changing parameters in SAM if you've never done it before as there are a number of interdependencies between parameters which SAM will alert you to and command line will not.
HTH
Steph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 06:44 PM
09-24-2002 06:44 PM
Re: Configurable Kernel Parameters
What you see in SAM are tuneable/changeable. What you see in /stand/system (right at the bottom of the list) are parameters that were changed before (so they are not complete list) Some other ways of listing your kernel parameters ..
# /usr/sbin/sysdef -n /stand/vmunix
or
# kmtune -S /stand/system | more
To manually tune kernel parameter ..
(for 10.x)
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system
This is where you enter your parameter with its new value.
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv /stand/build/system /stand/system
# mv /stand/build/vmunix_test /stand/vmunix
# shutdown -ry 0
(for 11.x)
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmtune -S /stand/build/system -s=
The rest of the steps are similar (from the "mk_kernel" step onwards like above).
And yes .. be very sure you know what you're doing before you shy away from SAM.
# /usr/sbin/sysdef -n /stand/vmunix
or
# kmtune -S /stand/system | more
To manually tune kernel parameter ..
(for 10.x)
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system
This is where you enter your parameter with its new value.
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv /stand/build/system /stand/system
# mv /stand/build/vmunix_test /stand/vmunix
# shutdown -ry 0
(for 11.x)
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmtune -S /stand/build/system -s
The rest of the steps are similar (from the "mk_kernel" step onwards like above).
And yes .. be very sure you know what you're doing before you shy away from SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 07:26 PM
09-24-2002 07:26 PM
Re: Configurable Kernel Parameters
The sam parameter listing are same to the system file.
Ofsource some changes cannot be done using SAM as it has a lot of dependicies like
YOu cannot modify ncallout This is because hp has a default setup which is good for the system results and which should not be modified unless the unix administrator is familiar with the kernel parameters.
If you are sure as what values should be assigned to the kernel parameters which should give you good performance you can use the manual way of assigning values to the parameters and doing a rebuild.
Also check this hp doc
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058668851
Ofsource some changes cannot be done using SAM as it has a lot of dependicies like
YOu cannot modify ncallout
If you are sure as what values should be assigned to the kernel parameters which should give you good performance you can use the manual way of assigning values to the parameters and doing a rebuild.
Also check this hp doc
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058668851
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