- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dynamically Updating the Kernel on the Fly?
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
03-21-2001 06:13 AM
03-21-2001 06:13 AM
Just wondering if anyone has heard of any thoughts of future releases of HP-UX to contain the ability to update the kernel on the fly? That is, if I am applying patches for example that affect the kernel then I have to reboot the machine. It would be nice if in a future release if the kernel could just be dynamically updated. Just a thought.
S Aldrich
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 06:38 AM
03-21-2001 06:38 AM
Re: Dynamically Updating the Kernel on the Fly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 06:44 AM
03-21-2001 06:44 AM
Re: Dynamically Updating the Kernel on the Fly?
I am not sure how the kernel would recognize the changes / updates. I would however consider this to be a break through in UNIX technology as this would require you to reboot your machine even less. As it is in UNIX you already are fortunate to reboot a lot less than in Windows.
S Aldrich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 06:48 AM
03-21-2001 06:48 AM
Re: Dynamically Updating the Kernel on the Fly?
I just briefly searched HPs web site for information, but couldn't find any. You might just browse the HP-UX 11i site and see if you can find anything.
http://unix.hp.com/operating/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 07:28 AM
03-21-2001 07:28 AM
SolutionGood points: increased uptime -- ease of scheduling kernel updates, etc.
Bad points: Loss of flat configuration files to control/query kernel structures, possible loss of command line interface to generate new kernel (HP has at least floated the idea that modifications to dynamic structures will have to be done through SAM.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 07:39 AM
03-21-2001 07:39 AM
Re: Dynamically Updating the Kernel on the Fly?
HP-UX 11.0 includes support for Dynamically Loadable Kernel Modules (DLKM's), however AFIAK, these are not seeing much use as of yet.
HP-UX 11i has also introduced support for dynamic kernel tunables, which allows you to reconfigure some of your tunable parameters without a reboot.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 04:57 AM
03-23-2001 04:57 AM
Re: Dynamically Updating the Kernel on the Fly?
11i should be available for most of the servers starting support with the Superdome.
11i also supports OLAR, online addition and replacement of IO cards (if your hw supports that)
Moving a step closer to the 5.9s
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 06:01 AM
03-23-2001 06:01 AM
Re: Dynamically Updating the Kernel on the Fly?
There should be no major headaches upgrading from 11.0 except certain libs/apps may need relinking.
11.21 planned for end of 2002 will be ia64 port of 11i for ia64 ready hardware superdome and the Ls for example.. PARISC development will still exist up to the lets assume 2GHz processor range. Currently at around 600GHz
mark.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 06:01 AM
03-23-2001 06:01 AM
Re: Dynamically Updating the Kernel on the Fly?
There should be no major headaches upgrading from 11.0 except certain libs/apps may need relinking.
11.21 planned for end of 2002 will be ia64 port of 11i for ia64 ready hardware superdome and the Ls for example.. PARISC development will still exist up to the lets assume 2GHz processor range. Currently at around 600GHz
mark.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 08:55 AM
03-23-2001 08:55 AM
Re: Dynamically Updating the Kernel on the Fly?
weve been using dynamically loadable kernel modules (drivers) for over a year now on HP-UX 11, particularly for Ethershare (for Mac/TCP connectivity). Install the software, load the driver into the kernel on the fly, and off you go. Works a treat. Roll on dynamically adjustable kernel tables!