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
02-28-2007 01:30 AM
02-28-2007 01:30 AM
shmmax
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 01:41 AM
02-28-2007 01:41 AM
Re: shmmax
Static parameters after change need reboot to take effect of changes. while dyamic parameters dont require reboot.
sometimes you will find dynamic parameters to be on static on some different version. it depends on the OS version
Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 01:41 AM
02-28-2007 01:41 AM
Re: shmmax
please see earlier threads:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049933
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=939671
I would suggest restarting the applications if possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 01:57 AM
02-28-2007 01:57 AM
Re: shmmax
Some parameters which show status as static in one system can be dynamic in other system. there are patches available to convert a static parameter to dynamic parameter.
if you are using a higher version of OS these patches are included with it.
as new versions are released the static parameters are converted to dynamic.
So in a nutshell it depends on your OS version or the patches installed.
sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:20 AM
02-28-2007 03:20 AM
Re: shmmax
To the point, you don't always have to restart your applications -- if you have a running application, any shmget() call it makes will be affected by the tunable change. [So yes - the applications will "pick up" the new value, but whether you need to restart them or not will depend on the application implementation... if it does a single shmget() call at start time scaled based on shmmax at that time, you'd need to restart. If it does a shmget() based on an incoming work request, etc. you would not]