Ken McCord
2003-Mar-30 21:56 UTC
[Samba] Citrix reports no more connections to samba server
We have this happen for us. To work around the problem, I just set up a cron job to restart the Samba service at 4am every day. Ken Phil Hale wrote:>Hi All > >I have a Win2K server with Citrix Metaframe XPe installed on the network and >uses mapped network drives to a Samba file server. The Citrix server is >locking users out of the mapped network drive on the samba server. > >Citrix has 125 concurrent licences and Terminal services licences of the >same amount >Samba version is 2.2.3a Running on a Redhat 7.3 box. > >Please advise if more into is required and what is required. > >Has this been seen before and what is the possible solution. > >Thanx in advance > >Phil Hale >Technology Services Manager >Holiday Coast Credit Union - "It's were you belong" >http://www.hccu.com.au >mailto:phale@hccu.com.au > >You don't need technology to think outside the square > > > > >NOTICE >The information contained in this e-mail is confidential. Any views or >opinions expressed in this communication are those of the individual sender, >except where the sender specifically states that the views or opinions are >those of Holiday Coast Credit Union Ltd. > >This communication is intended to be solely for the use of the addressee(s) >and may contain copyright and / or legally privileged information. > >If you are not an authorised recipient of this e-mail, please contact >Holiday Coast Credit Union Ltd immediately by return e-mail or by telephone >on 61-2-65808222. > >If you are not an authorised recipient of this e-mail you should destroy all >copies of this e-mail or any attachments. Any review, retransmission, >dissemination, copying or other use of, or taking any action in reliance >upon, this information by persons or entities other than the intended >recipient is prohibited. > >You should only re-transmit, distribute or commercialise the material if you >are authorisedto do so. > >As Internet communications are capable of data corruption, Holiday Coast >Credit Union Ltd does not guarantee the security of any information >electronically transmitted and does not accept responsibility for any >improper or incomplete transmission of the information contained in this >communication, nor for any delay in its receipt. > >This notice should not be removed. > >
Phil Hale
2003-Mar-31 02:23 UTC
[Samba] Citrix reports no more connections to samba server
Hi All I have a Win2K server with Citrix Metaframe XPe installed on the network and uses mapped network drives to a Samba file server. The Citrix server is locking users out of the mapped network drive on the samba server. Citrix has 125 concurrent licences and Terminal services licences of the same amount Samba version is 2.2.3a Running on a Redhat 7.3 box. Please advise if more into is required and what is required. Has this been seen before and what is the possible solution. Thanx in advance Phil Hale Technology Services Manager Holiday Coast Credit Union - "It's were you belong" http://www.hccu.com.au mailto:phale@hccu.com.au You don't need technology to think outside the square NOTICE The information contained in this e-mail is confidential. Any views or opinions expressed in this communication are those of the individual sender, except where the sender specifically states that the views or opinions are those of Holiday Coast Credit Union Ltd. This communication is intended to be solely for the use of the addressee(s) and may contain copyright and / or legally privileged information. If you are not an authorised recipient of this e-mail, please contact Holiday Coast Credit Union Ltd immediately by return e-mail or by telephone on 61-2-65808222. If you are not an authorised recipient of this e-mail you should destroy all copies of this e-mail or any attachments. Any review, retransmission, dissemination, copying or other use of, or taking any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. You should only re-transmit, distribute or commercialise the material if you are authorisedto do so. As Internet communications are capable of data corruption, Holiday Coast Credit Union Ltd does not guarantee the security of any information electronically transmitted and does not accept responsibility for any improper or incomplete transmission of the information contained in this communication, nor for any delay in its receipt. This notice should not be removed.
Mark Roach
2003-Mar-31 15:57 UTC
[Samba] Citrix reports no more connections to samba server
On Sun, 2003-03-30 at 21:23, Phil Hale wrote:> Hi All > > I have a Win2K server with Citrix Metaframe XPe installed on the network and > uses mapped network drives to a Samba file server. The Citrix server is > locking users out of the mapped network drive on the samba server. > > Citrix has 125 concurrent licences and Terminal services licences of the > same amount > Samba version is 2.2.3a Running on a Redhat 7.3 box. > > Please advise if more into is required and what is required. > > Has this been seen before and what is the possible solution.This is probably because the MAX_CONNECTIONS is set too low. I set mine to 768 and have had no problems with about 45 users per citrix server. look in smbd/conn.c in the samba sources: /* set these to define the limits of the server. NOTE These are on a per-client basis. Thus any one machine can't connect to more than MAX_CONNECTIONS services, but any number of machines may connect at one time. */ #define MAX_CONNECTIONS 128 -Mark