Java CoG Kit Commandline Tools Guide
From Java CoG Kit
Gregor von Laszewski
Contents |
About this Document
This document includes the command line tools that are distributed as part of the Java CoG Kit.
Source of the Manpages
All command line man pages are maintained in the src/cog/man directory.
Compilation and Build
Security
| grid-cert-info | Displays the certificate information. |
| grid-proxy-destroy | Destroys the proxy. |
| grid-proxy-info | Displays the proxy information. |
| grid-proxy-init | Creates a proxy. |
| visual-grid-proxy-init | Creates a proxy through a visual component (preferred over grid-proxy-init). |
| cog-renew-cert | Renews a certificate. |
| cog-request-user-cert | Requests a user certificate. |
| cog-retrieve-cert | Retrieves a certificate. |
| myproxy | Commandline interface to myproxy. |
| grid-change-passphrase | Changes the passphrase. |
| globus2jks | converts globus user credentials to jks |
Job Managment
| cogrun | Submits a task for remote Grid execution |
| cog-job-submit | Submits a job. |
| cog-task2xml | Translates the given task into XML format. |
| cog-checkpoint-status | Checks the status of a long running task |
| cog-checkpoint-submit | Submits a long running task |
| globus-personal-gatekeeper | Starts up a personal gatekeeper in Java |
| globusrun | An older globusrun command that is superceeded by cogrun and cog-jobsubmit |
File Management
| cog-file-operation | Performs operations on files hosted on remote file servers |
| cog-file-transfer | Transfers a Grid file from one file server to another |
| globus-url-copy | This is replaced by cog-file-transfer. It uses a globusurl copy. |
| globus-gass-server-shutdown | shuts down the gass server |
| globus-gass-server | strats the gass server |
Workflow
| cog-workflow | |
| cog-workflow-gui | |
| cog-repository | |
| cog-repository-admin | |
Information Services
| cog-info | Displays all the relevant Grid information of the client machine. |
| grid-info-search | Searches the MDS server based on the search filter. |
Miscellaneous
| cog-desktop | Starts the prototype Java CoG Kit Grid Desktop component |
| cog-graph-editor | Starts the prototype graph editor |
| make-new-man | Creates a template for a new man page |
| sample-launcher | An example for a sample launcher |
Examples
- starting a job on a remote machine and redirecting the output (using GT2 defaults)
./cogrun -s wiggum.mcs.anl.gov -r -e /bin/date
