LISTSERV mailing list manager LISTSERV 16.5

Help for ATLAS-SCCS-PLANNING-L Archives


ATLAS-SCCS-PLANNING-L Archives

ATLAS-SCCS-PLANNING-L Archives


ATLAS-SCCS-PLANNING-L@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

ATLAS-SCCS-PLANNING-L Home

ATLAS-SCCS-PLANNING-L Home

ATLAS-SCCS-PLANNING-L  March 2006

ATLAS-SCCS-PLANNING-L March 2006

Subject:

Re: New JT for local MySQL: Progress

From:

Dieter Best <[log in to unmask]>

Date:

22 Mar 2006 09:31:15 -0800Wed, 22 Mar 2006 09:31:15 -0800

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (222 lines)

Hi Charlie,
I showed Bill Lockman how to use csc.simul.trf, so he can maybe assist 
with any local issues.

Briefly:
1) source the following script
setenv ATLAS_TRFS /afs/slac.stanford.edu/g/atlas/releases/11.0.41
setenv T_RELEASE  11.0.41
setenv T_INCPATH  
$ATLAS_TRFS/JobTransforms/JobTransforms-11-00-41-06/include
setenv T_ATLASMYSQLSERVER  osgserv04.slac.stanford.edu
addpath PATH $ATLAS_TRFS/JobTransforms/JobTransforms-11-00-41-06/share/

2) then you should be able to run csc.simul.trf
$ csc.simul.trf
USAGE:   csc.simul.trf  <infilename>  <outfilename>  <nevt>  <skip>  
<random seed>

         <infilename> .... name of input file (full path)
         <hitfilename> ... local name of output hits file
         <rdofilename> ... local name of output rdos file
         <nevt> .......... number of output events to be processed
         <skip> .......... number of input events to be skipped
         <random seed> ... random seed for this job
         <job type> ...... optional: 1) AtlasG4 2) Digit 3) 
AtlasG4+Digit (default) 4-6) like 1-3) with calib hits

EXAMPLE: csc.simul.trf  Evgen.pool.root  Hits.pool.root  100  0  1234


Young, Charles C. wrote:

>Hi,
>
>That's great, Dieter! Kaushik is here at CERN for a few days starting on Thursday. We will try to run some production jobs at SLAC. There will no doubt be some issues that require the attention of locals. For example, outbound connections from worker nodes to CERN is a continuing issue. We will need help setting up a proxy. Who should we contact about this? 
>
>As a _short-term_ test to confirm there are no other problems, is it thinkable to allow say one specific worker node to connect to CERN? We will NOT run real production this way. Cheers.
>
>					Charlie
>--
>Charles C. Young
>M.S. 43, Stanford Linear Accelerator Center  
>P.O. Box 20450
>Stanford, CA 94309
>[log in to unmask]
>voice  (650) 926 2669
>fax    (650) 926 2923 
>
>  
>
>>-----Original Message-----
>>From: [log in to unmask] 
>>[mailto:[log in to unmask]] 
>>On Behalf Of Dieter Best
>>Sent: Tuesday, March 21, 2006 9:54 AM
>>To: Best, Dieter S.
>>Cc: atlas-sccs-planning-l
>>Subject: New JT for local MySQL: Progress
>>
>>Hello,
>>this is just to let you know that I fixed some problems with 
>>the new JT, the port number was missing and also mysql 
>>database names are case sensitive. csc.simul.trf is now 
>>running at SLAC! - I think that's an important milestone.
>>-- Dieter
>>
>>Dieter Best wrote:
>>
>>    
>>
>>>Hello,
>>>I have installed the new JobTransformations at SLAC (cache 
>>>      
>>>
>>11.0.41.6) 
>>    
>>
>>>and gave the CSC production a shot. There is a new environment 
>>>variable that needs to be set, for example 
>>>T_ATLASMYSQLSERVER=osgserv04.slac.stanford.edu
>>>But I have encountered problems. Not necessarily related to our 
>>>database replica since if I replace 
>>>      
>>>
>>osgserv04.slac.stanford.edu with 
>>    
>>
>>>atlasdbdev.cern.ch I find similar problems (testing on an 
>>>      
>>>
>>interactive 
>>    
>>
>>>machine). If I unset this environment variable 
>>>      
>>>
>>csc.simul.trf works as 
>>    
>>
>>>expected. I emailed Alessandro di Salvo et al my findings, 
>>>      
>>>
>>maybe more 
>>    
>>
>>>tomorrow.
>>>-- Dieter
>>>
>>>Dieter Best wrote:
>>>
>>>      
>>>
>>>>... and Martin Woudstra et al, the people working on the 
>>>>        
>>>>
>>new python 
>>    
>>
>>>>Job Transforms, plan to add the same functionality. Looks 
>>>>        
>>>>
>>like this 
>>    
>>
>>>>feature is in the main stream now.
>>>>-- Dieter
>>>>
>>>>-------- Original Message --------
>>>>Subject:     Re: New JT service for local MySQL replicas
>>>>Date:     Mon, 20 Mar 2006 17:14:35 +0100
>>>>From:     Martin Woudstra <[log in to unmask]>
>>>>To:     Alessandro De Salvo <[log in to unmask]>
>>>>CC:     Davide Costanzo <[log in to unmask]>, Mireia Dosil i 
>>>>Bonmatí <[log in to unmask]>, Andrea Di Simone 
>>>>        
>>>>
>><[log in to unmask]>, 
>>    
>>
>>>>Kaushik De <[log in to unmask]>, Dieter Best <[log in to unmask]>
>>>>References:     <[log in to unmask]>
>>>>
>>>>
>>>>
>>>>Hi Alessandro,
>>>>
>>>>Can you tell me where I can find this new tool?
>>>>I will then also add the same functionality to the python 
>>>>        
>>>>
>>jobtransforms.
>>    
>>
>>>>Cheers,
>>>>Martin
>>>>
>>>>
>>>>Alessandro De Salvo wrote:
>>>>
>>>>        
>>>>
>>>>>Dear all,
>>>>>I've just introduced a new JT tool to allow to use the 
>>>>>          
>>>>>
>>local MySQL 
>>    
>>
>>>>>replicas. The new service is called 
>>>>>          
>>>>>
>>"addLocalMySQLSupport" and will 
>>    
>>
>>>>>appear from JobTransforms 11.0.41.6 in the production 
>>>>>          
>>>>>
>>caches, as it 
>>    
>>
>>>>>will be ready.
>>>>>I've changed all your transformations (csc.*, ctb.*) in 
>>>>>          
>>>>>
>>that cache 
>>    
>>
>>>>>to add the new service, so you may want to take a look at them.
>>>>>This service is very useful for sites like SLAC, where we need to 
>>>>>use local replicas to access the CondDB. In that case the 
>>>>>          
>>>>>
>>execution 
>>    
>>
>>>>>agent should only set the env variable T_ATLASMYSQLSERVER to the 
>>>>>name of the local server with the replica(s). If the 
>>>>>          
>>>>>
>>variable is not 
>>    
>>
>>>>>set, the service addLocalMySQLSupport does nothing.
>>>>>I'm waiting a bit before creating the cache because I want to add 
>>>>>some other changes in there too, but I'll soon put it in 
>>>>>          
>>>>>
>>production.
>>    
>>
>>>>>Cheers,
>>>>>
>>>>>    Alessandro
>>>>>
>>>>>          
>>>>>
>>    
>>



Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

September 2016
July 2016
June 2016
May 2016
April 2016
March 2016
November 2015
September 2015
July 2015
June 2015
May 2015
April 2015
February 2015
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
September 2013
August 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use