HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel parameter tunning
Operating System - HP-UX
1826703
Members
2834
Online
109696
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-2008 01:49 AM
09-24-2008 01:49 AM
I have to change kernel parameters of HP-UX B.11.11 server and the parameters are maxusers & maxfiles and this parameters are static parameters
Parameter Current Values New Values
maxfiles 256 512
maxusers 32 64
I am following below steps to change above parameters,
#/usr/lbin/sysadm/system_prep -s system
#kmtune -s maxfiles=512
#kmtune -s maxusers=64
#mk_kernel -s system
#mv /stand/system /stand/system.old
#mv /stand/vmunix /stand/vmunix.old
#mv /stand/dlkm /stand/dlkm.old
#mv /stand/build/system /stand/system
#kmupdate /stand/build/vmunix_test
#cd /
#shutdown -r 0
please give me suggestion that the above steps are right or anything missing
Parameter Current Values New Values
maxfiles 256 512
maxusers 32 64
I am following below steps to change above parameters,
#/usr/lbin/sysadm/system_prep -s system
#kmtune -s maxfiles=512
#kmtune -s maxusers=64
#mk_kernel -s system
#mv /stand/system /stand/system.old
#mv /stand/vmunix /stand/vmunix.old
#mv /stand/dlkm /stand/dlkm.old
#mv /stand/build/system /stand/system
#kmupdate /stand/build/vmunix_test
#cd /
#shutdown -r 0
please give me suggestion that the above steps are right or anything missing
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 02:00 AM
09-24-2008 02:00 AM
Re: kernel parameter tunning
better to use sam to avoid any misspelled or mistakes.
a warrior never quits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 04:24 AM
09-24-2008 04:24 AM
Solution
hello,
Here is the "standard" kernel rebuilding steps.
1) In /stand/build
cd /stand/build
Create the file with kernel parameters.
2 )/usr/lbin/sysadm/system_prep -s system
Make changes in the system file.
3) vi system (and change whatever you want)
Build the new kernel
4) /usr/sbin/mk_kernel -s ./system
5)Backup old versions
mv /stand/system /stand/system.old
mv /stand/vmunix /stand/vmunix.old
6) Install new kernel
cp /stand/build/system /stand
cp /stand/build/vmunix_test /stand/vmunix
7) reboot the system
shutdown -ry 0
I think this can be easily find on itrc or by RTFM, but never mind ...
http://docs.hp.com/en/B2355-90950/ch03s10.html
Hope this helps
Kenavo
Pat.
Here is the "standard" kernel rebuilding steps.
1) In /stand/build
cd /stand/build
Create the file with kernel parameters.
2 )/usr/lbin/sysadm/system_prep -s system
Make changes in the system file.
3) vi system (and change whatever you want)
Build the new kernel
4) /usr/sbin/mk_kernel -s ./system
5)Backup old versions
mv /stand/system /stand/system.old
mv /stand/vmunix /stand/vmunix.old
6) Install new kernel
cp /stand/build/system /stand
cp /stand/build/vmunix_test /stand/vmunix
7) reboot the system
shutdown -ry 0
I think this can be easily find on itrc or by RTFM, but never mind ...
http://docs.hp.com/en/B2355-90950/ch03s10.html
Hope this helps
Kenavo
Pat.
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 05:18 AM
09-24-2008 05:18 AM
Re: kernel parameter tunning
Hi,
SAM will do all for you and it is the preferred method to change the static kernel parameters. If you still find comfort to work with command line you can go ahead.
Thanks
SAM will do all for you and it is the preferred method to change the static kernel parameters. If you still find comfort to work with command line you can go ahead.
Thanks
Best wishes,
Ganesh.
Ganesh.
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP