- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Tuning in 11.23
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
10-25-2005 06:06 PM
10-25-2005 06:06 PM
Need a quick advise on kernel tuning for hpux11.23. If I modified some kernel parameters on 11.23 through SAM & choose to boot the system afterwards then wud the changes come into effect automatically at next reboot OR I have to do kmupdate & copy the system.SAM from build to /stand.
Pl suggest
P.S. - Everyone goin to contribute wud get the points awarded.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:17 PM
10-25-2005 06:17 PM
Re: Kernel Tuning in 11.23
Rebooting will make the changes get into effect.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:18 PM
10-25-2005 06:18 PM
SolutionIf you change the kernel parameter via SAM and you choose to booe the system afterwards, the changes will affect automatically once after the system start-up.
The changes will be apply on the system during the system startup processes. So after the system rebooted, you will get all the changes.
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:34 PM
10-25-2005 06:34 PM
Re: Kernel Tuning in 11.23
man kconfig
kconfig -C "some_description" -x xxxx
Now do kctune -v on kernel parameter you want to change.
kctune -v "shammax"
If it says can be done online, then there is no need to reboot. tune parameter now
kctune "shmmax=xxxxx"
shutdown -ry 0 -> If paremeter requires a reboot.
Most of the 11.23 kernel tuning does not require a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:39 PM
10-25-2005 08:39 PM
Re: Kernel Tuning in 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:43 PM
10-25-2005 09:43 PM
Re: Kernel Tuning in 11.23
If you are changing the kernel parameter through SAM then no need to worry. It will get effected after a reboot.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 08:41 AM
10-27-2005 08:41 AM