larmon account cleaning
This page is meant to collect all informations to clean the messy larmon account during LS1.
Ideally, one would like to have all relevant scripts in the
LArMonitoring package
and not widespread in all the account as it is now.
The larmonitoring package is checked out on larmon account in ~larmon/public/LArCalorimeter/LArMonitoring.
All scripts are supposed to be moved here and then deleted from their former location
The documentation on the server stuff can be found
here
Crucial facilities to be preserved
Facility |
Current location in larmon account |
Storage in LArMonitoring |
Dev |
Migration Status |
AOB |
WeeklyReport : extract all inefficiencies from defect useful for weekly/yearly report |
Removed |
python/LADIeS |
Benjamin |
Done |
|
WDE : WebdisplayExtractor |
|
|
Christopher |
|
|
LArIDTranslator |
public/LArIdTranslator |
python/LArIdTranslator |
?? |
|
|
HV Trip database |
public/HVTripsDB?? |
python/HVTripsDB |
Operation team |
|
3 dir exists today in public : nothing, _new, _test - Is the public/TripVizualizer directory related? |
UPDTools: extarction of nb of channels flagged |
public/script/LADIeS |
python/LADIeS/UPDTools.exe |
Pavol / Walter |
|
New linux exe that execute python script stored in larcalib |
LArPage 1 |
public/LArPage1 |
python LArPage1 |
Olivier D. |
Dir simply copied - No change yet |
|
LCE infrastructure |
|
|
|
|
Important note for services using xmlrpc communication (WDE, LArPage1, WeeklyReport...): the new password generated for 1 year is now hidden in ~larmon/passfile.txt
To retrieve it, one should use the following typical sequence:
passfile = open("/afs/cern.ch/user/l/larmon/passfile.txt"); passwd = passfile.read().strip(); passfile.close(); s = xmlrpclib.ServerProxy('https://%s@atlasdqm.cern.ch'%(passwd))
I tried to update it for LAr Page 1. Not for WDE.
Major updates:
--
BenjaminTrocme - 02 Sep 2008
%RESPONSIBLE%
BenjaminTrocme
%REVIEW%
Never reviewed