HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to modify more than one kernel parameter at ...
Operating System - HP-UX
1832235
Members
2453
Online
110041
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
06-04-2007 01:50 AM
06-04-2007 01:50 AM
i want to modify more than kermel parameter at the same time ,but i do not want to use sam.is there a feasible procedure(script) to complete this task?thank you.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 01:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:35 AM
06-04-2007 02:35 AM
Re: how to modify more than one kernel parameter at the same time?
Shalom,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739
More complete procedures.
SEP
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739
More complete procedures.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
06-04-2007 04:24 AM
06-04-2007 04:24 AM
Re: how to modify more than one kernel parameter at the same time?
hey;
Primarily depends on your OS level. Check http://www.olearycomputers.com/ll/hpkernel.html for a checklist for 11.11 and below. 11.23 made kernel updates much easier.
Regardless which version, though, you can create a datafile of your kernel parms and values then loop through it with a simple inline loop:
11.11: Assumes you followed the directions in the checklist. ${system} is the /stand/build/system file.
cat ${file} | while read p v
do
kmtune -s ${p}=${v} -S ${system}
done
Follow the rest of the checklist for kmupdate/reboots
11.23:
cat ${file} | while read p v
do
kctune ${p}=${v}
done
Reboot if necessary.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Primarily depends on your OS level. Check http://www.olearycomputers.com/ll/hpkernel.html for a checklist for 11.11 and below. 11.23 made kernel updates much easier.
Regardless which version, though, you can create a datafile of your kernel parms and values then loop through it with a simple inline loop:
11.11: Assumes you followed the directions in the checklist. ${system} is the /stand/build/system file.
cat ${file} | while read p v
do
kmtune -s ${p}=${v} -S ${system}
done
Follow the rest of the checklist for kmupdate/reboots
11.23:
cat ${file} | while read p v
do
kctune ${p}=${v}
done
Reboot if necessary.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
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