- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Kernel parameter change
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-2007 03:52 AM
12-20-2007 03:52 AM
I have a general doubt not related to only Tru64 but as a general unix.
How we would come to know that changing a kernel parameter needs a kernel rebuild or would be effective after a reboot just adding it to sysconfigtab file.
using
sysconfig -r
BR,
Kapil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2007 04:49 AM
12-20-2007 04:49 AM
Re: Kernel parameter change
You'll normally find such information in the relevant man page for the paramter you're changing.
For example in the man page for sys_attrs_vm
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN5/0053____.HTM
You'll see that those attributes marked with an asterisk can be changed with the system running.
Hope this helps,
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2007 05:30 AM
12-20-2007 05:30 AM
Re: Kernel parameter change
It is not a simple question.
In general, it depends on kernel and OS architecture.
In all modern unix-es changing a kernel parameter does not need kernel rebuild, but may need OS reboot.
If installing new hardware or or some new core software component, it is very likely that you need kernel rebuild because you need to have some new modules in kernel.
Also, patching requires kernel rebuild because of modules and library changes.
For example, old SCO unix needed kernel rebuild even after changing IP address.
As said by Rob, man pages will give you answer for particular unix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2007 05:36 AM
12-20-2007 05:36 AM
Re: Kernel parameter change
Vladimir said:
> old SCO unix needed kernel rebuild even after changing IP address
From what I've seen of it, SCO 5 requires a kernel rebuild after changing pretty much *anything* !
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2007 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 04:50 AM
01-24-2008 04:50 AM
Re: Kernel parameter change
Closing