- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to tune kernel parameter in HP unix 10.20
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
12-20-2004 07:23 PM
12-20-2004 07:23 PM
How to tune kernel parameter in command line for 10.20 o.s.
There are no kmtune and kmupdate command in hp unix 10.20.Only mk_kernel file is available in /usr/sbin directory.Pls give me,how to tune kernel parameter in hp unix 10.20.
Regards,
Suresh.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:29 PM
12-20-2004 07:29 PM
Re: How to tune kernel parameter in HP unix 10.20
SAM->Kernel Configuration->Configurable Parameters
Modify the parameter and then SAM can rebuild the kernel and reboot your machine for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:31 PM
12-20-2004 07:31 PM
Solution10.X
1. Change directories to /stand/build.
# cd /stand/build
2. Create a new system file from the running kernel.
# /usr/lbin/sysadm/system_prep -s /stand/build/system
3. Edit the kernel with the planned changes.
# vi /stand/build/system
4. Build the new kernel.
# /usr/sbin/mk_kernel -s /stand/build/system
5. Move the old system and vmunix files so if anything goes wrong, the system
can be booted from the old kernel.
# mv /stand/system /stand/system.prev
# mv /stand/build/system /stand/system
# mv /stand/vmunix /stand/vmunix.prev
# mv /stand/build/vmunix_test /stand/vmunix
6. Reboot the system off the new kernel.
# shutdown -r -y now
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:35 PM
12-20-2004 07:35 PM
Re: How to tune kernel parameter in HP unix 10.20
Take a look at this doc:
http://forums1.itrc.hp.com/service/forums/getattachment.do?attachmentId=79348&ext=.pdf
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 08:20 PM
12-20-2004 08:20 PM
Re: How to tune kernel parameter in HP unix 10.20
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA999444&listType=unassigned&forumId=1
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:08 PM
12-20-2004 09:08 PM
Re: How to tune kernel parameter in HP unix 10.20
Thanks.
Regards,
Suresh.