I've written some python scrips that use the ArcPy module to do some pretty intensive processing. I'd like to be able to run these on the fast unix server we have in our department so that I don't have to tie up my machine for hours running these.
Firstly: is this possible?
If it is, then do I need to install some part of ArcGIS on the machine (I can't seem to find ArcGIS Desktop for linux/unix), do I need ArcGIS server on there, or do I just need to put the python modules on there, plus something to let it find the license?
I've tried to research this but have ended up getting very confused about the various parts of ArcGIS and what does what!

