HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Maxusers on Linux
Operating System - Linux
1832296
Members
2207
Online
110041
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
02-18-2003 11:01 AM
02-18-2003 11:01 AM
Maxusers on Linux
Hi everybody,
I??ve to configure an DL380G2 (Redhat 8.0 Prof) as an File- & Database Server (700-1000 Users).
Where can I set maxusers, max open files or inodes like in hpux? Is it possible to set this in the sysctl.conf file?
Thanks, Markus
I??ve to configure an DL380G2 (Redhat 8.0 Prof) as an File- & Database Server (700-1000 Users).
Where can I set maxusers, max open files or inodes like in hpux? Is it possible to set this in the sysctl.conf file?
Thanks, Markus
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 02:10 PM
02-18-2003 02:10 PM
Re: Maxusers on Linux
THere is no 'max users' settings that I'm aware of.
As for open file handles, and inodes, you might need to up these values.
Yes, you would use 'sysctl.conf' to do this reliably.
The details are not stored in a file on the disk, but are configurable during run time by modifing the contents on the proc file system mounted under /proc/sys/.
The details of the changes you can make are in the kernel documentation in the file "/usr/share/doc/kernel-doc-*/sysctl/*.txt" (probably 'fs' and 'kernel').
In all probability, you won't need to change any of these details.
As for open file handles, and inodes, you might need to up these values.
Yes, you would use 'sysctl.conf' to do this reliably.
The details are not stored in a file on the disk, but are configurable during run time by modifing the contents on the proc file system mounted under /proc/sys/.
The details of the changes you can make are in the kernel documentation in the file "/usr/share/doc/kernel-doc-*/sysctl/*.txt" (probably 'fs' and 'kernel').
In all probability, you won't need to change any of these details.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 12:15 PM
02-19-2003 12:15 PM
Re: Maxusers on Linux
On a 2.2 kernel /proc/sys/fs/file-max is something like 1024.
On a 2.4 kernel it's something like 4096. I usually blow this way up to some thing like: 115000.
I put this in /etc/rc.d/rc.local:
echo 115000 > /proc/sys/fs/file-max
for inodes I don't know how.
When you say maxusers I think BSD and Solaris.
Under Linux kernel table are (mostly) autotuning.
Take a look at /proc/slabinfo and the doc that surround it.
Monitoring this file will give you a better Idea of if you have "kernel tunables" problems.
On a 2.4 kernel it's something like 4096. I usually blow this way up to some thing like: 115000.
I put this in /etc/rc.d/rc.local:
echo 115000 > /proc/sys/fs/file-max
for inodes I don't know how.
When you say maxusers I think BSD and Solaris.
Under Linux kernel table are (mostly) autotuning.
Take a look at /proc/slabinfo and the doc that surround it.
Monitoring this file will give you a better Idea of if you have "kernel tunables" problems.
fall down seven time stand up eight
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 04:50 PM
02-19-2003 04:50 PM
Re: Maxusers on Linux
Out of the box Linux will be able to handle lots of users without much adjustment. If you run into specific issues, you can make the adjustment there.
I'm an HP-UX admin, and the way the kernel and limits is handled in Linux is totally different.
The only Linux kernel modificaitons I would consider making are those specifically recommended by the database manufacturer themselves for Linux.
Just because you had to make adjustment A for HP-UX doesn't mean much in the Linux world.
Good luck.
SEP
I'm an HP-UX admin, and the way the kernel and limits is handled in Linux is totally different.
The only Linux kernel modificaitons I would consider making are those specifically recommended by the database manufacturer themselves for Linux.
Just because you had to make adjustment A for HP-UX doesn't mean much in the Linux world.
Good luck.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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