-
Notifications
You must be signed in to change notification settings - Fork 30
Viewing Job Log on Test (If you are NOT an admin)
kxk302 edited this page Jul 14, 2020
·
1 revision
- Get Job ID from UI. Click on the 'i' button, and write down the 'Job API ID'.
- Log in to galaxy07 via 'ssh -A g2test@galaxy07.tacc.utexas.edu'
- Run 'helper -d JobId'. JobId is the 'Job API ID' from step 1. Write down the decoded job id and logout.
- Log in to galaxy07 via 'ssh -A kxk302@galaxy07.tacc.utexas.edu'. Use your userid instead of kxk302.
- Add the following to your ~/.bashrc: 'export PGDATABASE=galaxy_test'. Run 'source ~/.bashrc' so the current shell sees the exported value.
- Run 'gxadmin query job-info id', where id is the decoded job id from step 3. Write down the 'handler' field.
- View the log via 'grep -rn id /srv/galaxy/main/log/handler1.log'. id is the decoded job id from step 3. grep handler1.log if the handler field in step 6 was 'test_handler1'