- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba - CIFS - Increase number of users session to...
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-05-2003 09:54 PM
10-05-2003 09:54 PM
Samba - CIFS - Increase number of users session to system
We have a case in which a user trying to connect (from PC) to the SAMBA shares gets the following message
Increase number of users sessions to system.
Whats the best way forward? Could it be due to some hanging or unterminated processes?
Thanks,
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 01:07 AM
10-06-2003 01:07 AM
Re: Samba - CIFS - Increase number of users session to system
It would be useful to know your revision of Samba or CIFS.
It's possible that you've set "max smbd processes" in smb.conf to something other than 0; in which case you are limiting the number of connections. Does the problem affect any user trying to connect at this point, or just that one?
Turning the Samba log level up a little and recreating the problem may provide further info.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 01:19 AM
10-06-2003 01:19 AM
Re: Samba - CIFS - Increase number of users session to system
This error could also indicate that you need to increase the number of NFS daemons the server is spawning.
This is controlled in the /etc/rc.config.d/nfsconf file & the standard keyword is
NUM_NFSD=XX
Default is 16, but I believe the recommendation is one for every 4 connections. So if you have more than 64 PCs accessing this share, you'll need to increase that value & bounce NFS.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 01:51 AM
10-06-2003 01:51 AM
Re: Samba - CIFS - Increase number of users session to system
just found out, CIFS, Samba is what I thought they had. They in fact have the older product Advanced Server/9000 installed.
J2715BA B.03.02 Advanced Server/9000 For Server License
And the problem is intermittent and started about a month ago when the number of users accessing this server's shares increased.
I'm going through the admin's manual right now, appreciate any help. Thanks for your responses
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 08:03 PM
10-06-2003 08:03 PM
Re: Samba - CIFS - Increase number of users session to system
srvconfig -g maxclients
... and the parameter maxclients resides in a lanman.ini file.
Are there any recommendations for changing this value? Is it supposed to bec cahnged according to a formula? Are there other values that need to be changed along with it? Can I change it directly in the lanman.ini file?
Some basic help needed. Thanks
-Alvi