- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SHMEM value DYNAMIC/STATIC
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-05-2004 07:31 PM
07-05-2004 07:31 PM
SHMEM value DYNAMIC/STATIC
In my server it is as follows:
shmmax 67108864 67108864 Dynamic N/A Max Shared Mem Segment (Bytes)
When do we set it to dynamic and when do we set it as static?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:41 PM
07-05-2004 07:41 PM
Re: SHMEM value DYNAMIC/STATIC
You cant set it to dynamic or static. Dynamic means you dont have to reboot the server for modifying this kernel parameter. Static needs a reboot.
regards,
RDL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:57 PM
07-05-2004 07:57 PM
Re: SHMEM value DYNAMIC/STATIC
As said dynamic parameter can be tuned online without a reboot whereas static requires a reboot whenever kernel parameter is changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 08:05 PM
07-05-2004 08:05 PM
Re: SHMEM value DYNAMIC/STATIC
You can change dynamic parameters without rebooting (using kmtune -u), but changing a static parameter always requires making a new kernel and rebooting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 08:27 PM
07-05-2004 08:27 PM
Re: SHMEM value DYNAMIC/STATIC
I agree with Matti. "Dynamic" says that the value of this particular kernel tunable parameter can be changed at runtime without rebuilding the kernel and the value will be visible immediately.
You can see the changed values by setting the tunable to some value and then querying it later.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 12:35 AM
07-06-2004 12:35 AM
Re: SHMEM value DYNAMIC/STATIC
Dear amith,
You don't have control over the
Dynamic & Static.
These are inbuilt into the kernel.
You can only change the values of these configurable kernel parameters.
If you change a Dynamic value it is affected immediately and no kernel rebuild is required.
If you change a Static parameter's value
the kernel is required to rebuild and your new changes will come into effect after a reboot only.
Regards,