2009-07-31 JMB -- Current setup for retrieving data with NGAS cluster .. - user identifies data sets using query tool - clicks 'download', starts e2eftp.cgi - e2eftp.cgi creates bash scripsts in /home/archive/e2e/archive/catalogs/ftp, issues at now cmd. - for files archived in an NGAS host, currently : /usr/bin/python /home/archive.nrao.edu/bin/ngams_socketclient.py '/opsw/util/python/bin/python /opsw/packages/ngams/ngamsPClient/ngamsPClient.py -host aocngas-2.aoc.nrao.edu -port 7777 -cmd RETRIEVE -fileID vla2008-03-28.dat -outputFile /home/aocngas-2/export_staging/vla2008-03-28.dat -processin g ngamsExtractVLADppi -processingPars outfile=/home/e2earchive/AO215_BD080328.xp1,project=AO215 >> /home/archive/e2e/archive/catalogs/ftp/mail09-07-31T08:51:25.22.lis 2>&1' /bin/mail -s "Archive Data Copied" jbenson@nrao.edu < /home/archive/e2e/archive/catalogs/ftp/mail09-07-31T08:51:25.22.lis /bin/rm -rf /home/archive/e2e/archive/catalogs/ftp/mail09-07-31T08:51:25.22.lis - in /home/archive.nrao.edu/bin/ngams_socketclient.py sends command line to : HOST = 'aocngas-master.aoc.nrao.edu' # The remote host PORT = 50007 # The same port as used by the server - on HOST, python /home/archive.nrao.edu/bin/ngams_socketserver.py, executes cmd string recieved from the client. May point to any NGAS server.. Writes in /NGAS/log/ngamssocket2009-07-31.log