Because the standard Command Line Interface to Athenaeum is limited to Linux and requires local installation of Athenaeum, WebStart Portable Athenaeum Command Line Client has been created. It works on any platform and is installed (and updated) automatically. The only requirement is the availability of Java (1.6+) on local machine.
http://cern.ch/hrivnac/Activities/Packages/WebStart/Athenaeum/Athenaeum.jnlp
or on the Linux/MacOSX using following command:
javaws http://cern.ch/hrivnac/Activities/Packages/WebStart/Athenaeum/Athenaeum.jnlp
.Application provides access to most of the standard Athenaeum operations (available also on the WebService interface and simple Command Line interfaces):
help();
shows local and remote helpstatus();
shows status of currently configured Athenaeum serversjobs();
shows a list of running or finished jobs, user can then go to the jobs overview pages and inspect or download results, user can also remove selected job resultsjcids();
shows a list of uploaded JobConfigs, user can inspect or download them, user can also remove selected JobConfigsjobconfig(name, comment, bestBefore);
uploads new JobConfig into the server, user will be asked for the local XML file to be uploaded,name
andbestBefore
variables are not requiredextract(jcid);
sends extract command using uploaded configuration identified byjcid
number- other BeanShell commands and any Java code is available
All commands are executed on the currently selected Worker via currently selected Manager. This selection is visible on the command prompt and can be changed by setting
worker
and manager
variables.
No comments:
Post a Comment