- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "Apply Tuned Parameter Set" by command line
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
09-25-2002 01:03 AM
09-25-2002 01:03 AM
"Apply Tuned Parameter Set" by command line
is there a command line doing the same as SAM in "Kernel > Configurable Parameters > Actions: Apply Tuned Parameter Set"
The parameters are defined in an .tun file in /usr/sam/lib/kc/tuned directory
Thanks a lot
Xavier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:19 AM
09-25-2002 01:19 AM
Re: "Apply Tuned Parameter Set" by command line
For your reference
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3bd6a848deccd61190050090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:20 AM
09-25-2002 01:20 AM
Re: "Apply Tuned Parameter Set" by command line
Using SAM acually apply a tuned parameter set then check the sam log in /var/sam/log/samlog and it will show you the command it ran to apply it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:23 AM
09-25-2002 01:23 AM
Re: "Apply Tuned Parameter Set" by command line
Not really sure, but it is probably worth having a look at the man pages for kmtune, kmsystem etc (assuming v 11.0). They might let you do something similar to what you want.
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:45 AM
09-25-2002 01:45 AM
Re: "Apply Tuned Parameter Set" by command line
#kmtune is the command to get/set the kernel parameters.
To set a value to any parameter
#kmtune -s shmmax=value (shmmax is parameter here)
After this you have to build the kernel manually and reboot.