- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Tune Linux System Parameter
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
11-30-2005 05:02 PM
11-30-2005 05:02 PM
Tune Linux System Parameter
I am thinking to update the following 2 parameters namely,
For semaphores,
- /proc/sys/kernel/sem
250 32000 32 128
For shared memory,
- /proc/sys/kernel/shmmax
33554432
How do I proceed?
I understand that sysctl can be used.
Is a reboot required like HP-UX post kernel tuning?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 05:06 PM
11-30-2005 05:06 PM
Re: Tune Linux System Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 05:30 PM
11-30-2005 05:30 PM
Re: Tune Linux System Parameter
sysctl -w kernel.shmmax=33554432
sysctl -w kernel.sem="250 32000 32 128"
Then add to /etc/sysctl.conf:
kernel.shmmax=33554432
kernel.sem="250 32000 32 128"
Note that the values showed use to be the default values, check the current values with
sysctl kernel.shmmax
sysctl kernel.sem
You don't need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 06:20 PM
12-01-2005 06:20 PM
Re: Tune Linux System Parameter
Can directly update them in the respective files works? Or must update into the /etc/sysctl.conf?
- /proc/sys/kernel/shmmax
- /proc/sys/kernel/sem
Thanks/Cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 08:02 PM
12-01-2005 08:02 PM
Re: Tune Linux System Parameter
sysctl is an online command, so after it's run, new settings will be in use. welcome to a modern OS ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 08:08 PM
12-01-2005 08:08 PM
Re: Tune Linux System Parameter
I had run the following,
sysctl -w kernel.shmmax=33554432
sysctl -w kernel.sem="250 32000 32 128"
I guess the settings will be intact upon a reboot? Cos I cannot reboot to verify. But i read in the forum the settings will be permanent upon a reboot.
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 10:28 PM
12-01-2005 10:28 PM
Re: Tune Linux System Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 11:49 PM
12-01-2005 11:49 PM
Re: Tune Linux System Parameter
No reboot is usually required. Those parameters are dynamic in HP-UX v1 btw.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com