I'm trying to submit an applescript to an xgrid using the command line. But I've got something wrong with the formatting.

For example this doesn't work. I just get the help screen for xgrid in response.

xgrid -job submit osascript /Users/corey/xgrid/1.scpt 

or

xgrid -job submit sips -s format jpeg /Users/corey/xgrid/RAW/tif/1.tif --out 1.jpg

What am I missing?

link|improve this question

50% accept rate
I'm having more success using: xgrid -h localhost -job submit – Corey Riggle Mar 22 '11 at 4:15
feedback

1 Answer

up vote 0 down vote accepted

I added the -h tag with localhost. I didn't realize this was necessary as I was executing the command on the Controller computer.

xgrid -h localhost -job submit /Users/corey/xgrid/1.scpt

The commands are now being submitted to the Xgrid.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.