- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameter change , if reboot required?
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
05-08-2006 03:44 PM
05-08-2006 03:44 PM
Does increasing this parameters required a reboot:
maxssiz
maxssiz_64bit
Hp-ux version : 11.11
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:52 PM
05-08-2006 03:52 PM
Re: Kernel parameter change , if reboot required?
Yes, you need to reboot the server. Refer,
http://docs.hp.com/en/TKP-90202/re37.html
Restrictions on Changing
Changes to this tunable take effect at the next reboot.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:55 PM
05-08-2006 03:55 PM
Re: Kernel parameter change , if reboot required?
http://docs.hp.com/en/TKP-90202/index.html?jumpid=reg_R1002_USEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 04:41 PM
05-08-2006 04:41 PM
Re: Kernel parameter change , if reboot required?
Yes , Static parameter. Reboot required.
kmtune -s maxssiz=newvalue
kmtune -s maxssiz_64bit=newvalue
./mk_kernel
kmupdate
shutdown -r -y 0
After reboot check with # kmtune -q maxssiz
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 05:11 PM
05-08-2006 05:11 PM
Re: Kernel parameter change , if reboot required?
Kernel parameters if they are not dynamic, they require reboot.
You can find out if the parameter is Static or Dynamic by using jmtune -q option, to query the value of the specified system parameter.
For eg:-
kmtune -q maxssiz
Parameter Current Dyn Planned Module Version
==============================================================
maxssiz 0x6000000 - 0X6000000
Here you can see the - under Dyn, meaning the parameter is static and not dynamic. If the parameter is dynamic then you will see "Y" under Dyn
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 05:48 PM
05-08-2006 05:48 PM