Hi All, I am using samba 2.2.8a on HP-UX 11.11 server. The problem i am facing is that after making 10-12 shares, it does not allow new mappings. While trying from smbclient it is saying " SMBSERVER failed " . Kindly let me know any config options needs to be set in smb.conf Regds/Lalit Kapoor "DISCLAIMER: This message is proprietary to Hughes Software Systems Limited (HSS) and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. HSS accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."
You probably have the default HP-UX kernal values for nfiles and nflocks. You need to increase these for connecting more than 10 users. Here are formulas: nflocks (10*maximum smbd)+(other apps + system) example 1000 connected clients and baseline NFS system (10*1000)+(2048) = 12048 nfile ((23+opens_per_smbd)*maximum smbd)+(other apps+system)) example 1000 connected clients and baseline NFS system ((23+7)*1000)+(8192)=38192 Eric Roseme Hewlett-Packard lkapoor@hss.hns.com wrote:> > > > Hi All, > I am using samba 2.2.8a on HP-UX 11.11 server. > > The problem i am facing is that after making 10-12 shares, it does not > allow new mappings. While trying from smbclient it is saying > " SMBSERVER failed " . > > Kindly let me know any config options needs to be set in smb.conf > > Regds/Lalit Kapoor > > "DISCLAIMER: This message is proprietary to Hughes Software Systems Limited > (HSS) and is intended solely for the use of the individual to whom it is > addressed. It may contain privileged or confidential information and > should not be circulated or used for any purpose other than for what it is > intended. If you have received this message in error, please notify the > originator immediately. If you are not the intended recipient, you are > notified that you are strictly prohibited from using, copying, altering, or > disclosing the contents of this message. HSS accepts no responsibility for > loss or damage arising from the use of the information transmitted by this > email including damage from virus." >