Changes between Initial Version and Version 1 of CommandsReference

Show
Ignore:
Timestamp:
08/01/13 15:52:58 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommandsReference

    v1 v1  
     1= QCG-Computing service daemon = 
     2{{{ 
     3usage: /usr/sbin/qcg-compd [-d] [-z config_file] 
     4 
     5  -d              do not detach and log to stderr 
     6  -D              do not detach and force logging at debug level to stderr 
     7  -z config_file  configuration file, default is /etc/qcg/qcg-comp/qcg-compd.xml 
     8  -v              print version information 
     9  -h              print this help 
     10}}} 
     11= QCG-Computing cmdline client = 
     12{{{ 
     13qcg-comp [common-options] (operation) [operation-args] 
     14 
     15BES-Factory port usage: 
     16  -c -J jsdl.xml [-r reservationUUID|-R reservation-epr.xml] [-A activity-epr.xml] 
     17                                                        create activity, optionally save activity EPR to file 
     18  -s [-x] (-a activityUUID|-A activity-epr.xml)         check status of the activity 
     19  -g [-x] (-a activityUUID|-A activity-epr.xml)         get activity document 
     20  -t (-a activityUUID|-A activity-epr.xml)              terminate activity 
     21  -G                                                    get factory document 
     22 
     23BES-Management port usage: 
     24  -E                                                    enable submission 
     25  -e                                                    disable submission 
     26 
     27QCG-ARES port usage: 
     28  -c -D ardl.xml [-R reservation-epr.xml] 
     29                                                        create reservation, optionally save reservation EPR to file 
     30  -s [-x] (-r reservationUUID|-R reservation-epr.xml)   check status of the reservation 
     31  -g [-x] (-r reservationUUID|-R reservation-epr.xml)   get reservation document 
     32  -t (-r reservationUUID|-R reservation-epr.xml)        terminate reservation 
     33  -l                                                    list active reservations 
     34 
     35  -x                                                    print extra information about activity/reservation 
     36 
     37QCG-Staging port usage: 
     38  -i (-j jsdl|-J jsdl.xml)                              stage files in 
     39  -o (-j jsdl|-J jsdl.xml)                              stage files out 
     40  -I directory                                          list files 
     41  -U file                                               delete file or directory 
     42  -T file                                               stat file 
     43  -C file -m mode (octal representation)                change mode of file 
     44  -K directory [-m mode (octal representation)]         create directory 
     45 
     46QCG-Socks port usage: 
     47  -P                                                    get connection token 
     48 
     49Common options: 
     50 
     51  -d              turn on full debugging 
     52  -z config_file  configuration file, default is /etc/qcg/qcg-comp/qcg-comp.xml 
     53  -v              print version information 
     54  -u service-url  overrides service URL given in configuration file 
     55  -h              print this help 
     56}}}