Tuesday, May 10, 2011

Athenaeum Command Line

There are three Athenaeum commands installed on CERN AFS:

$ source /afs/cern.ch/sw/lcg/external/Java/bin/setup.sh

$ extract
Extract CLI 2.2.1.3 [22/Mar/2011 at 24:04:44 CET]
extract or java -jar AthenaeumExtract.exe.jar
        -manager [CERN|CERN-dev], default = CERN
        -worker <worker ip:port>
        -key <insider key>
        -jcid <JobConfig id>
        -jobconfig <JobConfig filename>
        -modifs <JobConfig modifications>
        -certificate <grid certificate file>
        -password <grid certificate password>
        -d, debug
        
$ amanager
Athenaeum Manager CLI 2.2.1.3 [22/Mar/2011 at 24:04:44 CET]
amanager or java -jar AthenaeumManage.exe.jar
        -manager [CERN|CERN-dev], default = CERN-dev
        -worker <worker ip:port>
        -key <insider key>
        -action [status|stop|restart|update]
        -email <acknowledgement email>
        -certificate <grid certificate file>
        -password <grid certificate password>
        -d, debug

$ athenaeum
athenaeum <url>:<port> <key> <task> [<options>] # executes <task>
athenaeum <task>                                # shows    <task>
available tasks: Cool Dummy Event Extract Fork Info Restart Help Log Statistics Family


The same functionality as available

No comments:

Post a Comment