FYI:, I'm fairly new to samba (a couple of months now), and have experimented - unsuccessfully - with getting it to work with clearcase. Does anyone have a how-to, or a list of gotcha's for setting up clearcase with samba? Thanks in advance for any information you can send me. Ozzie,
In a message dated: Tue, 20 Jul 1999 01:50:51 +1000 "Backus, Ozzie" said:>FYI:, > I'm fairly new to samba (a couple of months now), and have experimented - >unsuccessfully - with getting it >to work with clearcase. Does anyone have a how-to, or a list of gotcha's for >setting up clearcase with samba? > >Thanks in advance for any information you can send me.You really can't do what you want to do with Samba wrt ClearCase. In order to see files under CC, you need to first set a view which defines the versions of files you want to see from the VOB. When connecting to a Samba system, there would have to be a way for samba to see into or set that view when you connected to a certain path. The only way this would really work would be if you could set something up such that for every user who connected to a given Samba share representing a ClearCase view, that users specific view were started before the share got served out. I suppose it *could* be done with some very creative shell scripting and samba configuration, but you'll have to be quite careful. Good Luck. -- Seeya, Paul ---- Please reply to plussier@baynetworks.com. The corp sendmail people insist on rewriting outgoing mail (including Reply-to: headers!) to send to '@nortelnetworks.com' which we keep telling them is quite broken, but they don't listen :) I've been bought, sold, and now given away :) LanCity->Bay Networks->Nortel->Arris If you're not having fun, you're not doing it right!
hello everybody !! clearcase and samba are working great together. there is really no problem at all. we run that at our company with more than 200 developers, but some preconditions must be met. First of all , do you use the nt-client for ccase version.321 ?. If that is true , the only important thing is to setup corerectly "case preserving" start cleaecase homebase, go to administration ->controlpanel->MVFS if you want to mount directly from win98(95) or nt with explorer you can mount /view/$view if the view-server process on unix is already started. You can do this manually on unix or you can let do this via preexec-scripts by samba.It is mandatory to the following example that loginname=viewname, I think you can live with that. fragment of smb.conf ---------------------------------------------------------------------------- ---------------------------- [views] preexec = ksh -c "/usr/atria/bin/cleartool setview %u"& path = /view read only = no postexec = ksh -c "/usr/atria/bin/cleartool endview %u" in the global section of smb.conf, it is important to set preserve case = true !!!! hope, this helps regards Martin Schreiber SIEMENS Siemens AG ?sterreich Competence Center Information Technology and Networking Gudrunstrasse 11 A-1101 Wien Martin Schreiber Phone +43 1 1707 47565 Server-Administration Fax +43 1 1707 57560 mailto:martin.schreiber@siemens.at http://www.siemens.at Wichtiger Hinweis: Diese Information ist fuer den Gebrauch durch die Person oder die Firma/Organisation bestimmt, die in der Empfaengeradresse benannt sind. Wenn Sie nicht der angegebene Empfaenger sind, nehmen Sie bitte zur Kenntnis, dass Weitergabe, Kopieren, Verteilung oder Nutzung des Inhalts dieser Email-Uebertragung unzulaessig ist. Falls Sie diese Email irrtuemlich erhalten haben, benachrichtigen Sie den Absender bitte unverzueglich telefonisch oder durch eine Email
There's a web page on using ClearCase and Samba: http://www.geocities.com/SiliconValley/Way/1136/samba.html Lately we have run into enough synchronization and performance problems between ClearCase and NFS Maestro that we're considering CVS as a way to solve a number of ills.> I'm fairly new to samba (a couple of months now), and have > experimented - > unsuccessfully - with getting it > to work with clearcase. Does anyone have a how-to, or a list > of gotcha's for > setting up clearcase with samba?
We have a samba 2.2.3 and Rational ClearCase 2002.05.20 implementation at our company. This configuration worked without a problem from April to August however now the users are getting a "Connect As" string from their Windows 2000 machines. If the users do an ipconfig /release and /renew the problem goes away for the day, however it reoccurs everyday. Mathew Spurgeon Eli Lilly and Company Software Engineering Support Team mspurgeon@lilly.com -------------- next part -------------- HTML attachment scrubbed and removed
In August we started having windows domain controller issues. Could it be the number of users that are running ClearCase at a given point in time? We have between 40 - 70 users accessing the VOBs at any given time. The samba config file is setup not run security = SERVER. The error logs: [2002/10/02 10:38:15, 2] passdb/pdb_smbpasswd.c:(170) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpa sswd. Error was No such file or directory [2002/10/02 10:38:15, 0] passdb/pdb_smbpasswd.c:(1367) unable to open passdb database. [2002/10/02 10:38:15, 1] smbd/password.c:(555) Couldn't find user 'rm38144' in passdb. [2002/10/02 10:38:15, 2] smbd/reply.c:(962) NT Password did not match for user 'rm38144'! [2002/10/02 10:38:15, 1] smbd/reply.c:(998) Rejecting user 'rm38144': bad password [2002/10/02 10:38:15, 3] smbd/error.c:(91) error string = No such file or directory [2002/10/02 10:38:15, 3] smbd/error.c:(103) error packet at smbd/reply.c(1000) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAI LURE [2002/10/02 10:38:15, 3] smbd/process.c:(860) Transaction 397 of length 74 I see that the NT Password did not match for user rm38144, however the NT password and the UNIX password are the same. Could this be something with the clearcase_albd account? Mathew Spurgeon Eli Lilly and Company Software Engineering Support Team Phone: (317) 276-7436 Mobile: (317) 716-7789 http://mcntstep03.d51.lilly.com/SEST mspurgeon@lilly.com "Bradley W. Langhorst" <brad@langhorst.com> 10/02/2002 10:41 AM To: SPURGEON_MATHEW_D@LILLY.COM cc: samba@lists.samba.org, WEBBER_LARRY@LILLY.COM Subject: Re: [Samba] ClearCase and Samba On Wed, 2002-10-02 at 11:06, SPURGEON_MATHEW_D@LILLY.COM wrote:> We have a samba 2.2.3 and Rational ClearCase 2002.05.20 implementationat> our company. This configuration worked without a problem from April to > August however now the users are getting a "Connect As" string fromtheir> Windows 2000 machines. If the users do an ipconfig /release and /renew > the problem goes away for the day, however it reoccurs everyday. >I don't know what might be wrong... maybe their windows passwords and the samba passwords have gotten out of sync. what do the logs say? what changed in august? brad -------------- next part -------------- HTML attachment scrubbed and removed
what changed after august, any network changes also can you post your conf file what do you share via samba, clearcase vobs and views? -----Original Message----- From: SPURGEON_MATHEW_D@LILLY.COM [mailto:SPURGEON_MATHEW_D@LILLY.COM] Sent: Wednesday, October 02, 2002 10:06 AM To: samba@lists.samba.org Cc: WEBBER_LARRY@LILLY.COM Subject: [Samba] ClearCase and Samba We have a samba 2.2.3 and Rational ClearCase 2002.05.20 implementation at our company. This configuration worked without a problem from April to August however now the users are getting a "Connect As" string from their Windows 2000 machines. If the users do an ipconfig /release and /renew the problem goes away for the day, however it reoccurs everyday. Mathew Spurgeon Eli Lilly and Company Software Engineering Support Team mspurgeon@lilly.com -------------- next part -------------- HTML attachment scrubbed and removed
what do you have in users.map file for clearcase_albd acct? rm38144 is he part of group vob or view group? -----Original Message----- From: SPURGEON_MATHEW_D@LILLY.COM [mailto:SPURGEON_MATHEW_D@LILLY.COM] Sent: Wednesday, October 02, 2002 10:55 AM To: Bradley W. Langhorst Cc: samba@lists.samba.org; WEBBER_LARRY@LILLY.COM Subject: Re: [Samba] ClearCase and Samba In August we started having windows domain controller issues. Could it be the number of users that are running ClearCase at a given point in time? We have between 40 - 70 users accessing the VOBs at any given time. The samba config file is setup not run security = SERVER. The error logs: [2002/10/02 10:38:15, 2] passdb/pdb_smbpasswd.c:(170) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpa sswd. Error was No such file or directory [2002/10/02 10:38:15, 0] passdb/pdb_smbpasswd.c:(1367) unable to open passdb database. [2002/10/02 10:38:15, 1] smbd/password.c:(555) Couldn't find user 'rm38144' in passdb. [2002/10/02 10:38:15, 2] smbd/reply.c:(962) NT Password did not match for user 'rm38144'! [2002/10/02 10:38:15, 1] smbd/reply.c:(998) Rejecting user 'rm38144': bad password [2002/10/02 10:38:15, 3] smbd/error.c:(91) error string = No such file or directory [2002/10/02 10:38:15, 3] smbd/error.c:(103) error packet at smbd/reply.c(1000) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAI LURE [2002/10/02 10:38:15, 3] smbd/process.c:(860) Transaction 397 of length 74 I see that the NT Password did not match for user rm38144, however the NT password and the UNIX password are the same. Could this be something with the clearcase_albd account? Mathew Spurgeon Eli Lilly and Company Software Engineering Support Team Phone: (317) 276-7436 Mobile: (317) 716-7789 http://mcntstep03.d51.lilly.com/SEST mspurgeon@lilly.com "Bradley W. Langhorst" <brad@langhorst.com> 10/02/2002 10:41 AM To: SPURGEON_MATHEW_D@LILLY.COM cc: samba@lists.samba.org, WEBBER_LARRY@LILLY.COM Subject: Re: [Samba] ClearCase and Samba On Wed, 2002-10-02 at 11:06, SPURGEON_MATHEW_D@LILLY.COM wrote:> We have a samba 2.2.3 and Rational ClearCase 2002.05.20 implementation at > our company. This configuration worked without a problem from April to > August however now the users are getting a "Connect As" string from their > Windows 2000 machines. If the users do an ipconfig /release and /renew > the problem goes away for the day, however it reoccurs everyday. >I don't know what might be wrong... maybe their windows passwords and the samba passwords have gotten out of sync. what do the logs say? what changed in august? brad -------------- next part -------------- HTML attachment scrubbed and removed
yes, secuirty=server is not a good option, it keeps your auth connection even after auth is done, so thats the reason prob after a while password serer was rejecting users, you should monitor your windows password server as to what it is doing -----Original Message----- From: Bradley W. Langhorst [mailto:brad@langhorst.com] Sent: Wednesday, October 02, 2002 11:13 AM To: SPURGEON_MATHEW_D@LILLY.COM Cc: samba@lists.samba.org; WEBBER_LARRY@LILLY.COM Subject: Re: [Samba] ClearCase and Samba security=SERVER is fraught with troubles... have you considered using security=DOMAIN? On Wed, 2002-10-02 at 11:54, SPURGEON_MATHEW_D@LILLY.COM wrote:> In August we started having windows domain controller issues. Could it be> the number of users that are running ClearCase at a given point in time? > We have between 40 - 70 users accessing the VOBs at any given time. The > samba config file is setup not run security = SERVER. > > The error logs: > [2002/10/02 10:38:15, 2] passdb/pdb_smbpasswd.c:(170) > startsmbfilepwent_internal: unable to open file > /usr/local/samba/private/smbpa > sswd. Error was No such file or directory > [2002/10/02 10:38:15, 0] passdb/pdb_smbpasswd.c:(1367) > unable to open passdb database. > [2002/10/02 10:38:15, 1] smbd/password.c:(555) > Couldn't find user 'rm38144' in passdb. > [2002/10/02 10:38:15, 2] smbd/reply.c:(962) > NT Password did not match for user 'rm38144'! > [2002/10/02 10:38:15, 1] smbd/reply.c:(998) > Rejecting user 'rm38144': bad password > [2002/10/02 10:38:15, 3] smbd/error.c:(91) > error string = No such file or directory > [2002/10/02 10:38:15, 3] smbd/error.c:(103) > error packet at smbd/reply.c(1000) cmd=115 (SMBsesssetupX) > NT_STATUS_LOGON_FAI > LURE > [2002/10/02 10:38:15, 3] smbd/process.c:(860) > Transaction 397 of length 74 > > I see that the NT Password did not match for user rm38144, however the NT > password and the UNIX password are the same. Could this be something with> the clearcase_albd account? >the interesting part of the transactionis higher in the log i think security=SERVER is tried first then falls through to smbpasswd if there is some problem. all I'm seeing is the part after falling through to smbpasswd (which does not exist in your case) brad -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
What are the problems or concerns around DOMAIN vs SERVER? More specifically what impact does it have on the WINDOWS domain? # Samba config file created using SWAT # Date: 2002/09/20 12:51:09 # Global parameters [global] workgroup = INDY netbios name = SUNTST1 security = SERVER encrypt passwords = Yes map to guest = Bad User password server = ***.***.***.*** username map = /usr/local/samba/lib/username.map lanman auth = No log level = 3 log file = /usr/local/samba/log/samba.%m max open files = 30000 wins server = ***.***.***.*** kernel oplocks = No remote announce = ***.***.***.*** create mask = 0775 security mask = 0775 directory mask = 0775 directory security mask = 0775 oplocks = No [viewstore] comment = Clearcase Viewstore path = /clearcase/viewstore read only = No [vobstore] comment = Clearcase Vobstore path = /clearcase/vobstore read only = No Mathew Spurgeon Eli Lilly and Company Software Engineering Support Team Phone: (317) 276-7436 Mobile: (317) 716-7789 http://mcntstep03.d51.lilly.com/SEST mspurgeon@lilly.com Javid Abdul-AJAVID1 <AJAVID1@motorola.com> Sent by: samba-admin@lists.samba.org 10/02/2002 11:28 AM To: "'Bradley W. Langhorst'" <brad@langhorst.com>, SPURGEON_MATHEW_D@LILLY.COM cc: samba@lists.samba.org, WEBBER_LARRY@LILLY.COM Subject: RE: [Samba] ClearCase and Samba yes, secuirty=server is not a good option, it keeps your auth connection even after auth is done, so thats the reason prob after a while password serer was rejecting users, you should monitor your windows password server as to what it is doing -----Original Message----- From: Bradley W. Langhorst [mailto:brad@langhorst.com] Sent: Wednesday, October 02, 2002 11:13 AM To: SPURGEON_MATHEW_D@LILLY.COM Cc: samba@lists.samba.org; WEBBER_LARRY@LILLY.COM Subject: Re: [Samba] ClearCase and Samba security=SERVER is fraught with troubles... have you considered using security=DOMAIN? On Wed, 2002-10-02 at 11:54, SPURGEON_MATHEW_D@LILLY.COM wrote:> In August we started having windows domain controller issues. Could itbe> the number of users that are running ClearCase at a given point in time?> We have between 40 - 70 users accessing the VOBs at any given time. The> samba config file is setup not run security = SERVER. > > The error logs: > [2002/10/02 10:38:15, 2] passdb/pdb_smbpasswd.c:(170) > startsmbfilepwent_internal: unable to open file > /usr/local/samba/private/smbpa > sswd. Error was No such file or directory > [2002/10/02 10:38:15, 0] passdb/pdb_smbpasswd.c:(1367) > unable to open passdb database. > [2002/10/02 10:38:15, 1] smbd/password.c:(555) > Couldn't find user 'rm38144' in passdb. > [2002/10/02 10:38:15, 2] smbd/reply.c:(962) > NT Password did not match for user 'rm38144'! > [2002/10/02 10:38:15, 1] smbd/reply.c:(998) > Rejecting user 'rm38144': bad password > [2002/10/02 10:38:15, 3] smbd/error.c:(91) > error string = No such file or directory > [2002/10/02 10:38:15, 3] smbd/error.c:(103) > error packet at smbd/reply.c(1000) cmd=115 (SMBsesssetupX) > NT_STATUS_LOGON_FAI > LURE > [2002/10/02 10:38:15, 3] smbd/process.c:(860) > Transaction 397 of length 74 > > I see that the NT Password did not match for user rm38144, however theNT> password and the UNIX password are the same. Could this be somethingwith> the clearcase_albd account? >the interesting part of the transactionis higher in the log i think security=SERVER is tried first then falls through to smbpasswd if there is some problem. all I'm seeing is the part after falling through to smbpasswd (which does not exist in your case) brad -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -------------- next part -------------- HTML attachment scrubbed and removed
I think the difference between domain and server is listed in all most all books and you can find in archives also. how many clearcase clients access vobs and views via samba whats hardware and OS like on passwd server -----Original Message----- From: SPURGEON_MATHEW_D@Lilly.com [mailto:SPURGEON_MATHEW_D@Lilly.com] Sent: Wednesday, October 02, 2002 12:05 PM To: Javid Abdul-AJAVID1 Cc: HOLT_STEVEN@Lilly.com; samba-admin@lists.samba.org; samba@lists.samba.org; WEBBER_LARRY@Lilly.com Subject: RE: [Samba] ClearCase and Samba What are the problems or concerns around DOMAIN vs SERVER? More specifically what impact does it have on the WINDOWS domain? # Samba config file created using SWAT # Date: 2002/09/20 12:51:09 # Global parameters [global] workgroup = INDY netbios name = SUNTST1 security = SERVER encrypt passwords = Yes map to guest = Bad User password server = ***.***.***.*** username map = /usr/local/samba/lib/username.map lanman auth = No log level = 3 log file = /usr/local/samba/log/samba.%m max open files = 30000 wins server = ***.***.***.*** kernel oplocks = No remote announce = ***.***.***.*** create mask = 0775 security mask = 0775 directory mask = 0775 directory security mask = 0775 oplocks = No [viewstore] comment = Clearcase Viewstore path = /clearcase/viewstore read only = No [vobstore] comment = Clearcase Vobstore path = /clearcase/vobstore read only = No Mathew Spurgeon Eli Lilly and Company Software Engineering Support Team Phone: (317) 276-7436 Mobile: (317) 716-7789 http://mcntstep03.d51.lilly.com/SEST mspurgeon@lilly.com Javid Abdul-AJAVID1 <AJAVID1@motorola.com> Sent by: samba-admin@lists.samba.org 10/02/2002 11:28 AM To: "'Bradley W. Langhorst'" <brad@langhorst.com>, SPURGEON_MATHEW_D@LILLY.COM cc: samba@lists.samba.org, WEBBER_LARRY@LILLY.COM Subject: RE: [Samba] ClearCase and Samba yes, secuirty=server is not a good option, it keeps your auth connection even after auth is done, so thats the reason prob after a while password serer was rejecting users, you should monitor your windows password server as to what it is doing -----Original Message----- From: Bradley W. Langhorst [mailto:brad@langhorst.com] Sent: Wednesday, October 02, 2002 11:13 AM To: SPURGEON_MATHEW_D@LILLY.COM Cc: samba@lists.samba.org; WEBBER_LARRY@LILLY.COM Subject: Re: [Samba] ClearCase and Samba security=SERVER is fraught with troubles... have you considered using security=DOMAIN? On Wed, 2002-10-02 at 11:54, SPURGEON_MATHEW_D@LILLY.COM wrote:> In August we started having windows domain controller issues. Could it be> the number of users that are running ClearCase at a given point in time? > We have between 40 - 70 users accessing the VOBs at any given time. The > samba config file is setup not run security = SERVER. > > The error logs: > [2002/10/02 10:38:15, 2] passdb/pdb_smbpasswd.c:(170) > startsmbfilepwent_internal: unable to open file > /usr/local/samba/private/smbpa > sswd. Error was No such file or directory > [2002/10/02 10:38:15, 0] passdb/pdb_smbpasswd.c:(1367) > unable to open passdb database. > [2002/10/02 10:38:15, 1] smbd/password.c:(555) > Couldn't find user 'rm38144' in passdb. > [2002/10/02 10:38:15, 2] smbd/reply.c:(962) > NT Password did not match for user 'rm38144'! > [2002/10/02 10:38:15, 1] smbd/reply.c:(998) > Rejecting user 'rm38144': bad password > [2002/10/02 10:38:15, 3] smbd/error.c:(91) > error string = No such file or directory > [2002/10/02 10:38:15, 3] smbd/error.c:(103) > error packet at smbd/reply.c(1000) cmd=115 (SMBsesssetupX) > NT_STATUS_LOGON_FAI > LURE > [2002/10/02 10:38:15, 3] smbd/process.c:(860) > Transaction 397 of length 74 > > I see that the NT Password did not match for user rm38144, however the NT > password and the UNIX password are the same. Could this be something with> the clearcase_albd account? >the interesting part of the transactionis higher in the log i think security=SERVER is tried first then falls through to smbpasswd if there is some problem. all I'm seeing is the part after falling through to smbpasswd (which does not exist in your case) brad -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -------------- next part -------------- HTML attachment scrubbed and removed
> In August we started having windows domain controller issues. Could it be > the number of users that are running ClearCase at a given point in time? > We have between 40 - 70 users accessing the VOBs at any given time. The > samba config file is setup not run security = SERVER. > > The error logs: > [2002/10/02 10:38:15, 2] passdb/pdb_smbpasswd.c:(170) > startsmbfilepwent_internal: unable to open file > /usr/local/samba/private/smbpa > sswd. Error was No such file or directory > [2002/10/02 10:38:15, 0] passdb/pdb_smbpasswd.c:(1367) > unable to open passdb database. > [2002/10/02 10:38:15, 1] smbd/password.c:(555) > Couldn't find user 'rm38144' in passdb. > [2002/10/02 10:38:15, 2] smbd/reply.c:(962) > NT Password did not match for user 'rm38144'! > [2002/10/02 10:38:15, 1] smbd/reply.c:(998) > Rejecting user 'rm38144': bad password > [2002/10/02 10:38:15, 3] smbd/error.c:(91) > error string = No such file or directory > [2002/10/02 10:38:15, 3] smbd/error.c:(103) > error packet at smbd/reply.c(1000) cmd=115 (SMBsesssetupX) > NT_STATUS_LOGON_FAI > LURE > [2002/10/02 10:38:15, 3] smbd/process.c:(860) > Transaction 397 of length 74Our group observed the same sequence of errors. We are not running clearcase, but we are using security = SERVER. The problem was stale smbd processes for connections that were no longer active. We used the "deadtime" parameter in the smb.conf file and things appear to be working better. Brian