- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpux dynamic or static kernel
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
07-13-2005 01:20 PM
07-13-2005 01:20 PM
Whether the kernel of hpux 11i is static or dynamic ?
What are the criteria to classify unix kernal as dynamic or static ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:48 PM
07-13-2005 01:48 PM
Re: hpux dynamic or static kernel
There are some kernel parameters that can be modified dynamically, which means you can change them, they take effect immediately, and you don't have to reboot the machine.
But there are still some kernel parameters that are static, meaning you have to modify the parameter, generate a new kernel and reboot the machine before the value will take effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 02:25 PM
07-13-2005 02:25 PM
Re: hpux dynamic or static kernel
Some of the kernel parameters are static and some are dynamic. To find our if a particular parameter is static or dynamic, you can use kmtune to query system parameters
eg:-
kmtune -q nfile
Parameter Current Dyn Planned Module Version
===============================================================================
nfile 7822 - (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 03:36 PM
07-13-2005 03:36 PM
Re: hpux dynamic or static kernel
just issue the command kmtune and the output will tell you if a given kernel parameter is dynamic or not.
The criteria for being static or dynamic is something to do with the design of the kernel and how the modules plug in.
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:08 PM
07-13-2005 04:08 PM
Re: hpux dynamic or static kernel
i am fully agree with all other replies...
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 05:18 PM
07-13-2005 05:18 PM
Re: hpux dynamic or static kernel
hpux 11i kernel has bot dynamic and static features. Some parameters do not allow reboot
Regards
Mahesh