HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux Kernel Tune.....on SLES 9 SP3
Operating System - Linux
1833018
Members
2045
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-30-2007 10:11 AM
10-30-2007 10:11 AM
Linux Kernel Tune.....on SLES 9 SP3
Hsve the following in Sysctl.conf file:
# Disable response to broadcasts.
# You don't want yourself becoming a Smurf amplifier.
net.ipv4.icmp_echo_ignore_broadcasts = 1
# enable route verification on all interfaces
net.ipv4.conf.all.rp_filter = 1
# enable ipV6 forwarding
#net.ipv6.conf.all.forwarding = 1
kernel.shmall = 2097152
kernel.shmmax = 8319508480
kernel.shmmni = 4096
kernel.msgmni = 2878
kernel.msgmnb = 65535
kernel.sem = 256 36352 100 142
fs.file-max = 200000
net.ipv4.ip_local_port_range = 1024 65000
vm.disable_cap_mlock = 1
#Improve File System Performance
vm.bdflush = 100 1200 128 512 500 6000 500 0 0
# Increase swap bandwidth system performacne
vm.kswapd = 1024 32 16
# Increased number of pages kernel reads in at once
vm.page-cluster = 16
# improve number of page tables keeps in a pre-processor cache
vm.pagetable_cache = 35 60
# increase TCP max buffer size
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# increase Linux autotuning TCP buffer limits
# min, default, and max number of bytes to use
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# don't cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
# recommended to increase this for 1000 BT or higher
net.core.netdev_max_backlog = 2500
When I run the command sysctl -p , am getting errors on some of the values:
/etc/ssh # sysctl -p
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
kernel.shmall = 2097152
kernel.shmmax = 8319508480
kernel.shmmni = 4096
kernel.msgmni = 2878
kernel.msgmnb = 65535
kernel.sem = 256 36352 100 142
fs.file-max = 200000
net.ipv4.ip_local_port_range = 1024 65000
vm.disable_cap_mlock = 1
error: "vm.bdflush" is an unknown key
error: "vm.kswapd" is an unknown key
vm.page-cluster = 16
error: "vm.pagetable_cache" is an unknown key
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
error: "net.ipv4.tcp_no_metrics_save" is an unknown key
net.core.netdev_max_backlog = 2500
How to get the value or rectify the same...
# Disable response to broadcasts.
# You don't want yourself becoming a Smurf amplifier.
net.ipv4.icmp_echo_ignore_broadcasts = 1
# enable route verification on all interfaces
net.ipv4.conf.all.rp_filter = 1
# enable ipV6 forwarding
#net.ipv6.conf.all.forwarding = 1
kernel.shmall = 2097152
kernel.shmmax = 8319508480
kernel.shmmni = 4096
kernel.msgmni = 2878
kernel.msgmnb = 65535
kernel.sem = 256 36352 100 142
fs.file-max = 200000
net.ipv4.ip_local_port_range = 1024 65000
vm.disable_cap_mlock = 1
#Improve File System Performance
vm.bdflush = 100 1200 128 512 500 6000 500 0 0
# Increase swap bandwidth system performacne
vm.kswapd = 1024 32 16
# Increased number of pages kernel reads in at once
vm.page-cluster = 16
# improve number of page tables keeps in a pre-processor cache
vm.pagetable_cache = 35 60
# increase TCP max buffer size
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# increase Linux autotuning TCP buffer limits
# min, default, and max number of bytes to use
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# don't cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
# recommended to increase this for 1000 BT or higher
net.core.netdev_max_backlog = 2500
When I run the command sysctl -p , am getting errors on some of the values:
/etc/ssh # sysctl -p
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
kernel.shmall = 2097152
kernel.shmmax = 8319508480
kernel.shmmni = 4096
kernel.msgmni = 2878
kernel.msgmnb = 65535
kernel.sem = 256 36352 100 142
fs.file-max = 200000
net.ipv4.ip_local_port_range = 1024 65000
vm.disable_cap_mlock = 1
error: "vm.bdflush" is an unknown key
error: "vm.kswapd" is an unknown key
vm.page-cluster = 16
error: "vm.pagetable_cache" is an unknown key
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
error: "net.ipv4.tcp_no_metrics_save" is an unknown key
net.core.netdev_max_backlog = 2500
How to get the value or rectify the same...
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 08:10 PM
10-30-2007 08:10 PM
Re: Linux Kernel Tune.....on SLES 9 SP3
I afraid you use some outdated manual for kernel 2.4. It seems that these params are obsolete for kernel 2.6.
BTW, you can see al params with "sysctl -a".
BTW, you can see al params with "sysctl -a".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 02:49 AM
10-31-2007 02:49 AM
Re: Linux Kernel Tune.....on SLES 9 SP3
Yes they are obsolete parms.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP