- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Tunable Kernel Parameters for Linux
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
10-09-2002 06:05 AM
10-09-2002 06:05 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 06:32 AM
10-09-2002 06:32 AM
Re: Tunable Kernel Parameters for Linux
Or do you need something like below ?
memory loss
Skill: B - Jul 14, 1999
If you've ever seen the error "unable to allocate dma buffer" or "/dev/dsp: out of memory" then what has happened is the kernel cannot allocate memory for the dsp (memory under 16 meg) you can fix this problem by recompiling the kernel and selecting persistant dma buffer in the sound...
net-pf-what!?
Skill: B - Jul 14, 1999
Tired of seeing:
modprobe: can't locate module net-pf-4
modprobe: can't locate module net-pf-5
add the following two lines to
/etc/conf.modules to disable IPX & Appletalk
alias net-pf-4 off
alias net-pf-5...
Did you know?
Skill: B - Jul 14, 1999
Many kernel options are runtime configurable from /proc/sys
Here's a fun one:
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
(ignore all ping...
Let me kwon how can help you ?
Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 09:05 AM
10-09-2002 09:05 AM
Re: Tunable Kernel Parameters for Linux
I just want to be able to look up a list of parameters and short description of it, such as max number of file you can open, amount of resources each user can have(spawning thread), etc....Is there a howto or white paper on this? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 03:44 PM
10-09-2002 03:44 PM
SolutionIn the kernel-documentation RPM (in RedHat atleast), there should be a directory called 'sysctl'. This has 4 text files in it documenting tunable parameters for different subsystems (kernel, file systems, virtual machine, sunrpc).
Most of the tunable options are listed in these files, and descriptions of what each option actually does.
These can all be manipulated using the 'sysctl' utility, or by forwarding data into the /proc/sys/ virtual files.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 06:53 PM
10-09-2002 06:53 PM
Re: Tunable Kernel Parameters for Linux
You may set some kernel parameters by "sysctl" command.
If you want to know what you can set?, use "sysctl -a" to see all the values.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 09:30 PM
10-09-2002 09:30 PM
Re: Tunable Kernel Parameters for Linux
Read my attachment.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 09:30 PM
10-09-2002 09:30 PM
Re: Tunable Kernel Parameters for Linux
Read my attachment.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 09:31 PM
10-09-2002 09:31 PM
Re: Tunable Kernel Parameters for Linux
Read my attachment.
regards,
U.SivaKumar